Skip to main content

Add new entity to CrmAccounts

POST 

/CrmAccounts

Add new entity to CrmAccounts

Request

Body

required

New entity

    companyName string
    email string
    phone1 string
    phone2 string
    streetName string
    houseNumber string
    postalCode string
    city string
    countryIso string

    Possible values: <= 2 characters

    cocNumber string
    vatNumber string
    state string
    iban string
    type
    defaultVatId uuid
    customerReference string
    defaultContactId uuid
    firstName string

    This property are no longer synced from the contact.

    lastNamePrefix string

    This property are no longer synced from the contact.

    lastName string

    This property are no longer synced from the contact.

    id uuid
    createdDate date-time
    updatedDate date-time
    organizationId uuid
    reference string
    creatorId uuid
    customField1 string
    customField2 string
    customField3 string
    customField4 string
    customField5 string
    organization

Responses

Created entity

Schema

    companyName string
    email string
    phone1 string
    phone2 string
    streetName string
    houseNumber string
    postalCode string
    city string
    countryIso string

    Possible values: <= 2 characters

    cocNumber string
    vatNumber string
    state string
    iban string
    type
    defaultVatId uuid
    customerReference string
    defaultContactId uuid
    firstName string

    This property are no longer synced from the contact.

    lastNamePrefix string

    This property are no longer synced from the contact.

    lastName string

    This property are no longer synced from the contact.

    id uuid
    createdDate date-time
    updatedDate date-time
    organizationId uuid
    reference string
    creatorId uuid
    customField1 string
    customField2 string
    customField3 string
    customField4 string
    customField5 string
    organization
Loading...