POST User/usercreate
Request Information
URI Parameters
None.
Body Parameters
ucreatelogin| Name | Description | Type | Additional information |
|---|---|---|---|
| cattype | integer |
None. |
|
| catsubtype | integer |
None. |
|
| empcode | string |
None. |
|
| ename | string |
None. |
|
| aname | string |
None. |
|
| string |
None. |
||
| password | string |
None. |
|
| cpassword | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"cattype": 1,
"catsubtype": 2,
"empcode": "sample string 3",
"ename": "sample string 4",
"aname": "sample string 5",
"email": "sample string 6",
"password": "sample string 7",
"cpassword": "sample string 8"
}
application/xml, text/xml
Sample:
<ucreatelogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProjectApi.Models"> <aname>sample string 5</aname> <catsubtype>2</catsubtype> <cattype>1</cattype> <cpassword>sample string 8</cpassword> <email>sample string 6</email> <empcode>sample string 3</empcode> <ename>sample string 4</ename> <password>sample string 7</password> </ucreatelogin>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
JsonResultOf_result| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | _result |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.