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": "a2e95501-60ef-4c2d-b396-4add5439a27f",
"CompanyID": "ca0c6772-4269-44c1-951e-5545c20496d8"
}
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>ca0c6772-4269-44c1-951e-5545c20496d8</CompanyID> <CustomerID>a2e95501-60ef-4c2d-b396-4add5439a27f</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. |