Skip to main content

Create Customer

POST 

/customers/

Use this endpoint to create a single customer. If a customer is successfully created, the response will include the user id.

Fields

NameRequired
debtorIdno
firstNameno
middleNameno
lastNameno
abbreviationno
titleno
dateOfBirthno
genderno
loginno
phoneno
emailno
ssnno
parentno
primaryLanguageno
sourceIdno
sourceonly when sourceId is provided

Request

Body

    abbreviation string
    company string
    dateOfBirth string
    debtorId number
    email string
    firstName string
    gender string
    language string
    lastName string
    login string
    middleName string
    mobile string

    parent

    object

    id number
    phone string
    primaryLanguage string
    source string
    sourceId number
    title string

Responses

Create Customer - 201

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • x-request-id

    string

Schema

    data

    object

    abbreviation string
    dateOfBirth string
    debtorId number
    email string
    firstName string
    gender string
    id number
    language string
    lastName string
    login string
    middleName string
    mobile string

    parent

    object

    id number
    phone string
    primaryLanguage string
    source string
    sourceId number
    title string
    messages string[]
    total number
Loading...