Request

POST http:///api/v1/partner/store/batches/transferInventory/{historyId}/accept

Path parameters

Parameter name Value Description Additional
historyId string Required

Request body

The request body takes a complete PartnerInventoryTransferStatusRequest resource, containing the following writable properties:

{
    "currentEmployeeId": "string"
}

Properties

Name Type Description Additional
currentEmployeeId string Optional

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

successful operation

InventoryTransferHistory

Explore this API

historyId
body
Request Content-Type
Response Content-Type
Try it out!