You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Single Select Pick List value is not populating in Config through Rest API

Received Response
31
Views
3
Comments
edited Nov 1, 2022 7:06PM in Configure Price Quote 3 comments

Summary

Single Select Pick List value is not populating in Config through Rest API

Content

Hi,

We added the "region" field (SSPL) in Config and added it in payload and the payload is running successfully, but when we go to the transaction and check the region field through Reconfigure, this region SSPL is showing blank and it is not populating with the provided value in payload.

METHOD : POST

REQUEST URL : https://xxxx.bigmachines.com/rest/v8/config/actions/_bulkAddToTxn
SAMPLE REQUEST PAYLOAD:

{
"bsId": 39353919,
"documentId": 36244074,
"items": [
{
"productFamily": "vision",
"productLine": "servers",
"model": "serverSolutions",
"configData": {
"region": {"displayValue": "Central", "value": "Central"},
}
}
]
}

 

What are we missing here? What is the correct syntax to add for SSPL in payload?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!