@host = https://api.test.post-plus.io
@integrationApiKey = "integration-api-key-12345"
POST {{host}}/api/v1/integrations/tracking-import
content-type: application/json
X-API-KEY: {{integrationApiKey}}
{
"events": [
{
"eventId": "SomeExternalSourceUNiqueEventId012356",
"eventSourceAlt": "SomeExternalSource",
"eventCode": "DELIVERED",
"eventMessage": "Delivered to the recipient",
"eventTime": "2024-04-04 04:04:00",
"eventLocation": "Location",
"trackingNr": "PARCEL-NR-1"
},
{
"eventSourceAlt": "SomeExternalSource",
"eventCode": "DELIVERED",
"eventMessage": "Delivered to the recipient",
"eventTime": "2024-04-04 04:04:00",
"eventLocation": "Location",
"trackingNr": "PARCEL-NR-2"
}
]
}@host = https://api.test.post-plus.io
@integrationApiKey = integration-api-key-12345
POST {{host}}/api/v1/integrations/tracking-import-generic?DataSource=IntegratorName
content-type: application/json
X-API-KEY: {{integrationApiKey}}
{
"integratorEventCode": "deliveredCode",
"integratorEventMessage": "parcel was delivered",
"date": "2025-01-01"
}