POST api/WBUpdate
Request Information
URI Parameters
None.
Body Parameters
WB| Name | Description | Type | Additional information |
|---|---|---|---|
| RefSLNO | integer |
None. |
|
| MaterialTypeID | string |
None. |
|
| Screen | string |
None. |
|
| Loader | string |
None. |
|
| Excavator | string |
None. |
|
| ProcessedFrom | string |
None. |
|
| Location | string |
None. |
|
| WBNAME | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RefSLNO": 1,
"MaterialTypeID": "sample string 2",
"Screen": "sample string 3",
"Loader": "sample string 4",
"Excavator": "sample string 5",
"ProcessedFrom": "sample string 6",
"Location": "sample string 7",
"WBNAME": "sample string 8"
}
application/xml, text/xml
Sample:
<WB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProductionWBMachineChangeAPI.Models"> <Excavator>sample string 5</Excavator> <Loader>sample string 4</Loader> <Location>sample string 7</Location> <MaterialTypeID>sample string 2</MaterialTypeID> <ProcessedFrom>sample string 6</ProcessedFrom> <RefSLNO>1</RefSLNO> <Screen>sample string 3</Screen> <WBNAME>sample string 8</WBNAME> </WB>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.