Creates a new MemberPlanYear
Success
Unauthorized
{- "memberPlanYear_Key": 0,
- "member_Seq": "st",
- "plan_Year": "string",
- "plan_Year_End": "2019-08-24T14:15:22Z",
- "plan_Year_Start": "2019-08-24T14:15:22Z",
- "seq": 0,
- "subscriber_ID": "string",
- "year": "stri"
}
{- "data": {
- "memberPlanYear_Key": 0,
- "member_Seq": "st",
- "plan_Year": "string",
- "plan_Year_End": "2019-08-24T14:15:22Z",
- "plan_Year_Start": "2019-08-24T14:15:22Z",
- "seq": 0,
- "subscriber_ID": "string",
- "year": "stri"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all MemberPlanYear for the given subscriberID and memberSeq
Success
Unauthorized
Updates a specific MemberPlanYear.
Success
Unauthorized
{- "memberPlanYear_Key": 0,
- "member_Seq": "st",
- "plan_Year": "string",
- "plan_Year_End": "2019-08-24T14:15:22Z",
- "plan_Year_Start": "2019-08-24T14:15:22Z",
- "seq": 0,
- "subscriber_ID": "string",
- "year": "stri"
}
{- "data": {
- "memberPlanYear_Key": 0,
- "member_Seq": "st",
- "plan_Year": "string",
- "plan_Year_End": "2019-08-24T14:15:22Z",
- "plan_Year_Start": "2019-08-24T14:15:22Z",
- "seq": 0,
- "subscriber_ID": "string",
- "year": "stri"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple MemberPlanYear at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "memberPlanYear_Key": 0,
- "member_Seq": "st",
- "plan_Year": "string",
- "plan_Year_End": "2019-08-24T14:15:22Z",
- "plan_Year_Start": "2019-08-24T14:15:22Z",
- "seq": 0,
- "subscriber_ID": "string",
- "year": "stri"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}