Import a defined Payment File in .csv format to then have payments created and, optionally, attached to invoices.
Success
Unauthorized
{- "payment_File_Format_Key": 0,
- "payment_File": "string",
- "payor_ID": "string",
- "account_Key": 0,
- "create_Invoice_Payments": true,
- "apply_Payments": true,
- "close_Invoices": true,
- "only_Close_Satisfied_Invoices": true,
- "user_ID": "string"
}
{- "data": {
- "payment_Created_Count": 0,
- "invoice_Payment_Posted_Count": 0,
- "invoice_Closed_Count": 0,
- "invoice_Left_Open_Count": 0
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Creates a new PremPayment
Success
Unauthorized
{- "premPayment_Key": 0,
- "account_Key": 0,
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funding_Key": 0,
- "group_ID": "string",
- "payment_Amount": 0.1,
- "payment_Date": "2019-08-24T14:15:22Z",
- "payment_ID": "string",
- "payment_Name": "string",
- "payment_Type": "string",
- "payor_ID": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "premPayment_Key": 0,
- "account_Key": 0,
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funding_Key": 0,
- "group_ID": "string",
- "payment_Amount": 0.1,
- "payment_Date": "2019-08-24T14:15:22Z",
- "payment_ID": "string",
- "payment_Name": "string",
- "payment_Type": "string",
- "payor_ID": "string",
- "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 PremPayment
Success
Unauthorized
Updates a specific PremPayment.
Success
Unauthorized
{- "premPayment_Key": 0,
- "account_Key": 0,
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funding_Key": 0,
- "group_ID": "string",
- "payment_Amount": 0.1,
- "payment_Date": "2019-08-24T14:15:22Z",
- "payment_ID": "string",
- "payment_Name": "string",
- "payment_Type": "string",
- "payor_ID": "string",
- "subscriber_ID": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "premPayment_Key": 0,
- "account_Key": 0,
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funding_Key": 0,
- "group_ID": "string",
- "payment_Amount": 0.1,
- "payment_Date": "2019-08-24T14:15:22Z",
- "payment_ID": "string",
- "payment_Name": "string",
- "payment_Type": "string",
- "payor_ID": "string",
- "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 PremPayment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "premPayment_Key": 0,
- "account_Key": 0,
- "division_ID": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "funding_Key": 0,
- "group_ID": "string",
- "payment_Amount": 0.1,
- "payment_Date": "2019-08-24T14:15:22Z",
- "payment_ID": "string",
- "payment_Name": "string",
- "payment_Type": "string",
- "payor_ID": "string",
- "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"
}
}
List Invoice Detail that can have premimum applied based on payment information and applied payment category.
Success
Unauthorized