Receiving APIs
/- Update Inbound Site
Add Inbound Site
Get Inbound Site
Delete Inbound Site
Get against locationId
Update Inbound Site
This operation used to update Inbound Site.
Security
bearerAuth
The unique identifier of the location associated with the inbound site.
Example:"loc123"
The current status of the inbound site, such as Active or Inactive.
Example:"Active"
- Sandbox Serverhttps://api-sandbox.sendpro360.pitneybowes.com/pitneytrack/api/v1/inboundsites/{inboundSiteId}
- Production Server (uses live data)https://api.sendpro360.pitneybowes.com/pitneytrack/api/v1/inboundsites/{inboundSiteId}
curl -i -X PUT \
https://api-sandbox.sendpro360.pitneybowes.com/pitneytrack/api/v1/inboundsites/gJVQ5bQW2OVd \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"name": "Site A",
"type": "site",
"locationId": "loc123",
"inboundSiteId": "INB123",
"status": "Active",
"defaultSite": true,
"parent": "GNgzzLNQ9zBb"
}'Response
No content