POST api/Contact
Request Information
URI Parameters
None.
Body Parameters
ContactInfo| Name | Description | Type | Additional 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": "7e56cbc2-f63e-40a5-8e9f-6a33887f6c5a",
"User_Id": "2f9f50dc-4cc5-4a98-a691-b34156ce1b29",
"Contact_Type": 3,
"Detail": "sample string 4",
"Is_Deleted": true,
"_Contact_Type": 0,
"PrimaryKey": "5a82fa33-a9db-4a6e-b3b2-860e92c12427"
}
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>5a82fa33-a9db-4a6e-b3b2-860e92c12427</PrimaryKey> <ContactInfo_Id>7e56cbc2-f63e-40a5-8e9f-6a33887f6c5a</ContactInfo_Id> <Contact_Type>3</Contact_Type> <Detail>sample string 4</Detail> <Is_Deleted>true</Is_Deleted> <User_Id>2f9f50dc-4cc5-4a98-a691-b34156ce1b29</User_Id> <_Contact_Type>mobile</_Contact_Type> </ContactInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.