Add the Characteristics to a Party
Use the following details to add characteristics to a Party using the REST interface:
HTTP Method
POST
Endpoint URL
See the REST Service Endpoint topic for more details.
Resource
/restapi/v1/party/{id}/characteristic
Request Parameters
Provide values for the following parameters:
Parameter Name | Data Type | Mandatory |
---|---|---|
id | string | optional |
name | string | Mandatory |
sid | string | optional |
value | string | Mandatory |
Request Model
Media Type: application/json
{ "id": "string", "name": "string", "sid": 0, "value": "string" }
Response Model
{ "result": { "code": { "severity": "Success", "message": "Success.", "code": "0000" }, "params": [], "message": "Success." }, "data": { "id": "string", "sid": 0, "name": "String", "value": "string" }, "startTimestampMS": 1659694070426, "duration": 286 }