POST TeleCalling/CreateFollowUp
Request Information
URI Parameters
None.
Body Parameters
TeleCallingFollowUpModal| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Call1Date | string |
None. |
|
| nextFollowUp | string |
None. |
|
| TeleCallingId | integer |
None. |
|
| CallStatus | string |
None. |
|
| Category | string |
None. |
|
| remarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Call1Date": "sample string 1",
"nextFollowUp": "sample string 2",
"TeleCallingId": 1,
"CallStatus": "sample string 3",
"Category": "sample string 4",
"remarks": "sample string 5"
}
application/xml, text/xml
Sample:
<TeleCallingFollowUpModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.API.Models"> <Call1Date>sample string 1</Call1Date> <CallStatus>sample string 3</CallStatus> <Category>sample string 4</Category> <ID>1</ID> <TeleCallingId>1</TeleCallingId> <nextFollowUp>sample string 2</nextFollowUp> <remarks>sample string 5</remarks> </TeleCallingFollowUpModal>
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.