GET api/Production/GetProductionStatus
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProductionStatusDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductionStatusId | integer |
None. |
|
| ProductionStatusName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProductionStatusId": 1,
"ProductionStatusName": "sample string 2"
},
{
"ProductionStatusId": 1,
"ProductionStatusName": "sample string 2"
}
]