POST api/OrderSticker/Index
Documentation for 'Index'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"DealerID": "sample string 1",
"DealerName": "sample string 2",
"StreetAddress": "sample string 3",
"City": "sample string 4",
"State": "sample string 5",
"Zip": "sample string 6",
"ShipToTheAttentionOf": "sample string 7",
"EmailForTracking": "sample string 8",
"NumberOfCustomLables": "sample string 9",
"NumberOfBuyersGuides": "sample string 10",
"NumberOfCertifiedLabels": "sample string 11",
"RequestDesignChange": true,
"PhoneNumberChange": true,
"WebAddressChange": true,
"OperatingHoursChange": true,
"LogoArtworkChange": true,
"Comment": "sample string 17"
}
application/xml, text/xml
Sample:
<OrderMoreStickerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BoothApp.Common"> <City>sample string 4</City> <Comment>sample string 17</Comment> <DealerID>sample string 1</DealerID> <DealerName>sample string 2</DealerName> <EmailForTracking>sample string 8</EmailForTracking> <LogoArtworkChange>true</LogoArtworkChange> <NumberOfBuyersGuides>sample string 10</NumberOfBuyersGuides> <NumberOfCertifiedLabels>sample string 11</NumberOfCertifiedLabels> <NumberOfCustomLables>sample string 9</NumberOfCustomLables> <OperatingHoursChange>true</OperatingHoursChange> <PhoneNumberChange>true</PhoneNumberChange> <RequestDesignChange>true</RequestDesignChange> <ShipToTheAttentionOf>sample string 7</ShipToTheAttentionOf> <State>sample string 5</State> <StreetAddress>sample string 3</StreetAddress> <WebAddressChange>true</WebAddressChange> <Zip>sample string 6</Zip> </OrderMoreStickerModel>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>