GET api/WeeklyPlan/StopWeeklyPlan?UserID={UserID}&UserToken={UserToken}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | globally unique identifier |
Required |
|
| UserToken | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| obj | Collection of Object |
None. |
|
| arr | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"obj": null,
"arr": null
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.