Skip to main content
POST
Create a client entity

Authorizations

Authorization
string
header
required

Swagger / Postman only: Client ID as username, Client secret as password. In Postman, set this once on the collection (Authorization → Basic Auth) so all requests inherit. For production server-to-server code, prefer X-OM-Auth-ID and X-OM-Auth-Key headers.

Body

entityTypeID
integer<int32>
entityType
string | null
clientStatus
string | null
entityCode
string | null
externalSystemID
string | null
entityName
string | null
otherName
string | null
entitySurname
string | null
entityInitials
string | null
birthDate
string<date> | null
incorporationDate
string<date> | null
birthPlace
string | null
email
string | null
telephone
string | null
mobile
string | null
taxNumber
string | null
taxNotRequired
boolean
salesTaxNumber
string | null
regNumber
string | null
idNumber
string | null
gender
string | null
note
string | null
physicalAddress
object
postalAddress
object

Response

Created