Skip to main content
POST
Configure EPO Pricing

Reference Documentation

For more information on EPO pricing configuration, please refer to:

Authorizations

Authorization
string
header
required

Body

application/json
epoId
string
required
Example:

"EPO-123"

consignorId
string
required
Example:

"CGNR-456"

pricingRules
object[]
required
validFrom
string<date>
required
Example:

"2025-01-01"

validTo
string<date>
required
Example:

"2025-12-31"

autoRenew
boolean
Example:

true

notes
string
Example:

"Special pricing agreement for premium customer"

Response

201 - application/json

Pricing configuration successfully created

configId
string
Example:

"CONF-789"

status
string
Example:

"ACTIVE"

createdAt
string<date-time>
Example:

"2024-12-20T10:30:00Z"

createdBy
string<email>
Example:

"user@example.com"

message
string
Example:

"Pricing configuration successfully created"