get info sale AM
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"TrackingId": "1000061842"
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/ftel-gw/omnisell/sop/api/v1.0/sop/get-am-info' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"TrackingId": "1000061842"
}'
Responses
application/json Modified at 2025-11-24 04:07:03