Skip to main content

Create or update a domain object mapping

PUT 

/v1/admin/mapping/:type/:arkId

Required role: ADMIN

Creates or updates a domain object instance in the platform and establishes its mapping to the corresponding external system identifier via the configured connector. Idempotent — re-submitting the same arkId updates the existing mapping.

objectType-specific fields

objectTypeRequired fieldsOptional fields
CUSTOMERcustomerNumberdpid, verificationId
ACCOUNTaccountNumber, bsb, productKey, productVersion
CARDcardType, accountId, customerNumber

cardType values: PHYSICAL, VIRTUAL, PHYSICAL_AND_VIRTUAL

Request

Responses

The requested domain object mapping was created successfully.