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": "80155f42-ec8e-4560-a8ff-bee185948a0b",
"TextID": "8b3ac794-3307-4f7f-a317-85d6beae1052",
"ReceiveEmployeeID": "3fd2acf5-c642-4ed0-9484-4a6a02a91c80",
"ReadTime": "2026-08-22 17:41:31",
"IsReceiveDelete": true,
"IsReceiveRead": true,
"CompanyID": "808c3736-e6a1-4cf6-8a54-3685c992d1f4"
},
{
"ID": "80155f42-ec8e-4560-a8ff-bee185948a0b",
"TextID": "8b3ac794-3307-4f7f-a317-85d6beae1052",
"ReceiveEmployeeID": "3fd2acf5-c642-4ed0-9484-4a6a02a91c80",
"ReadTime": "2026-08-22 17:41:31",
"IsReceiveDelete": true,
"IsReceiveRead": true,
"CompanyID": "808c3736-e6a1-4cf6-8a54-3685c992d1f4"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true