POST v6/operation/commission/americo/save
Request Information
URI Parameters
None.
Body Parameters
AmericoCommissionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AssociateRelatedPartId | integer |
None. |
|
| OriginalLocationId | integer |
None. |
|
| FlagTypeId | integer |
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:
{
"associateRelatedPartId": 1,
"originalLocationId": 2,
"flagTypeId": 1,
"barcodes": [
{
"barcode": "sample string 1"
},
{
"barcode": "sample string 1"
}
],
"skuId": 3,
"quantity": 1.0,
"locationZoneId": 1,
"lotNumber": "sample string 4",
"commissionDate": "2025-11-08T08:24:36.815789+00:00"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.