GET api/APIUserCustomerInfo/{UserName}/{CustomerNum}/{ShipTo}
GET APIUserCustomer with Customer Information
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| UserName | No documentation available. |
Define this parameter in the request URI. |
| CustomerNum | No documentation available. |
Define this parameter in the request URI. |
| ShipTo | No documentation available. |
Define this parameter in the request URI. This parameter is optional. |
Request body formats
text/plain
Sample:
No body required. Body is ignored
Response Information
Response body formats
application/json, text/json
Sample:
{
"APIUserCustomer": {
"UserName": "sample string 1",
"CustomerNum": "sample string 2",
"ShipTo": "sample string 3",
"UserFieldData": [
{},
{},
{}
],
"UserFieldNames": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"Notifications": null
},
"Customer_Name": "sample string 1"
}