v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
d) Customer Management

Add a position held by the customer

Positions are held by customers in an organisation. E.g. CEO, employee etc. Positions impact security access to wallets held by the organisation

post/eclipse-conductor/rest/v1/tenants/{tenantId}/customers/{customerId}/positions

Path parameters

tenantIdinteger required
customerIdinteger required

Request body

divisionIdinteger
organisationIdinteger required
position'DIRECTOR' | 'EMPLOYEE' | 'HEAD' | 'MANAGER' | 'MEMBER' | 'OWNER' | 'PARTNER' | 'PRIMARY_CONTACT' required

Response

OK

divisionIdinteger
organisationIdinteger required
position'DIRECTOR' | 'EMPLOYEE' | 'HEAD' | 'MANAGER' | 'MEMBER' | 'OWNER' | 'PARTNER' | 'PRIMARY_CONTACT' required

Example response

{
  "organisation": {
    "created": "2022-03-10T12:15:50-04:00",
    "lastModified": "2022-03-10T12:15:50-04:00"
  }
}