POST api/NewUserRegistration/NewUserRegistrationListASync
Request Information
URI Parameters
None.
Body Parameters
NewUserRegistrationRequestInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| RoleCode | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| AllUser | integer |
None. |
|
| UserCode | string |
None. |
|
| DBCode | string |
None. |
|
| DBName | string |
None. |
|
| token | string |
None. |
|
| userId | string |
None. |
|
| password | string |
None. |
|
| Source | string |
None. |
|
| process | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RoleCode": 1,
"StartDate": "2026-05-20T21:05:07.4624381+05:30",
"EndDate": "2026-05-20T21:05:07.4624381+05:30",
"AllUser": 4,
"UserCode": "sample string 5",
"DBCode": "sample string 6",
"DBName": "sample string 7",
"token": "sample string 8",
"userId": "sample string 9",
"password": "sample string 10",
"Source": "sample string 11",
"process": "sample string 12"
}
application/xml, text/xml
Sample:
<NewUserRegistrationRequestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.ECRMagic.SiteAdmin.Info"> <DBCode>sample string 6</DBCode> <DBName>sample string 7</DBName> <Source>sample string 11</Source> <password>sample string 10</password> <process>sample string 12</process> <token>sample string 8</token> <userId>sample string 9</userId> <AllUser>4</AllUser> <EndDate>2026-05-20T21:05:07.4624381+05:30</EndDate> <RoleCode>1</RoleCode> <StartDate>2026-05-20T21:05:07.4624381+05:30</StartDate> <UserCode>sample string 5</UserCode> </NewUserRegistrationRequestInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.