POST api/Tickets/Customer
Request Information
URI Parameters
None.
Body Parameters
TicketCustomerInName | Description | Type | Additional information |
---|---|---|---|
TicketID | globally unique identifier |
None. |
|
CustomerID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "TicketID": "62815883-a96e-469e-ab0b-1fc030f5bddd", "CustomerID": "e2b11cad-641f-4af4-8ceb-de34b5a4ae1b" }
application/xml, text/xml
Sample:
<TicketCustomerIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <CustomerID>e2b11cad-641f-4af4-8ceb-de34b5a4ae1b</CustomerID> <TicketID>62815883-a96e-469e-ab0b-1fc030f5bddd</TicketID> </TicketCustomerIn>
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. |