POST api/SMS/AddMyTask?TaskUrl={TaskUrl}&cookieCompanyID={cookieCompanyID}&cookieTrueName={cookieTrueName}&PageWidth={PageWidth}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskUrl | string |
Required |
|
| cookieCompanyID | globally unique identifier |
Required |
|
| cookieTrueName | string |
Required |
|
| PageWidth | integer |
Default value is 700 |
Body Parameters
Collection of MessageRecordModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
Required |
|
| TextID | globally unique identifier |
Required |
|
| ReceiveEmployeeID | globally unique identifier |
Required |
|
| ReadTime | date |
Required |
|
| IsReceiveDelete | boolean |
Required |
|
| IsReceiveRead | boolean |
Required |
|
| CompanyID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"ID": "af87c8ab-a06e-4cf0-b17f-a3644cc39b4f",
"TextID": "ab57f023-bba6-4f90-ac0c-fcee45976462",
"ReceiveEmployeeID": "70bc361f-b39f-45af-b2e9-2b6dd420c93f",
"ReadTime": "2026-03-27 18:55:00",
"IsReceiveDelete": true,
"IsReceiveRead": true,
"CompanyID": "ca6dab18-b0f1-4ab8-881b-c56ab01ce88e"
},
{
"ID": "af87c8ab-a06e-4cf0-b17f-a3644cc39b4f",
"TextID": "ab57f023-bba6-4f90-ac0c-fcee45976462",
"ReceiveEmployeeID": "70bc361f-b39f-45af-b2e9-2b6dd420c93f",
"ReadTime": "2026-03-27 18:55:00",
"IsReceiveDelete": true,
"IsReceiveRead": true,
"CompanyID": "ca6dab18-b0f1-4ab8-881b-c56ab01ce88e"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true