v2

latestOpenAPI 3.1.02026-07-267085761.0 MB
Admin Uniteller

Edit Global Sender

Create the global sender if missing, otherwise update it.

put/api/admin/uniteller/sender/global

Request body

partnerIdstring nullable

Auto-generated Uniteller partnerId ('PW' + timestamp). Read-only: set once at creation and ignored on input/update.

namestring required
typestring required

Sender type, e.g. "C" company / "I" individual.

registrationNumberstring nullable
emailstring nullable
phonestring nullable
naturestring nullable
registrationDatestring date nullable

Example request

{
  "type": "C"
}

Response

Successful Response

successboolean

Indicates whether the request was processed successfully.

messagestring

A short, human-readable message describing the result of the request.

{"stackTrail":"components:schemas:CommonResponse:properties:data:anyOf","oasType":"schema","type":"unknown","title":"Data","description":"The main response payload, if applicable","nullable":true}
queryGeneratedTimenumber nullable

The Unix timestamp (in seconds) indicating when the response was generated.

Example response

{
  "success": true,
  "message": "Operation completed.",
  "queryGeneratedTime": 1718006400
}