POST api/UserTypeMasters/Create
Request Information
URI Parameters
None.
Body Parameters
tblUserTypeMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| userType | string |
None. |
|
| delFlag | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"userType": "sample string 2",
"delFlag": 1
}
text/xml
Sample:
<tblUserTypeMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProjWebApiMaint.Models"> <Id>1</Id> <delFlag>1</delFlag> <userType>sample string 2</userType> </tblUserTypeMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.