POST api/Migration/GetCustomerList
Request Information
URI Parameters
None.
Body Parameters
customerListName | Description | Type | Additional information |
---|---|---|---|
Userid | integer |
None. |
|
CustomerName | string |
None. |
|
CustomerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Userid": 1, "CustomerName": "sample string 2", "CustomerId": 3 }
application/xml, text/xml
Sample:
<customerList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WH.CustomLayer.OnHireOrder"> <CustomerId>3</CustomerId> <CustomerName>sample string 2</CustomerName> <Userid>1</Userid> </customerList>
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. |