Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Sample request:
POST /shippingports
{
"name": "Mexico"
}
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Shipping Port to be created
Shipping Port created
Supplier shipping port id
Supplier shipping port name
>= 0 characters<= 100 characters
Gets specific Shipping Port by unique id
Shipping Port id
Example:10
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Returns found Shipping Port
Supplier shipping port id
Supplier shipping port name
>= 0 characters<= 100 characters
Deletes Shipping Port by id
Shipping Port id
Example:1
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Shipping Port deleted
Sample request:
PUT /shippingport
{
"name": "Mexico"
}
Shipping Port id
Example:10000
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Shipping Port model
Returns updated Shipping Port
Supplier shipping port id
Supplier shipping port name
>= 0 characters<= 100 characters