Update
PUT
/pos/{id}Last modified: 2 months ago
Request
Path Params
id
string
required
Example:
670689853a9e398249829467
Body Params application/json
contactsId
string
optional
variables
array[string]
optional
Example
{
"contactsId": "",
"variables": [
{
"key": "Key1",
"title": "tets",
"value": "Value 222"
}
]
}
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
Not configured
Last modified: 2 months ago