PUT api/allocations/{id}

Updates an allocation.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the allocation to update.

globally unique identifier

Required

Body Parameters

The allocation model to update 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.