Receiving APIs
/- Get against locationId
Add Inbound Site
Get Inbound Site
Update Inbound Site
Delete Inbound Site
Get against locationId
This operation is used to retrived Inbound Site against the location.
Security
bearerAuth
- Sandbox Serverhttps://api-sandbox.sendpro360.pitneybowes.com/pitneytrack/api/v1/location/inboundsites
- Production Server (uses live data)https://api.sendpro360.pitneybowes.com/pitneytrack/api/v1/location/inboundsites
curl -i -X POST \
https://api-sandbox.sendpro360.pitneybowes.com/pitneytrack/api/v1/location/inboundsites \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '[
"location1",
"location2"
]'Successful response
Array []
The unique identifier of the location associated with the inbound site.
Example:"M0K9QbNMgob"
The hierarchical structure of the inbound site's location (e.g., Site > Building > Floor > Mailstop).
Example:"Gandhi Nagar"
Response
[ { "inboundSiteId": "xy277mD9Plbl", "name": "Gandhi Nagar", "type": "site", "locationId": "M0K9QbNMgob", "locationHierarchy": "Gandhi Nagar", "status": "ACTIVE", "defaultSite": false } ]