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": "3b15023c-4df7-450e-a00b-ef2f796eccf9",
  "User_Id": "8b73094f-3efe-4964-b3eb-5cddd16e285c",
  "Contact_Type": 3,
  "Detail": "sample string 4",
  "Is_Deleted": true,
  "_Contact_Type": 0,
  "PrimaryKey": "ae7cc2a0-4b5f-40db-ace1-af4e543a5e88"
}

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>ae7cc2a0-4b5f-40db-ace1-af4e543a5e88</PrimaryKey>
  <ContactInfo_Id>3b15023c-4df7-450e-a00b-ef2f796eccf9</ContactInfo_Id>
  <Contact_Type>3</Contact_Type>
  <Detail>sample string 4</Detail>
  <Is_Deleted>true</Is_Deleted>
  <User_Id>8b73094f-3efe-4964-b3eb-5cddd16e285c</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.