GET api/WeeklyPlan/AddWeeklyPlan?UserID={UserID}&UserToken={UserToken}&PlanContent={PlanContent}&Amount={Amount}&Type={Type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | globally unique identifier |
Required |
|
| UserToken | globally unique identifier |
Required |
|
| PlanContent | string |
Required |
|
| Amount | decimal number |
Required |
|
| Type | integer |
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.