POST api/TicketItems/Service
Request Information
URI Parameters
None.
Body Parameters
TicketItemSaveServiceInName | Description | Type | Additional information |
---|---|---|---|
Notes | string |
None. |
|
Price | decimal number |
None. |
|
ServiceCode | string |
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:
{ "Notes": "sample string 1", "Price": 2.0, "ServiceCode": "sample string 3", "TicketID": "f62eccb9-d134-4a89-848a-b22d47615c6c", "TicketItemID": "b44e5d67-4903-4507-b528-1d6f96e73296", "UserID": "6695a1c2-d1db-4869-a95a-a1891e22b86d", "UserName": "sample string 7" }
application/xml, text/xml
Sample:
<TicketItemSaveServiceIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Notes>sample string 1</Notes> <Price>2</Price> <ServiceCode>sample string 3</ServiceCode> <TicketID>f62eccb9-d134-4a89-848a-b22d47615c6c</TicketID> <TicketItemID>b44e5d67-4903-4507-b528-1d6f96e73296</TicketItemID> <UserID>6695a1c2-d1db-4869-a95a-a1891e22b86d</UserID> <UserName>sample string 7</UserName> </TicketItemSaveServiceIn>
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. |