GET v2/TextTask/{memberId}?contactId={contactId}&phoneNumber={phoneNumber}&taskId={taskId}&taskType={taskType}
Tracks a text and marks the task as complete
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| memberId |
The member id. |
integer |
Required |
| contactId |
The contact id. |
integer |
Required |
| phoneNumber |
The phone number texted. |
string |
Required |
| taskId |
The task id. |
integer |
Required |
| taskType |
The task type |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.