Multidomain MDM
- Multidomain MDM 10.3 HotFix 3
- All Products
Thehttp://<host>:<port>/<context>/<database ID>/<business entity>?systemName=<name of the source system>
POST http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person?systemName=Admin { "firstName": "Boris", "lastName": "Isaac", "genderCd": { "genderCode": "M" }, "Address": { "item": [ { "Address": { "addressLine1": "B-203, 101 Avenue, New York", "stateCd": { "stateAbbreviation": "NY" }, "countryCode": { "countryCode": "US" } } } ] }, "Telephone": { "item": [ { "phoneNum": "1234567", "phoneTypeCd": { "phoneType": "HOM" } }, { "phoneNum": "7654321", "phoneTypeCd": { "phoneType": "MOB" } } ] } }