POST api/ops/Postt_RePack
Request Information
URI Parameters
None.
Body Parameters
RepackHdr| Name | Description | Type | Additional information |
|---|---|---|---|
| createby | string |
None. |
|
| notes | string |
None. |
|
| binid_wh | integer |
None. |
|
| binid | integer |
None. |
|
| routeid | integer |
None. |
|
| vendorid | integer |
None. |
|
| repackEntries | Collection of RepackEntry |
None. |
Request Formats
application/json, text/json
Sample:
{
"createby": "sample string 1",
"notes": "sample string 2",
"binid_wh": 3,
"binid": 4,
"routeid": 5,
"vendorid": 6,
"repackEntries": [
{
"$id": "2",
"itemid": 1,
"item": "sample string 1",
"category": "sample string 2",
"subcategory": "sample string 3",
"uom": "sample string 4",
"repack_qty": 1.0,
"wastage_qty": 1.0,
"notes": "sample string 5"
},
{
"$ref": "2"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.