POST api/User/Add
Request Information
URI Parameters
None.
Body Parameters
User| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| IDPerson | integer |
None. |
|
| IDSecureQuestion | integer |
None. |
|
| IDActivationState | byte |
None. |
|
| IDAccessLevel | byte |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
|
| PasswordSalt | Collection of byte |
None. |
|
| ActivationDate | date |
None. |
|
| SecureAnswer | Collection of byte |
None. |
|
| AlternateEmail | string |
None. |
|
| PasswordHint | string |
None. |
|
| IsOnline | boolean |
None. |
|
| LastLoginDate | date |
None. |
|
| SoftwareLocks | Collection of SoftwareLock |
None. |
|
| SoftwareLockHistories | Collection of SoftwareLockHistory |
None. |
|
| Tickets | Collection of Ticket |
None. |
|
| Tickets1 | Collection of Ticket |
None. |
|
| SecureQuestion | SecureQuestion |
None. |
|
| CustomerScores | Collection of CustomerScore |
None. |
|
| People | Collection of Person |
None. |
|
| Person | Person |
None. |
|
| Articles | Collection of Article |
None. |
|
| Messages | Collection of Message |
None. |
|
| Orders | Collection of Order |
None. |
|
| AccessLevel | AccessLevel |
None. |
|
| ActivationState | ActivationState |
None. |
|
| UserLogs | Collection of UserLog |
None. |
|
| UserPermissions | Collection of UserPermission |
None. |
|
| UserSettings | Collection of UserSetting |
None. |
|
| Answer | string |
None. |
|
| FullName | string |
None. |
|
| RoleList | Collection of Role |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>