Public
Documentation Settings

Senteca API Documentation

Our Multidrop Assist API allows for programmatic access to MDA tools and services. Use these APIs to create orders, update/cancel orders and retrieve tracking information.

Requests must be made from an IP address listed in the whitelist for each Customer account.

All URLs referenced in the documentation have the base path obtained from your customer. This base path goes before the endpoint path.

All status codes will be '200', any errors or issues will be included in the XML response detailing what is missing or wrong and all Responses are in XML.

POSTAPI Order Creation

http://{{CustomerURL}}/_portal/api/_orders/create/?key={{APIKEY}}&action=save

This API call allows you to create a single order with up to 50 products.

PARAMS
key

{{APIKEY}}

provided by your account manager

action

save

Bodyurlencoded
TradingName

API Test Trading Name

Alphanumeric Value - Company Name seen by Recipient

OrderNumber

123456

Alphanumeric Value

OrderReference

Alphanumeric Value

Recipient

GSiT Limited API Test

Alphanumeric Value

Address

Business Central, Darlington

Alphanumeric Value

Postcode

DL1 1GL

Valid UK Postcode

what3words

Valid What 3 Words Data - ///spice.forgot.gossip or spice.forgot.gossip | Empty

ContactHome

0844 850 8080

Valid UK Number | NULL | Empty

Contact Mobile

'Valid Email' | 'NULL' | 'Empty' (if unknown)

ContactEmail

support@senteca.co.uk

'Numeric' | 'NULL' Only

Charge

0.00

'Alphanumeric'

DeliveryInstructions

Please leave this in the porch.

'Alphanumeric'

OtherInstructions

'All Day' | 'Business Hours' | 'AM' | 'PM' | 'NULL'

TimedService

'2 Man' | '1 Man'

ServiceLevel

Yes | No | '1' | '0' | 'NULL'

DeliveryPoint

Yes | No | '1' | '0' | 'NULL'

UnpackItems

Yes | No | '1' | '0' | 'NULL'

TakePackagingAway

Yes | No | '1' | '0' | 'NULL'

Assemble

Yes | No | '1' | '0' | 'NULL'

Disassemble

'NULL' | 'N/A' | 'Full Stock Control'

CollectDisposal

Deliver | Collect

StockStatus

Numeric 1-50

Action_1

Deliver

Alphanumeric

QTY_1

1

Alphanumeric

Code_1

GSiTHH12

Numeric - Boxes per Product (QTY * Parts)

Description_1

Handheld Scanner

Numeric - KG

Parts_1

1

Numeric

Weight_1

2.5

Cube_1

0.15

POSTAPI Order Cancel

http://{{CustomerURL}}/_portal/api/_orders/update/?carrier_reference={{carrier_reference}}&action=cancel&key={{APIKEY}}

This API call allows you to cancel a single specified order - if enabled by your account manager.

PARAMS
carrier_reference

{{carrier_reference}}

action

cancel

(Required)

key

{{APIKEY}}

provided by your account manager

POSTAPI Order Update Address

http://{{CustomerURL}}/_portal/api/_orders/update/?carrier_reference={{carrier_reference}}&action=update_address&key={{APIKEY}}

This API call allows you to update the address and postcode of a single specified order - if enabled by your account manager.

PARAMS
carrier_reference

{{carrier_reference}}

action

update_address

(Required)

key

{{APIKEY}}

provided by your account manager

Bodyurlencoded
Address

Senteca New Address, Darlington, Co. Durham

Alphanumeric Value

Postcode

DL1 1GL

Valid UK Postcode

Loading