Skip to main content
All CollectionsAPI
Set depot as pickup location
Set depot as pickup location
e
Written by eLogii
Updated over a week ago

Setting the depot UID as pickup UID will remove the need to manually change the pickup address during task creation [ POST/tasks. ]To use an existing depot as a task pickup location, provide the depot UID as shown in the sample payload and the system will auto-fill all fields on the task location details.

Sample payload

"pickup": {
"location": {
"uid": "DEP-ZK8MJU30",
}

The depot UID can be found in eLogii β†’ configurations β†’ depots

Providing the depot UID also comes in handy in cases where more than one depot location exists on eLogii.

Did this answer your question?