The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/SaveVTextProfileItem HTTP/1.1
Host: api.dev.bnn.us
Content-Type: application/json
Content-Length: length
{"AccessToken":"String","Id":0,"Settings":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"Data":{"Id":0,"Name":"String","Settings":"String"},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]}}