Chapter 5.5.12 - Status

Status

The Status object contains the customization status description as applicable:

Key Value
code [int] Status Code
The numeric code associated with the status
msg [string] Status Message
  • Max length: Unlimited

Example

"Status": [
{
"code": 2000,
"msg": "Set profile item request completed."
}
]