POST http:///api/v1/partner/store/batches/transferInventory/{historyId}/accept
Parameter name | Value | Description | Additional |
---|---|---|---|
historyId | string | Required |
The request body takes a complete PartnerInventoryTransferStatusRequest resource, containing the following writable properties:
{
"currentEmployeeId": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
currentEmployeeId | string | Optional |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK successful operation |
InventoryTransferHistory |