POST api/StatusTypes/{LastUpdated}/{AccountKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LastUpdated | string |
None. |
|
| AccountKey | string |
None. |
Body Parameters
StatusType| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | string |
None. |
|
| StatusDescription | string |
None. |
|
| RowVersion | unsigned integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StatusCode": "sample string 1",
"StatusDescription": "sample string 2",
"RowVersion": 3
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
StatusType| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | string |
None. |
|
| StatusDescription | string |
None. |
|
| RowVersion | unsigned integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"StatusCode": "sample string 1",
"StatusDescription": "sample string 2",
"RowVersion": 3
}