Operations for Application Values (Configuration).
/cnbs/v1/apu/values/id
POST
cURL:
curl -X POST https://<<your.server.here>>/CNBS/v1/apu/values/id?sap-client=800&sap-language=EN&apiid=CNBSMV01R -H accept: application/json -H content-type: application/json -H cnbssysid: nR4kLO/8HCiuv+1hev5fbMgcMpOwhKf3GvJZvxZ3ZPQ= -d "{ \"action\": \"create\", \"data\": { \"key_au\": \"PostmanTestKey\", \"value_au\": \"PostmanTestKeyValue\" }}"
The response consists of an values list table with a single entry(data) and a status (status).
JSON:
{
"data": [
{
"key_au": "ApplicationUrl",
"value_au": "http://localhost:3000/"
}
],
"status": {
"message_type": "S",
"message_identification": "/CNBS/X_API",
"message_number": 10,
"message_line_string": "Request successfully processed",
"json": ""
}
}