Create Director ID & Other Jurisdiction ID
POST {{baseUrl}}/contacts/{{contactId}}/ids
Creates one individual contact id (e.g. Director ID).
REQUEST BODY
Key | Datatype | Comments |
---|---|---|
id | Number | |
type | string | See ID TYPE list below |
value | string |
StartFragment
ID TYPES:
- AUSTRALIANDIRECTORID
- CHINA_ID
- EMPLOYMENT_PASS
- HONGKONGID
- MACAU_ID
- MALAY_IC
- OTHER
- SINGAPORE_FIN
- SINGAPORENRICCITIZEN
- SINGAPORENRICPR
EndFragment
Request Body
{"type"=>"AUSTRALIAN_DIRECTOR_ID", "value"=>"000000000000000"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"id":4421,"type":"AUSTRALIAN_DIRECTOR_ID","value":"000000000000000"}