POST api/DriverLogin/GetReferenceByCustomer
Request Information
URI Parameters
None.
Body Parameters
CustomerRefRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | globally unique identifier |
None. |
|
| CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerID": "fda1d22a-a1eb-4d3b-a57d-a51ba071d691",
"CompanyID": "8e05ac2a-f29f-45b1-beb0-9d3b2566c742"
}
application/xml, text/xml
Sample:
<CustomerRefRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DriverDbContext.MetaData"> <CompanyID>8e05ac2a-f29f-45b1-beb0-9d3b2566c742</CompanyID> <CustomerID>fda1d22a-a1eb-4d3b-a57d-a51ba071d691</CustomerID> </CustomerRefRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |