PATCH api/property/{id}/updatepreapprovedspend

Set pre approved spend amount field for property

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

the id of the property

integer

Required

Body Parameters

Value to set PreApprovedSpendAmount

UpdatePreApprovedSpendDataContract
NameDescriptionTypeAdditional information
PreApprovedSpendAmount

decimal number

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "PreApprovedSpendAmount": 1.1
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.