POST api/TicketItems/CarwashOption
Request Information
URI Parameters
None.
Body Parameters
TicketItemSaveCarwashOptionInName | Description | Type | Additional information |
---|---|---|---|
CarwashOptionCode | string |
None. |
|
Price | decimal number |
None. |
|
TicketID | globally unique identifier |
None. |
|
TicketItemID | globally unique identifier |
None. |
|
UserID | globally unique identifier |
None. |
|
UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CarwashOptionCode": "sample string 1", "Price": 2.0, "TicketID": "60003b2b-3d91-4932-a19a-970fb83bfa26", "TicketItemID": "bc473cd0-9653-4aec-a9cd-c2b9cea7297f", "UserID": "0376dbf7-88b8-4219-ab81-2d3426bb455a", "UserName": "sample string 6" }
application/xml, text/xml
Sample:
<TicketItemSaveCarwashOptionIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <CarwashOptionCode>sample string 1</CarwashOptionCode> <Price>2</Price> <TicketID>60003b2b-3d91-4932-a19a-970fb83bfa26</TicketID> <TicketItemID>bc473cd0-9653-4aec-a9cd-c2b9cea7297f</TicketItemID> <UserID>0376dbf7-88b8-4219-ab81-2d3426bb455a</UserID> <UserName>sample string 6</UserName> </TicketItemSaveCarwashOptionIn>
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. |