POST api/Master/GetUserCreation
Request Information
URI Parameters
None.
Body Parameters
GetUserCreation| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | integer |
None. |
|
| USER_CODE | string |
None. |
|
| USER_NAME | string |
None. |
|
| USER_LOCATION | string |
None. |
|
| USER_BRANCH | string |
None. |
|
| USER_DESIGNATION | string |
None. |
|
| USER_EMAIL | string |
None. |
|
| USER_ADDRESS | string |
None. |
|
| USER_PROGRAM_ID | string |
None. |
|
| USER_CREATED_BY | integer |
None. |
|
| USER_STATUS | string |
None. |
|
| USER_EMAIL_PASS | string |
None. |
|
| USER_STATUS_CODE | string |
None. |
|
| USER_CREATED_ON | date |
None. |
|
| DEFAULT_PROJECT | integer |
None. |
|
| DEFAULT_PROJECT_NAME | string |
None. |
|
| USER_PASS | string |
None. |
|
| UCP_XML | Collection of USER_CC_ACCESS |
None. |
|
| UUR_XML | Collection of USER_UR_ACCESS |
None. |
|
| UPRJ_XML | Collection of USER_PRJ_ACCESS |
None. |
Request Formats
application/json, text/json
Sample:
{
"USER_ID": 1,
"USER_CODE": "sample string 1",
"USER_NAME": "sample string 2",
"USER_LOCATION": "sample string 3",
"USER_BRANCH": "sample string 4",
"USER_DESIGNATION": "sample string 5",
"USER_EMAIL": "sample string 6",
"USER_ADDRESS": "sample string 7",
"USER_PROGRAM_ID": "sample string 8",
"USER_CREATED_BY": 1,
"USER_STATUS": "sample string 9",
"USER_EMAIL_PASS": "sample string 10",
"USER_STATUS_CODE": "sample string 11",
"USER_CREATED_ON": "2025-12-06T04:28:13.8490072+00:00",
"DEFAULT_PROJECT": 1,
"DEFAULT_PROJECT_NAME": "sample string 12",
"USER_PASS": "sample string 13",
"UCP_XML": [
{
"UCP_ID": 1,
"UCP_CPC_ID": 1,
"UCP_CPC_CODE": "sample string 1",
"UCP_CPC_NAME": "sample string 2"
},
{
"UCP_ID": 1,
"UCP_CPC_ID": 1,
"UCP_CPC_CODE": "sample string 1",
"UCP_CPC_NAME": "sample string 2"
}
],
"UUR_XML": [
{
"UUR_ID": 1,
"UUR_CPC_ID": 1,
"UUR_UR_ID": 1,
"UUR_UR_CODE": "sample string 1",
"UUR_UR_DESC": "sample string 2"
},
{
"UUR_ID": 1,
"UUR_CPC_ID": 1,
"UUR_UR_ID": 1,
"UUR_UR_CODE": "sample string 1",
"UUR_UR_DESC": "sample string 2"
}
],
"UPRJ_XML": [
{
"UPA_ID": 1,
"UPA_PROJ_ID": 1,
"UPA_PROJ_CODE": "sample string 1",
"UPA_PROJ_DESC": "sample string 2"
},
{
"UPA_ID": 1,
"UPA_PROJ_ID": 1,
"UPA_PROJ_CODE": "sample string 1",
"UPA_PROJ_DESC": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<GetUserCreation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<DEFAULT_PROJECT>1</DEFAULT_PROJECT>
<DEFAULT_PROJECT_NAME>sample string 12</DEFAULT_PROJECT_NAME>
<UCP_XML>
<USER_CC_ACCESS>
<UCP_CPC_CODE>sample string 1</UCP_CPC_CODE>
<UCP_CPC_ID>1</UCP_CPC_ID>
<UCP_CPC_NAME>sample string 2</UCP_CPC_NAME>
<UCP_ID>1</UCP_ID>
</USER_CC_ACCESS>
<USER_CC_ACCESS>
<UCP_CPC_CODE>sample string 1</UCP_CPC_CODE>
<UCP_CPC_ID>1</UCP_CPC_ID>
<UCP_CPC_NAME>sample string 2</UCP_CPC_NAME>
<UCP_ID>1</UCP_ID>
</USER_CC_ACCESS>
</UCP_XML>
<UPRJ_XML>
<USER_PRJ_ACCESS>
<UPA_ID>1</UPA_ID>
<UPA_PROJ_CODE>sample string 1</UPA_PROJ_CODE>
<UPA_PROJ_DESC>sample string 2</UPA_PROJ_DESC>
<UPA_PROJ_ID>1</UPA_PROJ_ID>
</USER_PRJ_ACCESS>
<USER_PRJ_ACCESS>
<UPA_ID>1</UPA_ID>
<UPA_PROJ_CODE>sample string 1</UPA_PROJ_CODE>
<UPA_PROJ_DESC>sample string 2</UPA_PROJ_DESC>
<UPA_PROJ_ID>1</UPA_PROJ_ID>
</USER_PRJ_ACCESS>
</UPRJ_XML>
<USER_ADDRESS>sample string 7</USER_ADDRESS>
<USER_BRANCH>sample string 4</USER_BRANCH>
<USER_CODE>sample string 1</USER_CODE>
<USER_CREATED_BY>1</USER_CREATED_BY>
<USER_CREATED_ON>2025-12-06T04:28:13.8490072+00:00</USER_CREATED_ON>
<USER_DESIGNATION>sample string 5</USER_DESIGNATION>
<USER_EMAIL>sample string 6</USER_EMAIL>
<USER_EMAIL_PASS>sample string 10</USER_EMAIL_PASS>
<USER_ID>1</USER_ID>
<USER_LOCATION>sample string 3</USER_LOCATION>
<USER_NAME>sample string 2</USER_NAME>
<USER_PASS>sample string 13</USER_PASS>
<USER_PROGRAM_ID>sample string 8</USER_PROGRAM_ID>
<USER_STATUS>sample string 9</USER_STATUS>
<USER_STATUS_CODE>sample string 11</USER_STATUS_CODE>
<UUR_XML>
<USER_UR_ACCESS>
<UUR_CPC_ID>1</UUR_CPC_ID>
<UUR_ID>1</UUR_ID>
<UUR_UR_CODE>sample string 1</UUR_UR_CODE>
<UUR_UR_DESC>sample string 2</UUR_UR_DESC>
<UUR_UR_ID>1</UUR_UR_ID>
</USER_UR_ACCESS>
<USER_UR_ACCESS>
<UUR_CPC_ID>1</UUR_CPC_ID>
<UUR_ID>1</UUR_ID>
<UUR_UR_CODE>sample string 1</UUR_UR_CODE>
<UUR_UR_DESC>sample string 2</UUR_UR_DESC>
<UUR_UR_ID>1</UUR_UR_ID>
</USER_UR_ACCESS>
</UUR_XML>
</GetUserCreation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |