PATCH api/property/{id}/updatepreapprovedspend
Set pre approved spend amount field for property
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
the id of the property |
integer |
Required |
Body Parameters
Value to set PreApprovedSpendAmount
UpdatePreApprovedSpendDataContract| Name | Description | Type | Additional 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| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |