Skip to main content
POST
Cancel tenders

OpenAPI definition

Authorizations

Authorization
string
header
required

OAuth 2.0 client-credentials access token. Obtain one from https://auth.alvys.com/oauth/token (grant_type=client_credentials, audience=https://api.alvys.com/public/), then paste it here. The playground sends it as Authorization: Bearer <token>.

Path Parameters

version
string
default:1.0
required

API version (e.g., 1.0)

Example:

"1.0"

Body

SenderIsaId
string
required
SenderIsaIdQualifier
string
required
SenderGsId
string
required
ReceiverIsaId
string
required
ReceiverIsaIdQualifier
string
required
ReceiverGsId
string
required
SCAC
string
required
ShipmentId
string
required
Stops
object[]
required
Equipment
object | null
Entities
object[] | null
PaymentMethod
string | null
QtyPallets
string | null
Weight
string | null
WeightUnitCode
string | null
WeightQualifier
string | null
Volume
string | null
VolumeUnitCode
string | null
VolumeQualifier
string | null
Rate
number<double> | null
ExpirationDate
string<date-time> | null
Notes
string[] | null
References
object[] | null
RoutingSequenceCode
string | null
TransportationMethodTypeCode
string | null
PoNumber
string | null

Response

Created