POST api/C_ConsultantMaster
Request Information
URI Parameters
None.
Body Parameters
C_ConsultantMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ConsultantName | string |
None. |
|
| FirmName | string |
None. |
|
| Category | string |
None. |
|
| ContactNumber | string |
None. |
|
| EmpCode | string |
None. |
|
| string |
None. |
||
| LandlineNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ConsultantName": "sample string 2",
"FirmName": "sample string 3",
"Category": "sample string 4",
"ContactNumber": "sample string 5",
"EmpCode": "sample string 6",
"Email": "sample string 7",
"LandlineNo": "sample string 8"
}
application/xml, text/xml
Sample:
<C_ConsultantMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models"> <Category>sample string 4</Category> <ConsultantName>sample string 2</ConsultantName> <ContactNumber>sample string 5</ContactNumber> <Email>sample string 7</Email> <EmpCode>sample string 6</EmpCode> <FirmName>sample string 3</FirmName> <Id>1</Id> <LandlineNo>sample string 8</LandlineNo> </C_ConsultantMaster>
application/x-www-form-urlencoded
Sample:
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. |