GET Api/General/setup/Accessibility_Update
Request Information
URI Parameters
None.
Body Parameters
accessibilityName | Description | Type | Additional information |
---|---|---|---|
volume | integer |
None. |
|
framework | integer |
None. |
|
staffcost | integer |
None. |
|
capex | integer |
None. |
|
opex | integer |
None. |
|
admin_review | integer |
None. |
|
memorandum | integer |
None. |
|
id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "volume": 1, "framework": 1, "staffcost": 1, "capex": 1, "opex": 1, "admin_review": 1, "memorandum": 1, "id": 1 }
text/html
Sample:
{"volume":1,"framework":1,"staffcost":1,"capex":1,"opex":1,"admin_review":1,"memorandum":1,"id":1}
application/xml, text/xml
Sample:
<accessibility xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.BudgetDB"> <admin_review>1</admin_review> <capex>1</capex> <framework>1</framework> <id>1</id> <memorandum>1</memorandum> <opex>1</opex> <staffcost>1</staffcost> <volume>1</volume> </accessibility>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |