POST lineitems/LIInWT
Request Information
URI Parameters
None.
Body Parameters
ReleaseInECSDto| Name | Description | Type | Additional 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 integerResponse Information
Response body formats
application/json, text/json
Sample:
[ 1, 2 ]