Skip to main content

Update a reference

PATCH 

/parent-companies/:parentCompanyID/references/:id

Update a reference

Request

Path Parameters

    id uuidrequired

Body

    tag stringnullable

    The tag of the reference.

    entities

    object[]

    nullable

  • Array [

  • referenceType string

    Possible values: [customer, prospect, relation]

    Default value: customer

    The type of the aggregation entity.

  • ]

  • access

    object[]

    nullable

  • Array [

  • managerId uuidrequired
    primary boolean
  • ]

Responses

success - a reference information

Schema

    id uuidrequired

    The references ID.

    companyId uuidrequired

    The company in which the reference is part of.

    created stringnullablerequired

    The date of creation of the reference.

    tag stringnullable

    The tag of the reference.

Loading...