POST api/Allocations

Creates an allocation.

Request Information

URI Parameters

None.

Body Parameters

The allocation model to create with.

AllocationDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

SpendLimit

decimal number

None.

Description

string

None.

CreationDate

date

None.

UserId

globally unique identifier

None.

AllocatedByUserId

globally unique identifier

None.

BudgetId

globally unique identifier

None.

Budget

BudgetDto

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.