POST lineitems/LIInWT

Request Information

URI Parameters

None.

Body Parameters

ReleaseInECSDto
NameDescriptionTypeAdditional information
TssWorkTicketNumbers

Collection of integer

None.

TssShowNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TssWorkTicketNumbers": [
    1,
    2
  ],
  "TssShowNumber": 1
}

Response Information

Resource Description

Collection of integer

Response Information

Response body formats

application/json, text/json

Sample:
[
  1,
  2
]