POST api/Contact/CreateContact
Request Information
URI Parameters
None.
Body Parameters
ContactProps| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactId | string |
None. |
|
| Name | string |
None. |
|
| MobileNo | string |
None. |
|
| EmailId | string |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContactId": "sample string 1",
"Name": "sample string 2",
"MobileNo": "sample string 3",
"EmailId": "sample string 4",
"Description": "sample string 5"
}
application/xml, text/xml
Sample:
<ContactProps xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KalingarayanRunnersApi.Models"> <ContactId>sample string 1</ContactId> <Description>sample string 5</Description> <EmailId>sample string 4</EmailId> <MobileNo>sample string 3</MobileNo> <Name>sample string 2</Name> </ContactProps>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataSet| Name | Description | Type | Additional information |
|---|---|---|---|
| RemotingFormat | SerializationFormat |
None. |
|
| SchemaSerializationMode | SchemaSerializationMode |
None. |
|
| CaseSensitive | boolean |
None. |
|
| DefaultViewManager | Collection of Object |
None. |
|
| EnforceConstraints | boolean |
None. |
|
| DataSetName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| Site | ISite |
None. |
|
| Relations | Collection of Object |
None. |
|
| Tables | Collection of Object |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.