Search
POST
/v1/_getLast modified: 6 months ago
Request
Query Params
moduleName
string
required
moduleName
masterName
string
required
masterName
filter
string
optional
filter
tenantId
string
required
tenantId
Header Params
Content-Type
string
optional
Example:
application/json
Body Params text/plain
Example:{
"RequestInfo": {
"apiId": null,
"ver": null,
"ts": null,
"action": "POST",
"did": null,
"key": null,
"msgId": "5bfa85e7-dfa1-47c8-98b2-747bf552be86",
"authToken": "50b80fa6-bec2-438e-a168-ce5ad53770b5"
},
"MdmsCriteria": {
"tenantId": "pg",
"moduleDetails": [
{
"moduleName": "PropertyTax",
"masterDetails": [
{
"name": "ConstructionSubType"
}
]
}
]
}
}
Request samples
Responses
OK(200)
Invalid input.(400)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 6 months ago