PUT shows/{showId}/addEmsOthers

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

string

None.

Body Parameters

EmsotherCreateDto
NameDescriptionTypeAdditional 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.