id. The value of this parameter must be pickedGet Locations API.curl --location --request PUT 'https://sandbox.trynavigate.co/api/v1/locations/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": {
"id": 540819,
"addressType": "SELLER",
"addressee": "John Smith",
"companyName": "ACME Inc.",
"addressLineOne": "1 Madison Square Garden",
"addressLineTwo": "Turner Street",
"city": "Toronto",
"state": "Ontario",
"country": "Canada",
"email": "toronto@acme.com",
"postalCode": "M5V2L4",
"isdCode": "CA~+1",
"phone": "9654321087"
}
}'{
"address": {
"id": 540819,
"addressType": "SELLER",
"addressee": "John Smith",
"companyName": "ACME Inc.",
"addressLineOne": "1 Madison Square Garden",
"addressLineTwo": "Turner Street",
"city": "Toronto",
"state": "Ontario",
"country": "Canada",
"email": "toronto@acme.com",
"postalCode": "M5V2L4",
"isdCode": "CA~+1",
"phone": "9654321087",
"createdDate": "2025-07-31T00:00:00.000Z",
"lastUpdatedDate": "2025-08-01T00:00:00.000Z"
}
}