GET wms/otherInOut/getCustomer/{tp_inout}/{dt_from}/{dt_to}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tp_inout | string |
Required |
|
| dt_from | string |
Required |
|
| dt_to | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApplyOfListOfCds| Name | Description | Type | Additional information |
|---|---|---|---|
| YN_APPLY | boolean |
None. |
|
| DS_MSG | string |
None. |
|
| INFO | Collection of Cds |
None. |
Response Formats
application/json, text/json
Sample:
{
"YN_APPLY": true,
"DS_MSG": "sample string 2",
"INFO": [
{
"$id": "2",
"CODE": "sample string 1",
"DISPLAY": "sample string 2"
},
{
"$ref": "2"
}
]
}