POST api/pes/SerialNumberUpdate
Request Information
URI Parameters
None.
Body Parameters
PESSerialNumberEditRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Status | PESSerialNumberStatus |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "db10c7c4-5b34-489a-9925-5fa1b03d3d8f",
"Status": 1000
}
application/xml, text/xml
Sample:
<PESSerialNumberEditRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <Id>db10c7c4-5b34-489a-9925-5fa1b03d3d8f</Id> <Status>All</Status> </PESSerialNumberEditRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | CommonResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.