Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
linenumberstrue
{
  "decipherDirectory": "Demo Buyer", //if missing, will use the default directory
  "decipherPath": "/selfserve/abc/123", //required
  "categoryCode": 231, //if missing, will use the default category
  "localization": {"type":1,"value":"en_US"}, //required, type 1 - use the localization in "value".  type 2 - use the localization contained in decipher question id in value.
  "completesRequired": {"type":1, "value":"500"} //required, type 1 - use the quantity in "value".  type 2 - use the value contained in decipher question id in value.
  "expectedIr":50, //required
  "expectedLoi":15, //required
  "fieldTime":2, //required
  "offerPrice": 2.50, //optional
  "liveUrl": "https://v2.decipherinc.com/selfserve...." //optional, include if you have additional parameters
}

Result 


Response Code

201

Response Body

...