POST api/pay/admin/plan/set
Request Information
URI Parameters
None.
Body Parameters
PayAdminSetMemberPlanDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberID | globally unique identifier |
None. |
|
| PlanCode | string |
None. |
|
| Days | integer |
None. |
|
| Source | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberID": "fe1b0d9f-198a-4302-8471-9b62f5297990",
"PlanCode": "sample string 2",
"Days": 3,
"Source": "sample string 4"
}
application/xml, text/xml
Sample:
<PayAdminSetMemberPlanDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIProject.API.Models.DTO"> <Days>3</Days> <MemberID>fe1b0d9f-198a-4302-8471-9b62f5297990</MemberID> <PlanCode>sample string 2</PlanCode> <Source>sample string 4</Source> </PayAdminSetMemberPlanDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.