PUT api/rmused/scrap
Request Information
URI Parameters
None.
Body Parameters
ScrapUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SlipNo | integer |
None. |
|
| Scrap | decimal number |
None. |
|
| Ld | decimal number |
None. |
|
| Bags | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"SlipNo": 1,
"Scrap": 2.0,
"Ld": 3.0,
"Bags": 4.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.