Tracking

Perform various operations on tracking records.

Symitar eDocs References: Coming soon.

Operations

getTracking

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

Successful operation.

application/json
post
/getTracking
200

Successful operation.

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.

getTrackingPagedList

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

Successful operation.

application/json
post
/getTrackingPagedList
200

Successful operation.

getTrackingListSelectFields

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

Successful operation.

application/json
post
/getTrackingListSelectFields
200

Successful operation.

searchTrackingSelectFields

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

Successful operation.

application/json
post
/searchTrackingSelectFields
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
QuerystringOptional
Responses
200

Successful operation.

application/json
post
/searchTrackingPagedSelectFields
200

Successful operation.

updateTrackingByID

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
TrackingLocatorintegerOptional
AccountNumberstringOptional
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?