Update a reference
PATCH/parent-companies/:parentCompanyID/references/:id
Update a reference
Request
Path Parameters
id uuidrequired
- application/json
Body
Array [
]
Array [
]
tag stringnullable
The tag of the reference.
entities
object[]
nullable
referenceType string
Possible values: [customer
, prospect
, relation
]
Default value: customer
The type of the aggregation entity.
access
object[]
nullable
managerId uuidrequired
primary boolean
Responses
- 200
success - a reference information
- application/json
- Schema
- Example (from schema)
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.
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"companyId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created": "2024-01-01T00:00:00.000Z",
"tag": "VIP"
}
Loading...