POST api/administrator/SignUp
Request Information
URI Parameters
None.
Body Parameters
AdminUserEntityName | Description | Type | Additional information |
---|---|---|---|
UserId | string |
None. |
|
Password | string |
None. |
|
StateId | integer |
None. |
|
FullName | string |
None. |
|
MobileNo | string |
Required String length: inclusive between 0 and 10 |
|
WhatsAppNo | string |
Required String length: inclusive between 0 and 10 |
|
LastActivityDate | date |
None. |
|
Active | boolean |
None. |
|
Status | integer |
None. |
|
CreatedOn | date |
None. |
|
CreatedBy | string |
String length: inclusive between 0 and 256 |
|
ModifiedOn | date |
None. |
|
ModifiedBy | string |
String length: inclusive between 0 and 256 |
|
EntityState | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": "sample string 1", "Password": "sample string 2", "StateId": 1, "FullName": "sample string 3", "MobileNo": "sample string 4", "WhatsAppNo": "sample string 5", "LastActivityDate": "2025-04-18T03:13:54.8554045+05:30", "Active": true, "Status": 8, "CreatedOn": "2025-04-18T03:13:54.8554045+05:30", "CreatedBy": "sample string 9", "ModifiedOn": "2025-04-18T03:13:54.8554045+05:30", "ModifiedBy": "sample string 10", "EntityState": 11 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.