POST api/Contact

Request Information

URI Parameters

None.

Body Parameters

ContactInfo
NameDescriptionTypeAdditional information
ContactInfo_Id

globally unique identifier

None.

User_Id

globally unique identifier

None.

Contact_Type

integer

None.

Detail

string

None.

Is_Deleted

boolean

None.

_Contact_Type

ContactType

None.

PrimaryKey

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ContactInfo_Id": "2f020abf-25fa-4e79-b789-46c6802da73c",
  "User_Id": "2d616f0e-df61-4c8e-a448-5cc2cf9d1935",
  "Contact_Type": 3,
  "Detail": "sample string 4",
  "Is_Deleted": true,
  "_Contact_Type": 0,
  "PrimaryKey": "8523f60c-dd1f-46b2-b66e-f075130c7b79"
}

application/xml, text/xml

Sample:
<ContactInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/brmcph.entity">
  <PrimaryKey>8523f60c-dd1f-46b2-b66e-f075130c7b79</PrimaryKey>
  <ContactInfo_Id>2f020abf-25fa-4e79-b789-46c6802da73c</ContactInfo_Id>
  <Contact_Type>3</Contact_Type>
  <Detail>sample string 4</Detail>
  <Is_Deleted>true</Is_Deleted>
  <User_Id>2d616f0e-df61-4c8e-a448-5cc2cf9d1935</User_Id>
  <_Contact_Type>mobile</_Contact_Type>
</ContactInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.