POST v6/operation/commission/pelican/save
Request Information
URI Parameters
None.
Body Parameters
PelicanCommissionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| VipMrrd | date |
None. |
|
| VipLotNumber | string |
None. |
|
| FinishedGoodsLotNumber | string |
None. |
|
| TicMrrd | date |
None. |
|
| TicLotNumber | string |
None. |
|
| CompanyId | integer |
None. |
|
| OriginalSalesOrder | string |
None. |
|
| HomeLocationId | integer |
None. |
|
| Notes | string |
None. |
|
| Barcodes | Collection of Barcodes |
None. |
|
| SKUId | integer |
None. |
|
| Quantity | decimal number |
None. |
|
| LocationZoneId | integer |
None. |
|
| LotNumber | string |
None. |
|
| CommissionDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"vipMrrd": "2025-11-08T08:25:07.7831528+00:00",
"vipLotNumber": "sample string 2",
"finishedGoodsLotNumber": "sample string 3",
"ticMrrd": "2025-11-08T08:25:07.7831528+00:00",
"ticLotNumber": "sample string 4",
"companyId": 5,
"originalSalesOrder": "sample string 6",
"homeLocationId": 7,
"notes": "sample string 8",
"barcodes": [
{
"barcode": "sample string 1"
},
{
"barcode": "sample string 1"
}
],
"skuId": 9,
"quantity": 1.0,
"locationZoneId": 1,
"lotNumber": "sample string 10",
"commissionDate": "2025-11-08T08:25:07.7841783+00:00"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.