Creates a new MemberPayment
Success
Unauthorized
{- "memberPayment_Key": 0,
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_Coverage_Start": "2019-08-24T14:15:22Z",
- "group_ID": "string",
- "member_Seq": "st",
- "payment_Amount": 0.1,
- "payment_Date": "2019-08-24T14:15:22Z",
- "payment_ID": "string",
- "payment_Type": "string",
- "start_Date": "2019-08-24T14:15:22Z",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "memberPayment_Key": 0,
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_Coverage_Start": "2019-08-24T14:15:22Z",
- "group_ID": "string",
- "member_Seq": "st",
- "payment_Amount": 0.1,
- "payment_Date": "2019-08-24T14:15:22Z",
- "payment_ID": "string",
- "payment_Type": "string",
- "start_Date": "2019-08-24T14:15:22Z",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all MemberPayment for the given subscriberID and memberSeq
Success
Unauthorized
Lists all MemberPayment for the given Subscriber ID, Member Seq, Group ID, Division ID, Group Coverage Start and Start Date
Success
Unauthorized
Updates a specific MemberPayment.
Success
Unauthorized
{- "memberPayment_Key": 0,
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_Coverage_Start": "2019-08-24T14:15:22Z",
- "group_ID": "string",
- "member_Seq": "st",
- "payment_Amount": 0.1,
- "payment_Date": "2019-08-24T14:15:22Z",
- "payment_ID": "string",
- "payment_Type": "string",
- "start_Date": "2019-08-24T14:15:22Z",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "memberPayment_Key": 0,
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_Coverage_Start": "2019-08-24T14:15:22Z",
- "group_ID": "string",
- "member_Seq": "st",
- "payment_Amount": 0.1,
- "payment_Date": "2019-08-24T14:15:22Z",
- "payment_ID": "string",
- "payment_Type": "string",
- "start_Date": "2019-08-24T14:15:22Z",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple MemberPayment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "memberPayment_Key": 0,
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "group_Coverage_Start": "2019-08-24T14:15:22Z",
- "group_ID": "string",
- "member_Seq": "st",
- "payment_Amount": 0.1,
- "payment_Date": "2019-08-24T14:15:22Z",
- "payment_ID": "string",
- "payment_Type": "string",
- "start_Date": "2019-08-24T14:15:22Z",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}