GET api/CodeCauseOfStockCount/All/{CompanyId}
Get all code causes of stock count
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CodeCauseOfStockCount| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Number | integer |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "2408a756-9559-45fb-a426-77f811cc48d1",
"Number": 2,
"Description": "sample string 3"
},
{
"Id": "2408a756-9559-45fb-a426-77f811cc48d1",
"Number": 2,
"Description": "sample string 3"
}
]