POST api/designationmasters
Request Information
URI Parameters
None.
Body Parameters
DesignationMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Dml_Indicator | string |
None. |
|
| Id | integer |
None. |
|
| Orgid | integer |
None. |
|
| Branchid | integer |
None. |
|
| Desgname | string |
Max length: 100 |
|
| Remarks | string |
Max length: 500 |
|
| Status | integer |
None. |
|
| Created_by | integer |
None. |
|
| Created_on | string |
None. |
|
| Updated_by | integer |
None. |
|
| Updated_on | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Dml_Indicator": "sample string 1",
"Id": 2,
"Orgid": 3,
"Branchid": 4,
"Desgname": "sample string 5",
"Remarks": "sample string 6",
"Status": 7,
"Created_by": 8,
"Created_on": "sample string 9",
"Updated_by": 10,
"Updated_on": "sample string 11"
}
application/xml, text/xml
Sample:
<DesignationMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityLayer"> <Branchid>4</Branchid> <Created_by>8</Created_by> <Created_on>sample string 9</Created_on> <Desgname>sample string 5</Desgname> <Dml_Indicator>sample string 1</Dml_Indicator> <Id>2</Id> <Orgid>3</Orgid> <Remarks>sample string 6</Remarks> <Status>7</Status> <Updated_by>10</Updated_by> <Updated_on>sample string 11</Updated_on> </DesignationMaster>
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. |