POST api/ShopeeTask/UpdateScheduledTime
Request Information
URI Parameters
None.
Body Parameters
SetScheduledTimeName | Description | Type | Additional information |
---|---|---|---|
TaskIds | Collection of integer |
None. |
|
ScheduledTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "TaskIds": [ 1, 2 ], "ScheduledTime": "2024-10-14 07:11:32" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Data | boolean |
None. |
|
IsSuccess | boolean |
None. |
|
ErrorCode | string |
None. |
|
ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": true, "IsSuccess": true, "ErrorCode": "sample string 3", "ErrorMessage": "sample string 4" }