POST lineItems/GetUpdatedECSStatus
Request Information
URI Parameters
None.
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 1 ]
Response Information
Resource Description
Collection of UpdatedECSStatusDto| Name | Description | Type | Additional information |
|---|---|---|---|
| LineItemId | integer |
None. |
|
| WorkTicketStatusType | WorkTicketStatusType |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"LineItemId": 1,
"WorkTicketStatusType": 0
},
{
"LineItemId": 1,
"WorkTicketStatusType": 0
}
]