POST lineItems/GetUpdatedECSStatus

Request Information

URI Parameters

None.

Body Parameters

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  1
]

Response Information

Resource Description

Collection of UpdatedECSStatusDto
NameDescriptionTypeAdditional 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
  }
]