POST api/WIP/GetWIPLimit
Request Information
URI Parameters
None.
Body Parameters
WIPModelsData| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of WIPModels |
None. |
Request Formats
application/json, text/json
Sample:
{
"Records": [
{
"model_code": "sample string 1",
"section": "sample string 2"
},
{
"model_code": "sample string 1",
"section": "sample string 2"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.