Skip to main content

Get entity from CrmAccounts by key

GET 

/CrmAccounts(:id)

Get entity from CrmAccounts by key

Request

Path Parameters

    id uuidrequired

    Possible values: Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

    key: id of CrmAccount

Query Parameters

    $select string[]

    Possible values: [companyName, email, phone1, phone2, streetName, houseNumber, postalCode, city, countryIso, cocNumber, vatNumber, state, iban, type, defaultVatId, customerReference, defaultContactId, firstName, lastNamePrefix, lastName, id, createdDate, updatedDate, organizationId, reference, creatorId, customField1, customField2, customField3, customField4, customField5, organization]

    Select properties to be returned

    $expand string[]

    Possible values: [*, organization]

    Expand related entities

Responses

Retrieved 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...