POST api/organizationcontactmappings
Request Information
URI Parameters
None.
Body Parameters
OrganizationContactMapping| Name | Description | Type | Additional information |
|---|---|---|---|
| Dml_Indicator | string |
None. |
|
| Id | integer |
None. |
|
| Orgid | integer |
None. |
|
| Branchid | integer |
None. |
|
| Contactpersonname | string |
Max length: 100 |
|
| Address | string |
Max length: 100 |
|
| string |
Max length: 100 |
||
| Phoneno | string |
Max length: 20 |
|
| Designation | string |
Max length: 20 |
|
| 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,
"Contactpersonname": "sample string 5",
"Address": "sample string 6",
"Email": "sample string 7",
"Phoneno": "sample string 8",
"Designation": "sample string 9",
"Status": 10,
"Created_by": 11,
"Created_on": "sample string 12",
"Updated_by": 13,
"Updated_on": "sample string 14"
}
application/xml, text/xml
Sample:
<OrganizationContactMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityLayer"> <Address>sample string 6</Address> <Branchid>4</Branchid> <Contactpersonname>sample string 5</Contactpersonname> <Created_by>11</Created_by> <Created_on>sample string 12</Created_on> <Designation>sample string 9</Designation> <Dml_Indicator>sample string 1</Dml_Indicator> <Email>sample string 7</Email> <Id>2</Id> <Orgid>3</Orgid> <Phoneno>sample string 8</Phoneno> <Status>10</Status> <Updated_by>13</Updated_by> <Updated_on>sample string 14</Updated_on> </OrganizationContactMapping>
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. |