POST api/SeatPlan/Image?guid={guid}&channel={channel}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
guid | globally unique identifier |
Required |
|
channel | SalesChannel |
Required |
Body Parameters
Collection of SeatName | Description | Type | Additional information |
---|---|---|---|
RowGuid | globally unique identifier |
None. |
|
DisplayName | string |
None. |
|
PriceListItem | PriceListItem |
None. |
Request Formats
application/json, text/json
Sample:
[ { "RowGuid": "48fb248b-e8ed-4950-b748-881f4e24c088", "DisplayName": "sample string 2", "PriceListItem": { "RowGuid": "97ccf111-a488-4c71-b5b0-666b24765bb8", "SeatGroup": { "RowGuid": "ae3ab3ec-3d66-460a-abbb-18c8ca016b7f", "Name": "sample string 2", "AvailableSeats": 3, "Sort": 1 }, "PriceCategory": { "RowGuid": "cb110af5-e31e-4ea9-b174-e083d8e0d717", "Name": "sample string 2", "Sort": 1 }, "Price": 2.0, "ReservationCost": 3.0 } }, { "RowGuid": "48fb248b-e8ed-4950-b748-881f4e24c088", "DisplayName": "sample string 2", "PriceListItem": { "RowGuid": "97ccf111-a488-4c71-b5b0-666b24765bb8", "SeatGroup": { "RowGuid": "ae3ab3ec-3d66-460a-abbb-18c8ca016b7f", "Name": "sample string 2", "AvailableSeats": 3, "Sort": 1 }, "PriceCategory": { "RowGuid": "cb110af5-e31e-4ea9-b174-e083d8e0d717", "Name": "sample string 2", "Sort": 1 }, "Price": 2.0, "ReservationCost": 3.0 } } ]
application/xml, text/xml
Sample:
<ArrayOfSeat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RoodFluweel.Api.Models"> <Seat> <DisplayName>sample string 2</DisplayName> <PriceListItem> <Price>2</Price> <PriceCategory> <Name>sample string 2</Name> <RowGuid>cb110af5-e31e-4ea9-b174-e083d8e0d717</RowGuid> <Sort>1</Sort> </PriceCategory> <ReservationCost>3</ReservationCost> <RowGuid>97ccf111-a488-4c71-b5b0-666b24765bb8</RowGuid> <SeatGroup> <AvailableSeats>3</AvailableSeats> <Name>sample string 2</Name> <RowGuid>ae3ab3ec-3d66-460a-abbb-18c8ca016b7f</RowGuid> <Sort>1</Sort> </SeatGroup> </PriceListItem> <RowGuid>48fb248b-e8ed-4950-b748-881f4e24c088</RowGuid> </Seat> <Seat> <DisplayName>sample string 2</DisplayName> <PriceListItem> <Price>2</Price> <PriceCategory> <Name>sample string 2</Name> <RowGuid>cb110af5-e31e-4ea9-b174-e083d8e0d717</RowGuid> <Sort>1</Sort> </PriceCategory> <ReservationCost>3</ReservationCost> <RowGuid>97ccf111-a488-4c71-b5b0-666b24765bb8</RowGuid> <SeatGroup> <AvailableSeats>3</AvailableSeats> <Name>sample string 2</Name> <RowGuid>ae3ab3ec-3d66-460a-abbb-18c8ca016b7f</RowGuid> <Sort>1</Sort> </SeatGroup> </PriceListItem> <RowGuid>48fb248b-e8ed-4950-b748-881f4e24c088</RowGuid> </Seat> </ArrayOfSeat>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |