user.agreement.sign

The user.agreement.sign command is used to sign a user agreement

TR50 Request
{
  "cmd": {
    "command": "user.agreement.sign",
    "params": {
      "id": "56fd32f592865abd578b456b"				
    }
  }
}

Request Parameters

Name Type Required Description
id String Yes The unique identifier of the agreement to sign.

If the command is sent successfully a success message is returned indicating that the agreement is signed. Otherwise, an error and error message will be returned.

TR50 Response
{
  "cmd": {
    "success": true
  }
}