POST api/Authorize/ApproveChangeToRole
Request Information
URI Parameters
None.
Body Parameters
SimpleAuthRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| LinkingType | integer |
None. |
|
| username | string |
None. |
|
| UserID | string |
None. |
|
| AcceptedFac | Collection of integer |
None. |
|
| RejectedFac | Collection of integer |
None. |
|
| Reason | integer |
None. |
|
| Comments | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LinkingType": 1,
"username": "sample string 2",
"UserID": "sample string 3",
"AcceptedFac": [
1,
2
],
"RejectedFac": [
1,
2
],
"Reason": 4,
"Comments": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| sqlErrorNumber | string |
None. |
|
| sqlErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"sqlErrorNumber": "sample string 3",
"sqlErrorMessage": "sample string 4"
}