POST files/PushFilestoECS
Request Information
URI Parameters
None.
Body Parameters
ECSFileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ShowId | integer |
None. |
|
| ShowAccountId | integer |
None. |
|
| TicketNumber | integer |
None. |
|
| LineItemId | integer |
None. |
|
| FilesToPushToEcs | Collection of ECSFileInfoDto |
None. |
|
| IsECSFlag | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShowId": 1,
"ShowAccountId": 2,
"TicketNumber": 1,
"LineItemId": 3,
"FilesToPushToEcs": [
{
"FileName": "sample string 1",
"FileDateTime": "2026-03-23T21:22:53.2487521+00:00",
"FileStorageId": "29831a1d-d8f3-48c8-93fc-fc2e8b3e9b53",
"LineItemType": 1,
"ActivityType": 1
},
{
"FileName": "sample string 1",
"FileDateTime": "2026-03-23T21:22:53.2487521+00:00",
"FileStorageId": "29831a1d-d8f3-48c8-93fc-fc2e8b3e9b53",
"LineItemType": 1,
"ActivityType": 1
}
],
"IsECSFlag": 1
}
Response Information
Resource Description
booleanResponse Information
Response body formats
application/json, text/json
Sample:
true