GET api/shoppingcarts/{id}/shows/{showID}/layout?selectedSectionID={selectedSectionID}&width={width}&height={height}&crop={crop}&layers={layers}&cropX={cropX}&cropY={cropY}&cropWidth={cropWidth}&cropHeight={cropHeight}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

showID

integer

Required

selectedSectionID

integer

Default value is 0

width

integer

Default value is 0

height

integer

Default value is 0

crop

LayoutCropMode

Default value is None

layers

LayoutOverviewDrawLayers

Default value is Default

cropX

integer

Default value is 0

cropY

integer

Default value is 0

cropWidth

integer

Default value is 0

cropHeight

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.