UserApi

Add or Update Sender

Allows the addition or updating of sender information in the system. This ensures that sender details are current and accurate for shipment processing.

post/addupdatesender

Request body

senderIDinteger nullable

ID of the sender address to update. If null, a new sender address is created.

namestring required

Name of the sender. Required.

countryCodestring required

ISO country code of the sender address. Required.

zipcodestring nullable

Postal/zip code of the sender address.

citystring required

City of the sender address. Required.

streetAndNumberstring required

Street name and house number of the sender address. Required.

telephonestring nullable

Telephone number of the sender.

faxstring nullable

Fax number of the sender.

notifyGSMstring nullable

Mobile number used to notify the sender (e.g. via SMS).

notifyEmailstring nullable

Email address used to notify the sender.

Response

OK

status'OK' | 'Error' | 'ValidationFailed'

0 = OK, 1 = Error, 2 = ValidationFailed

traceIDstring nullable
senderIdinteger

ID of the created or updated sender address. Use this value with SenderID to reference this sender in future requests.

Changes