Live Price Grids
List Live Price Grids
Retrieves all Price Grids based on filter settings.
Filter example:<p> Returns only Price Grids where status = CANCELLED.
{
"data":{
"_constructor":"AdvancedCriteria",
"operator":"and",
"criteria":[
{
"fieldName":"status",
"operator":"equals",
"value":"CANCELLED"
}
]
}
}
post/fetch/PG
Request body
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.