PUT shows/{showId}/addEmsOthers
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showId | string |
None. |
Body Parameters
EmsotherCreateDtoName | Description | Type | Additional information |
---|---|---|---|
TssShowNumber | integer |
None. |
|
EmployeeId | string |
None. |
|
EmployeeEmail | string |
None. |
|
AllOrderReceipts | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "TssShowNumber": 1, "EmployeeId": "sample string 2", "EmployeeEmail": "sample string 3", "AllOrderReceipts": true }
Response Information
Resource Description
None.