- Version 3
- Authentication
- Shipments
- Invoice
- Tracking
- StaticData
- Authentication
- Version 2
- Recommended Workflow
- Additional Offerings
- Changelog
- Exports and Webhooks
Mark as exported.
POST
/api/v3/tracking/markExported
Tracking
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
The mark tracking exported request.
ediTrackingIds
array[integer <int32>] | null
optional
webTrackingIds
array[integer <int32>] | null
optional
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://ws.integration.banyantechnology.com/api/v3/tracking/markExported' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢204No Content
application/json
Body
object {0}
Example
{}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠422Client Error
🟠429Too Many Requests
Modified at 2024-09-16 11:42:17