Tracking

Perform various operations on tracking records.

Symitar eDocs References: Coming soon.

Operations

getTrackingSelectFields

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
TrackingLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/getTrackingSelectFields
200

Successful operation.

getTrackingPagedListSelectFields

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
Responses
200

Successful operation.

application/json
post
/getTrackingPagedListSelectFields
200

Successful operation.

searchTrackingPagedSelectFields

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
Responses
200

Successful operation.

application/json
post
/searchTrackingPagedSelectFields
200

Successful operation.

updateTrackingByID

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
TrackingLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/updateTrackingByID
200

Successful operation.

createTracking

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
Responses
200

Successful operation.

application/json
post
/createTracking
200

Successful operation.

deleteTracking

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
TrackingLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/deleteTracking
200

Successful operation.

Last updated

Was this helpful?