Skip to main content

nShift Delivery Help Center

Senders

Add, update and delete senders.

POST /addresses/senders

Creates a new sender in the address book.

Note

The system will return a unique sender ID that identifies the sender.

For description of properties, please refer to the Property reference guide.

For schema and testing, please refer to https://api.unifaun.com/rs-docs/ and navigate to /addresses/senders POST.

GET addresses/senders

Fetches information about senders from the address book.

Note

Check of Swedish zip codes is not supported.

Query parameters

page

number

Result pages containing max. 50 senders

Required

Provides a way to page through the complete result.

Starts at zero and increments upwards.

quickId

string

Sender's quick ID

Optional

senderId

number

Unique sender identification

Optional

since

string

Returns senders that have been changed since a specified date.

Optional

Valid formats: yyyyMMddHHmmss, yyyyMMddHHmm, yyyyMMdd or yyMMdd

For description of properties, please refer to the Property reference guide.

For schema and testing, please refer to https://api.unifaun.com/rs-docs/ and navigate to /addresses/senders GET.

PATCH/addresses/senders/{senderId}

Updates information on a sender.

URI parameters

Sender ID

string

The sender's ID

Required

For description of properties, please refer to the Property reference guide.

For schema and testing, please refer to https://api.unifaun.com/rs-docs/ and navigate to /addresses/senders/{senderId} PATCH.

PUT/addresses/senders/{senderId}

Updates a sender by replacing it.

URI parameters

Sender ID

string

The sender's ID

Required

For description of properties, please refer to the Property reference guide.

For schema and testing, please refer to https://api.unifaun.com/rs-docs/ and navigate to /addresses/senders/{senderId} PUT.

DELETE /addresses/senders/{senderId}

Deletes a sender.

Note

No response body is returned when a sender is successfully deleted.

The sender will be completely deleted from the system. No further operation will be possible on the sender ID.

URI parameters

Sender ID

string

The sender's ID

Required

For description of properties, please refer to the Property reference guide.

For schema and testing, please refer to https://api.unifaun.com/rs-docs/ and navigate to /addresses/senders/{senderId} DELETE.