POST api/User/UpdateUserCollectionStatus
Request Information
URI Parameters
None.
Body Parameters
UpdateUserStatusCollectionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| UserIds | string |
None. |
|
| UserStatus | integer |
None. |
|
| MoveLeads | boolean |
None. |
|
| OperationReasonTypeId | integer |
None. |
|
| AgencyOperationTypeId | integer |
None. |
|
| Notes | string |
None. |
|
| ByPassReasons | boolean |
None. |
|
| ApplicationFeatureId | integer |
None. |
|
| RoleId | integer |
None. |
|
| AssociateContractId | integer |
None. |
|
| IsAssociateMapped | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserIds": "sample string 1",
"UserStatus": 2,
"MoveLeads": true,
"OperationReasonTypeId": 4,
"AgencyOperationTypeId": 5,
"Notes": "sample string 6",
"ByPassReasons": true,
"ApplicationFeatureId": 8,
"RoleId": 9,
"AssociateContractId": 10,
"IsAssociateMapped": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Dictionary of integer [key] and boolean [value]Response Formats
application/json, text/json
Sample:
{
"1": true,
"3": true
}