Request Information
URI Parameters
None.
Body Parameters
The person authorization.
Nano.PersonAuthorization| Name | Description | Type | Additional information |
|---|---|---|---|
| date |
Gets or sets the date. |
date |
None. |
| ipAddress |
Gets or sets the ip address. |
string |
None. |
| type |
Gets or sets the type. |
string |
None. |
| url |
Gets or sets the URL. |
URI |
None. |
| id |
Gets or sets the person authorization identifier. |
integer |
None. |
| person |
Gets or sets the person identifier. |
integer |
None. |
| user |
Gets or sets the user identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"date": "2025-11-09T05:58:16.8837507Z",
"ipAddress": "sample String 2",
"type": "sample String 3",
"url": "http://webapihelppage4.com",
"id": "5",
"person": "6",
"user": "1"
}
text/html
Sample:
{"date":"2025-11-09T05:58:16.8837507Z","ipAddress":"sample String 2","type":"sample String 3","url":"http://webapihelppage4.com","id":"5","person":"6","user":"1"}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/vnd.api+json
Sample:
Sample not available.
Response Information
Resource Description
The created person authorization.
Nano.PersonAuthorization| Name | Description | Type | Additional information |
|---|---|---|---|
| date |
Gets or sets the date. |
date |
None. |
| ipAddress |
Gets or sets the ip address. |
string |
None. |
| type |
Gets or sets the type. |
string |
None. |
| url |
Gets or sets the URL. |
URI |
None. |
| id |
Gets or sets the person authorization identifier. |
integer |
None. |
| person |
Gets or sets the person identifier. |
integer |
None. |
| user |
Gets or sets the user identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"date": "2025-11-09T05:58:16.8837507Z",
"ipAddress": "sample String 2",
"type": "sample String 3",
"url": "http://webapihelppage4.com",
"id": "5",
"person": "6",
"user": "1"
}
text/html
Sample:
{"date":"2025-11-09T05:58:16.8837507Z","ipAddress":"sample String 2","type":"sample String 3","url":"http://webapihelppage4.com","id":"5","person":"6","user":"1"}
application/vnd.api+json
Sample:
Sample not available.