Master Data Management
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /mdms/v1/[API endpoint]/_search HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 274
{
"RequestInfo": {
"apiId": "text",
"ver": "text",
"ts": 1,
"action": "text",
"did": "text",
"key": "text",
"msgId": "text",
"requesterId": "text",
"authToken": "text"
},
"MdmsCriteria": {
"tenantId": "text",
"moduleDetails": [
{
"moduleName": "text",
"masterDetails": [
{
"name": "text",
"filter": "text"
}
]
}
]
}
}{
"ResponseInfo": {
"apiId": "text",
"ver": "text",
"ts": 1,
"resMsgId": "text",
"msgId": "text",
"status": "SUCCESSFUL"
},
"mdms": [
[
{}
]
]
}POST /mdms/v1/[API endpoint]/_create HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 240
{
"RequestInfo": {
"apiId": "text",
"ver": "text",
"ts": 1,
"action": "text",
"did": "text",
"key": "text",
"msgId": "text",
"requesterId": "text",
"authToken": "text"
},
"MasterMetaData": {
"tenantId": "text",
"filePath": "text",
"masterName": "text",
"masterData": {}
}
}{
"ResponseInfo": {
"apiId": "text",
"ver": "text",
"ts": 1,
"resMsgId": "text",
"msgId": "text",
"status": "SUCCESSFUL"
},
"Data": {}
}