Retrieve right statuses
Get right statuses
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"statuses": [
{
"statusId": 1,
"statusName": "Active"
},
{
"statusId": 2,
"statusName": "Active, Not Deletable, Locked"
},
{
"statusId": 3,
"statusName": "Active, Deletable, Locked"
},
{
"statusId": 4,
"statusName": "Active, Not Deletable, Unlocked"
},
{
"statusId": 5,
"statusName": "Inactive, Deletable, Locked"
},
{
"statusId": 6,
"statusName": "Inactive, Deletable, Unlocked"
},
{
"statusId": 7,
"statusName": "Inactive, Not Deletable, Unlocked"
},
{
"statusId": 8,
"statusName": "Inactive, Not Deletable, Locked"
}
]
}Last updated
Was this helpful?

