Creates a new PremInvoicePayment
Success
Unauthorized
{- "invoice_Key": 0,
- "premPayment_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "payment_Posted": 0.1,
- "payment_Posted_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "invoice_Key": 0,
- "premPayment_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "payment_Posted": 0.1,
- "payment_Posted_Date": "2019-08-24T14:15:22Z",
- "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 PremInvoicePayment
Success
Unauthorized
Updates a specific PremInvoicePayment.
Success
Unauthorized
{- "invoice_Key": 0,
- "premPayment_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "payment_Posted": 0.1,
- "payment_Posted_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "invoice_Key": 0,
- "premPayment_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "payment_Posted": 0.1,
- "payment_Posted_Date": "2019-08-24T14:15:22Z",
- "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 PremInvoicePayment Extended objects which include invoice posted payments and payment applied fields.
Success
Unauthorized
Create or Update multiple PremInvoicePayment at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "invoice_Key": 0,
- "premPayment_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "payment_Posted": 0.1,
- "payment_Posted_Date": "2019-08-24T14:15:22Z",
- "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"
}
}