v1

latestOpenAPI 3.0.02026-08-064842333.5 MB
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

endRownumber

The number of the end row that defines the end of the result set's returned objects. Use this parameter if you want to implement paging for results.

{"stackTrail":"paths:/fetch/PG:post:requestBody:content:application/json:schema:properties:oldValues","oasType":"schema","type":"unknown"}
operationTypestring
startRownumber

The number of the first row that defines the start of the result set's returned objects. Use this parameter if you want to implement paging for results.

textMatchStylestring

Response

OK