POST api/Manager/getCompanies
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MNG_getCompaniesResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ManufacturerID | integer |
None. |
|
| ManufDes | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ManufacturerID": 1,
"ManufDes": "sample string 2"
},
{
"$ref": "1"
}
]