POST api/Authorize/AuthorizeNewuserWFac
Request Information
URI Parameters
None.
Body Parameters
AuthNewUserReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RIDu | integer |
None. |
|
| RIDf | integer |
None. |
|
| AcceptedFac | Collection of integer |
None. |
|
| RejectedFac | Collection of integer |
None. |
|
| username | string |
None. |
|
| token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RIDu": 1,
"RIDf": 2,
"AcceptedFac": [
1,
2
],
"RejectedFac": [
1,
2
],
"username": "sample string 3",
"token": "sample string 4"
}
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"
}