POST api/TicketItems/Carwash
Request Information
URI Parameters
None.
Body Parameters
TicketItemSaveCarwashInName | Description | Type | Additional information |
---|---|---|---|
CarwashCode | string |
None. |
|
Price | decimal number |
None. |
|
TicketID | globally unique identifier |
None. |
|
UserID | globally unique identifier |
None. |
|
UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CarwashCode": "sample string 1", "Price": 2.0, "TicketID": "c332210c-a0b9-4321-a5a6-64d244e97956", "UserID": "45e9409e-d9ed-4b10-8b31-58bbaf0b00ca", "UserName": "sample string 5" }
application/xml, text/xml
Sample:
<TicketItemSaveCarwashIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <CarwashCode>sample string 1</CarwashCode> <Price>2</Price> <TicketID>c332210c-a0b9-4321-a5a6-64d244e97956</TicketID> <UserID>45e9409e-d9ed-4b10-8b31-58bbaf0b00ca</UserID> <UserName>sample string 5</UserName> </TicketItemSaveCarwashIn>
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. |