Post Parameters
info
All JSON array responses have been shortened for readability.
POST/<ApplicationID>/parameters
Endpoint Requires Authentication
Additional Permissions Required
Example
https://api.weightron.cloud/641c1177ebc8b2f3c195b02c/parameters
Request Body
{
"Ticket Qty": 2
}
Description
Returns an object containing the full parameters object with the changes applied.
Returns
{
"timestamp": "2023-11-03T14:03:52.303Z",
"data": {
"Ticket Qty": {
"type": "integer",
"group": "ticket",
"value": 2
}
}
}