Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel1

...

REQUEST

HTTP method:  POST

URL:  https  https://<host>/pricefx/<partition>/pricegridmanager.fetch/<PG id>

HEADERS: 

Key

Value

Content-Type

application/json

Accept

application/json

Authorization

Basic <credentials>, where credentials is the base64 encoding of id and password joined by a single colon :.  Where id is partition and username joined by slash / .

BODY:

Code Block
languagegroovy
{
  "operationType": "fetch",
  "startRow": 0,
  "endRow": 300,
  "textMatchStyle": "substring",
  "data": {
    
  },
  "oldValues": null
}

...