POST SeatChart/UploadSeatChartV3

Request Information

URI Parameters

None.

Body Parameters

RequestUploadSeatChartV3
NameDescriptionTypeAdditional information
ArrID

integer

None.

Name

string

None.

SVGPath

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ArrID": 1,
  "Name": "sample string 2",
  "SVGPath": "sample string 3"
}

text/html

Sample:
{"ArrID":1,"Name":"sample string 2","SVGPath":"sample string 3"}

application/xml, text/xml

Sample:
<RequestUploadSeatChartV3 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RequestModels">
  <ArrID>1</ArrID>
  <Name>sample string 2</Name>
  <SVGPath>sample string 3</SVGPath>
</RequestUploadSeatChartV3>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseUploadSeatChartV3
NameDescriptionTypeAdditional information
ErrorMessage

string

None.

success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrorMessage": "sample string 1",
  "success": true
}

text/html

Sample:
{"ErrorMessage":"sample string 1","success":true}

application/xml, text/xml

Sample:
<ResponseUploadSeatChartV3 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ResponseModels">
  <success xmlns="http://schemas.datacontract.org/2004/07/GlobalModels">true</success>
  <ErrorMessage>sample string 1</ErrorMessage>
</ResponseUploadSeatChartV3>