POST api/v2/Manufactor/GetManufactor
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ManufactorModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ManufactorId | string |
None. |
|
| ManufactorName | string |
None. |
|
| Readonly | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"manufactorId": "sample string 1",
"manufactorName": "sample string 2",
"readonly": true
},
{
"manufactorId": "sample string 1",
"manufactorName": "sample string 2",
"readonly": true
}
]