GET api/CodeCauseOfQuantityChange/All/{CompanyId}
Get all code causes of quantity change
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CodeCauseOfQuantityChange| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Number | integer |
None. |
|
| Description | string |
None. |
|
| EdiCode | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "502fbd55-3c81-4a36-9e5a-143ca2ebe4c2",
"Number": 2,
"Description": "sample string 3",
"EdiCode": "sample string 4"
},
{
"Id": "502fbd55-3c81-4a36-9e5a-143ca2ebe4c2",
"Number": 2,
"Description": "sample string 3",
"EdiCode": "sample string 4"
}
]