Posted overpayment lines

Line items in a posted overpayment.

List posted overpayment lines

get/objects/accounts-receivable/posted-over-payment-line

Returns a collection with a key, ID, and link for each posted overpayment line.

SecurityOAuth2
Responses
200

OK

400

Bad Request

Request samples
Response samples
application/json
null

Get a posted overpayment line

get/objects/accounts-receivable/posted-over-payment-line/{key}

Returns detailed information for a specified posted overpayment line.

SecurityOAuth2
Request
path Parameters
key
required
string

System-assigned unique key for the posted overpayment line.

Example: 99
Responses
200

OK

400

Bad Request

Request samples
Response samples
application/json
null

Query posted over payment lines

post/services/core/query

Use the query service to find posted over payment lines that meet certain criteria and to specify the properties that are returned.

SecurityOAuth2
Responses
200

OK

400

Bad Request

Request samples
Response samples
application/json
{
  • "ia::result": {
    • "ia::error": {
      • "code": "invalidRequest",
      • "message": "A POST request requires a payload",
      • "errorId": "REST-1028",
      • "additionalInfo": {
        },
      • "supportId": "Kxi78%7EZuyXBDEGVHD2UmO1phYXDQAAAAo"
      }
    },
  • "ia::meta": {
    • "totalCount": 1,
    • "totalSuccess": 0,
    • "totalError": 1
    }
}