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": "c3261199-edba-4027-ae0a-b534ef845acc",
"TextID": "52f52fe3-eaf8-4850-b3bc-a990a79ea021",
"ReceiveEmployeeID": "bff145c9-58d0-43bb-b61f-6776450afa3b",
"ReadTime": "2025-12-09 05:54:50",
"IsReceiveDelete": true,
"IsReceiveRead": true,
"CompanyID": "9aee2b09-b664-4062-ae3b-8880c5ddf13f"
},
{
"ID": "c3261199-edba-4027-ae0a-b534ef845acc",
"TextID": "52f52fe3-eaf8-4850-b3bc-a990a79ea021",
"ReceiveEmployeeID": "bff145c9-58d0-43bb-b61f-6776450afa3b",
"ReadTime": "2025-12-09 05:54:50",
"IsReceiveDelete": true,
"IsReceiveRead": true,
"CompanyID": "9aee2b09-b664-4062-ae3b-8880c5ddf13f"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true