Creates a new MemberAccountPlanPayment
Success
Unauthorized
{- "payment_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "memberAccount_Key": 0,
- "plan_ID": "string",
- "transaction_Amount": 0.1,
- "transaction_Date": "2019-08-24T14:15:22Z",
- "transaction_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "payment_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "memberAccount_Key": 0,
- "plan_ID": "string",
- "transaction_Amount": 0.1,
- "transaction_Date": "2019-08-24T14:15:22Z",
- "transaction_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 MemberAccountPlanPayment for the given memberAccountKey and planID
Success
Unauthorized
Gets MemberAccountPlanPayment
Success
Unauthorized
Updates a specific MemberAccountPlanPayment.
Success
Unauthorized
{- "payment_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "memberAccount_Key": 0,
- "plan_ID": "string",
- "transaction_Amount": 0.1,
- "transaction_Date": "2019-08-24T14:15:22Z",
- "transaction_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "payment_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "memberAccount_Key": 0,
- "plan_ID": "string",
- "transaction_Amount": 0.1,
- "transaction_Date": "2019-08-24T14:15:22Z",
- "transaction_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"
}
}
Deletes an MemberAccountPlanPayment
Success
Unauthorized
Create or Update multiple MemberAccountPlanPayment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "payment_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "memberAccount_Key": 0,
- "plan_ID": "string",
- "transaction_Amount": 0.1,
- "transaction_Date": "2019-08-24T14:15:22Z",
- "transaction_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"
}
}