This document gives detail of Noetic LogistieX Shipping APIs: All-in-one workspace for your shipping requirements.
{
"address": {
"contact_person": "Omkar Yadav",
"address_line1": "Ambedkar lane",
"address_line2": "Third block",
"city": "Ambala",
"postal_code": "133001",
"state": "HA",
"country": "IN",
"latitude": 0,
"longitude": 0,
"address_type": "OFFICE"
},
"contact": {
"primary_phone": "9875678979",
"alternate_phone": "9975678978",
"email": "oyadav@gmail.com",
"whatsapp_contact": "9898987678"
},
"type": "WAREHOUSE",
"code": "BNP-LOC-1"
}
curl --location --request POST 'https://api-playground.logistiex.com/locations' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": {
"contact_person": "Omkar Yadav",
"address_line1": "Ambedkar lane",
"address_line2": "Third block",
"city": "Ambala",
"postal_code": "133001",
"state": "HA",
"country": "IN",
"latitude": 0,
"longitude": 0,
"address_type": "OFFICE"
},
"contact": {
"primary_phone": "9875678979",
"alternate_phone": "9975678978",
"email": "oyadav@gmail.com",
"whatsapp_contact": "9898987678"
},
"type": "WAREHOUSE",
"code": "BNP-LOC-1"
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"address": {
"contact_person": "string",
"address_line1": "string",
"address_line2": "string",
"city": "string",
"postal_code": "string",
"state": "string",
"country": "st",
"latitude": 28.7041,
"longitude": 77.2167,
"address_type": "OFFICE"
},
"contact": {
"primary_phone": "string",
"alternate_phone": "string",
"email": "string",
"whatsapp_contact": "string",
"additional_contacts": {
"fax": "2345678907"
}
},
"type": "WAREHOUSE",
"code": "string"
}