POST processTssAttachmentResponse
Request Information
URI Parameters
None.
Body Parameters
AttachmentResponseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TssShowId | integer |
None. |
|
| FileStorageId | globally unique identifier |
None. |
|
| TssTicketNumber | integer |
None. |
|
| ResponseCode | ECSAttachmentResponseCode |
None. |
|
| Message | string |
None. |
|
| TicketsWithSameAttachment | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TssShowId": 1,
"FileStorageId": "4417547a-c4d0-4faf-a62a-63375f70fca0",
"TssTicketNumber": 3,
"ResponseCode": 0,
"Message": "sample string 4",
"TicketsWithSameAttachment": [
1,
2
]
}
Response Information
Resource Description
booleanResponse Information
Response body formats
application/json, text/json
Sample:
true