POST api/users/deleteUsersBySalaryNumbers?customerId={customerId}&countryId={countryId}&defaultPortalId={defaultPortalId}
Delete users by salary numbers
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId |
Customer Id |
integer |
Required |
countryId | integer |
None. |
|
defaultPortalId | integer |
None. |
Body Parameters
List of salary numbers
Name | Description | Type | Additional information |
---|---|---|---|
DisableWithoutDelete |
Suspend |
boolean |
None. |
SalaryNumber |
SalaryNumber |
string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "disableWithoutDelete": true, "salaryNumber": "sample string 2" }, { "disableWithoutDelete": true, "salaryNumber": "sample string 2" } ]
Response Information
Name | Description | Type | Additional information |
---|---|---|---|
ProcessedSuccessfully | integer |
None. |
|
Errors | integer |
None. |
|
Messages | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "processedSuccessfully": 1, "errors": 2, "messages": "sample string 3" }