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": "6bb679cd-742f-4991-a7ca-005b40c1b377",
"TextID": "2f9de2a1-b53a-4232-8051-09d0bc99faab",
"ReceiveEmployeeID": "00c49731-9876-4e86-9269-d93e2695ecca",
"ReadTime": "2026-08-26 12:14:13",
"IsReceiveDelete": true,
"IsReceiveRead": true,
"CompanyID": "b6b44be5-cb76-402a-a4e5-ff24aab57b12"
},
{
"ID": "6bb679cd-742f-4991-a7ca-005b40c1b377",
"TextID": "2f9de2a1-b53a-4232-8051-09d0bc99faab",
"ReceiveEmployeeID": "00c49731-9876-4e86-9269-d93e2695ecca",
"ReadTime": "2026-08-26 12:14:13",
"IsReceiveDelete": true,
"IsReceiveRead": true,
"CompanyID": "b6b44be5-cb76-402a-a4e5-ff24aab57b12"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true