POST http:///api/v1/partner/transactions/queues/{queueName}
Parameter name | Value | Description | Additional |
---|---|---|---|
queueName | string | Required |
The request body takes a complete PartnerQueueAddMemberRequest resource, containing the following writable properties:
{
"completeAfter": "int64",
"createOnFleetTask": "boolean",
"createTookanTask": "boolean",
"defaultRegionByAddress": "boolean",
"deliveryDate": "int64",
"dispatchRegionId": "string",
"employeeId": "string",
"inventoryId": "string",
"kioskCheckInId": "string",
"memberId": "string",
"memo": "string",
"onFleetTeamId": "string",
"orderTags": [
"string"
],
"pickUpDate": "int64",
"shopId": "string",
"terminalId": "string",
"tookanTeamId": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
completeAfter | int64 | Optional | |
createOnFleetTask | boolean | Optional | |
createTookanTask | boolean | Optional | |
defaultRegionByAddress | boolean | Optional | |
deliveryDate | int64 | Optional | |
dispatchRegionId | string | Optional | |
employeeId | string | Optional | |
inventoryId | string | Optional | |
kioskCheckInId | string | Optional | |
memberId | string | Optional | |
memo | string | Optional | |
onFleetTeamId | string | Optional | |
orderTags[] | array of string | Optional | |
pickUpDate | int64 | Optional | |
shopId | string | Optional | |
terminalId | string | Optional | |
tookanTeamId | string | Optional |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK successful operation |
Transaction |