POST api/business/{applicationId}/customerfollowup
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| applicationId | integer |
Required |
Body Parameters
EntityUserFollowUpRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| FollowUpDate | string |
None. |
|
| FollowUpTime | string |
None. |
|
| EnableFollowUp | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"FollowUpDate": "sample string 2",
"FollowUpTime": "sample string 3",
"EnableFollowUp": true
}
application/xml, text/xml
Sample:
<EntityUserFollowUpRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.Business.Entity"> <EnableFollowUp>true</EnableFollowUp> <FollowUpDate>sample string 2</FollowUpDate> <FollowUpTime>sample string 3</FollowUpTime> <UserId>1</UserId> </EntityUserFollowUpRequestModel>
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.