Codat · Example Payload

Codat List Accounting Bill Payments Example

Unified_API

Codat List Accounting Bill Payments Example is an example object payload from Codat, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "list-accounting-bill-payments",
  "method": "GET",
  "path": "/companies/{companyId}/data/billPayments",
  "summary": "List bill payments",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Clear Books",
      "example": {
        "results": [
          {
            "id": "dcb18480-8b69-44d8-aa26-268b6a80d170",
            "supplierRef": {
              "id": "8GeHBdBZiZ",
              "supplierName": "DuBuque, Goyette and Franecki"
            },
            "accountRef": {
              "id": "dbcaf288-2b39-4b95-8ab3-42202ab15918",
              "name": "Business Current Account"
            },
            "totalAmount": 71351.42,
            "currency": "GBP",
            "currencyRate": 1,
            "date": "2022-05-06T00:00:00",
            "note": "Bill Payment against bill 81539597-e681-40c9-a4dd-ec2fffcde572",
            "paymentMethodRef": {
              "id": "cb4a5647-aa86-40ab-bb4f-158acaa99c12",
              "name": "Check payments-u4p"
            },
            "lines": [
              {
                "amount": 71351.42,
                "links": [
                  {
                    "type": "Bill",
                    "id": "81539597-e681-40c9-a4dd-ec2fffcde572",
                    "amount": -71351.42,
                    "currencyRate": 1
                  }
                ],
                "allocatedOnDate": "2022-05-06T00:00:00"
              }
            ],
            "modifiedDate": "2023-04-26T12:38:17Z",
            "sourceModifiedDate": "2022-05-06T00:00:00",
            "metadata": {
              "isDeleted": false
            }
          },
          {
            "id": "ca0976d0-036d-4187-ab66-7169286b007d",
            "supplierRef": {
              "id": "9efd64dc-4b31-425d-9eb2-7c7773593713",
              "supplierName": "Jacobson, Konopelski and Heidenreich"
            },
            "accountRef": {
              "id": "dbcaf288-2b39-4b95-8ab3-42202ab15918",
              "name": "Business Current Account"
            },
            "totalAmount": 16221.64,
            "currency": "GBP",
            "currencyRate": 1,
            "date": "2022-05-14T13:12:00",
            "note": "Bill Payment against bill 3f44d2be-d4c2-4cc3-8216-8add5265eb13",
            "paymentMethodRef": {
              "id": "fc87fba8-812e-4a54-b633-29ef2abf4c12",
              "name": "CreditCard payments-u4p"
            },
            "lines": [
              {
                "amount": 16221.64,
                "links": [
                  {
                    "type": "Bill",
                    "id": "3f44d2be-d4c2-4cc3-8216-8add5265eb13",
                    "amount": -16221.64,
                    "currencyRate": 1
                  }
                ],
                "allocatedOnDate": "2022-05-14T13:12:00"
              }
            ],
            "modifiedDate": "2023-04-26T12:38:17Z",
            "sourceModifiedDate": "2022-05-14T13:12:00",
            "metadata": {
              "isDeleted": false
            }
          }
        ],
        "pageNumber": 1,
        "pageSize": 2,
        "totalResults": 232,
        "_links": {
          "current": {
            "href": "/companies/354a121b-855f-4d25-90ad-0905b498c1c0/data/billPayments?page=1&pageSize=2"
          },
          "self": {
            "href": "/companies/354a121b-855f-4d25-90ad-0905b498c1c0/data/billPayments"
          },
          "next": {
            "href": "/companies/354a121b-855f-4d25-90ad-0905b498c1c0/data/billPayments?page=2&pageSize=2"
          }
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Dynamics 365 Business Central",
      "example": {
        "results": [
          {
            "id": "19387f05-8ad1-ea11-bbaa-000d3a2b9185",
            "supplierRef": {
              "id": "c41217b3-89d1-ea11-bbaa-000d3a2b9185",
              "supplierName": "Wide World Importers"
            },
            "accountRef": {
              "id": "621217b3-89d1-ea11-bbaa-000d3a2b9185",
              "name": "Petty Cash"
            },
            "totalAmount": 234,
            "currency": "GBP",
            "currencyRate": 1,
            "date": "2019-01-01T00:00:00",
            "note": "Invoice 107006",
            "lines": [
              {
                "amount": 234,
                "links": [
                  {
                    "type": "Bill",
                    "id": "c8cb06bf-89d1-ea11-bbaa-000d3a2b9185-108006",
                    "amount": -234,
                    "currencyRate": 1
                  }
                ],
                "allocatedOnDate": "2019-01-01T00:00:00"
              }
            ],
            "modifiedDate": "2023-03-27T14:21:25Z",
            "reference": "108006",
            "metadata": {
              "isDeleted": false
            }
          },
          {
            "id": "3d387f05-8ad1-ea11-bbaa-000d3a2b9185",
            "supplierRef": {
              "id": "be1217b3-89d1-ea11-bbaa-000d3a2b9185",
              "supplierName": "Fabrikam, Inc."
            },
            "accountRef": {
              "id": "621217b3-89d1-ea11-bbaa-000d3a2b9185",
              "name": "Petty Cash"
            },
            "totalAmount": 390,
            "currency": "GBP",
            "currencyRate": 1,
            "date": "2019-01-01T00:00:00",
            "note": "Invoice 107007",
            "lines": [
              {
                "amount": 390,
                "links": [
                  {
                    "type": "Bill",
                    "id": "cbcb06bf-89d1-ea11-bbaa-000d3a2b9185-108007",
                    "amount": -390,
                    "currencyRate": 1
                  }
                ],
                "allocatedOnDate": "2019-01-01T00:00:00"
              }
            ],
            "modifiedDate": "2023-03-27T14:21:25Z",
            "reference": "108007",
            "metadata": {
              "isDeleted": false
            }
          }
        ],
        "pageNumber": 1,
        "pageSize": 2,
        "totalResults": 236,
        "_links": {
          "current": {
            "href": "/companies/d6849caf-c146-41be-8335-b73346e3bd84/data/billPayments?page=1&pageSize=2"
          },
          "self": {
            "href": "/companies/d6849caf-c146-41be-8335-b73346e3bd84/data/billPayments"
          },
          "next": {
            "href": "/companies/d6849caf-c146-41be-8335-b73346e3bd84/data/billPayments?page=2&pageSize=2"
          }
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Exact (Netherlands)",
      "example": {
        "results": [
          {
            "id": "da7e456f-76f7-42ac-8dad-d90a040f3afb",
            "supplierRef": {
              "id": "63fadca8-4905-475a-b32a-b4341293bcf4",
              "supplierName": "Kelly's Industrial Supplies"
            },
            "accountRef": {
              "id": "d79d65bd-1d7d-4f55-95d3-76b3a7b7b823",
              "name": "Bank 1"
            },
            "totalAmount": -5,
            "currency": "EUR",
            "currencyRate": 1,
            "date": "2019-11-05T00:00:00Z",
            "lines": [
              {
                "amount": -5,
                "links": [
                  {
                    "type": "PaymentOnAccount",
                    "id": "63fadca8-4905-475a-b32a-b4341293bcf4",
                    "amount": 5,
                    "currencyRate": 1
                  }
                ]
              }
            ],
            "modifiedDate": "2022-10-26T13:35:13Z",
            "sourceModifiedDate": "2019-11-05T14:26:22Z",
            "reference": "19200008"
          },
          {
            "id": "002b8462-f3a3-4019-84fe-6a2af1f30c5a",
            "supplierRef": {
              "id": "5811b467-53eb-4491-8ca1-bc9b7889811b",
              "supplierName": "Ann's test supplier 2"
            },
            "accountRef": {
              "id": "1879b322-7758-4e20-8f3f-701df27f2340",
              "name": "Kas"
            },
            "totalAmount": 0.13,
            "currency": "EUR",
            "currencyRate": 1,
            "date": "2019-11-07T00:00:00Z",
            "lines": [
              {
                "amount": -0.12,
                "links": [
                  {
                    "type": "CreditNote",
                    "id": "33f3016c-2ecf-4d17-911e-b385537e7341",
                    "amount": 0.12,
                    "currencyRate": 1
                  }
                ]
              },
              {
                "amount": 0.12,
                "links": [
                  {
                    "type": "Bill",
                    "id": "de6b3634-faf2-4688-b06b-72ed3ca6cf4e",
                    "amount": -0.12,
                    "currencyRate": 1
                  }
                ]
              },
              {
                "amount": 0.13,
                "links": [
                  {
                    "type": "Bill",
                    "id": "de6b3634-faf2-4688-b06b-72ed3ca6cf4e",
                    "amount": -0.13,
                    "currencyRate": 1
                  }
                ]
              }
            ],
            "modifiedDate": "2022-10-26T13:35:14Z",
            "sourceModifiedDate": "2021-11-17T12:08:10Z",
            "reference": "19100002"
          }
        ],
        "pageNumber": 1,
        "pageSize": 2,
        "totalResults": 1173,
        "_links": {
          "current": {
            "href": "/companies/b83b1923-4db6-45a8-a779-b4e320c15979/data/billPayments?page=1&pageSize=2"
          },
          "self": {
            "href": "/companies/b83b1923-4db6-45a8-a779-b4e320c15979/data/billPayments"
          },
          "next": {
            "href": "/companies/b83b1923-4db6-45a8-a779-b4e320c15979/data/billPayments?page=2&pageSize=2"
          }
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Exact (UK)",
      "example": {
        "results": [
          {
            "id": "7a5f621b-739f-4ed8-b738-2aae3ef886ac",
            "supplierRef": {
              "id": "a7cad20d-44db-442b-ac1f-90475802d6fb",
              "supplierName": "Pencils Pencils Pencils"
            },
            "accountRef": {
              "id": "4a4e34b5-7f62-4b64-a44a-073398b14b41",
              "name": "Bank"
            },
            "totalAmount": 123,
            "currency": "GBP",
            "currencyRate": 1,
            "date": "2017-10-11T00:00:00Z",
            "lines": [
              {
                "amount": 123,
                "links": [
                  {
                    "type": "Bill",
                    "id": "e7a45898-2db3-424c-acb9-a51647740f26",
                    "amount": -123,
                    "currencyRate": 1
                  }
                ]
              }
            ],
            "modifiedDate": "2022-10-26T13:33:17Z",
            "sourceModifiedDate": "2017-10-11T10:12:29Z",
            "reference": "17200006"
          },
          {
            "id": "b358df76-3930-42ad-8f38-78edcc60172d",
            "supplierRef": {
              "id": "41302634-76b5-4442-b800-0bb63780e77c",
              "supplierName": "Some Supplier"
            },
            "accountRef": {
              "id": "4a4e34b5-7f62-4b64-a44a-073398b14b41",
              "name": "Bank"
            },
            "totalAmount": 55000,
            "currency": "GBP",
            "currencyRate": 1,
            "date": "2017-10-31T00:00:00Z",
            "lines": [
              {
                "amount": 55000,
                "links": [
                  {
                    "type": "PaymentOnAccount",
                    "id": "41302634-76b5-4442-b800-0bb63780e77c",
                    "amount": -55000,
                    "currencyRate": 1
                  }
                ]
              }
            ],
            "modifiedDate": "2022-10-26T13:33:17Z",
            "sourceModifiedDate": "2019-02-14T17:56:54Z",
            "reference": "17200001"
          }
        ],
        "pageNumber": 1,
        "pageSize": 2,
        "totalResults": 39,
        "_links": {
          "current": {
            "href": "/companies/d95030cd-22b2-482b-9c7b-2980dcc2b1ce/data/billPayments?page=1&pageSize=2"
          },
          "self": {
            "href": "/companies/d95030cd-22b2-482b-9c7b-2980dcc2b1ce/data/billPayments"
          },
          "next": {
            "href": "/companies/d95030cd-22b2-482b-9c7b-2980dcc2b1ce/data/billPayments?page=2&pageSize=2"
          }
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "FreeAgent",
      "example": {
        "results": [
          {
            "id": "135234103",
            "supplierRef": {
              "id": "7169654",
              "supplierName": "The Eagle"
            },
            "totalAmount": 14.3,
            "currency": "GBP",
            "date": "2017-11-23T00:00:00",
            "note": "ATOMIC SOFTWARE LIMITE WELLINGTON,NZL OTHER \ufffd14.30 - Bill payment against Pints1 (The Eagle)",
            "lines": [
              {
                "amount": 14.3,
                "links": [
                  {
                    "type": "Bill",
                    "id": "10659723",
                    "amount": -14.3,
                    "currencyRate": 1
                  }
                ]
              }
            ],
            "modifiedDate": "2023-04-25T14:21:36Z",
            "metadata": {
              "isDeleted": false
            }
          },
          {
            "id": "168350314",
            "supplierRef": {
              "id": "6161941",
              "supplierName": "A & J Fabtech Ltd"
            },
            "totalAmount": 30,
            "currency": "GBP",
            "date": "2019-01-03T00:00:00",
            "note": "\ufffd30.00 - Bill payment against Test123 (A & J Fabtech Ltd)",
            "lines": [
              {
                "amount": 30,
                "links": [
                  {
                    "type": "Bill",
                    "id": "11224800",
                    "amount": -30,
                    "currencyRate": 1
                  }
                ]
              }
            ],
            "modifiedDate": "2023-04-25T14:21:36Z",
            "metadata": {
              "isDeleted": false
            }
          }
        ],
        "pageNumber": 1,
        "pageSize": 2,
        "totalResults": 89,
        "_links": {
          "current": {
            "href": "/companies/071ad738-68f3-4561-afd0-69bab9df0803/data/billPayments?page=1&pageSize=2"
          },
          "self": {
            "href": "/companies/071ad738-68f3-4561-afd0-69bab9df0803/data/billPayments"
          },
          "next": {
            "href": "/companies/071ad738-68f3-4561-afd0-69bab9df0803/data/billPayments?page=2&pageSize=2"
          }
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "FreshBooks",
      "example": {
        "results": [
          {
            "id": "16",
            "supplierRef": {
              "id": "29"
            },
            "accountRef": {
              "id": "167679",
              "name": "Cash"
            },
            "totalAmount": 10,
            "currency": "GBP",
            "date": "2021-08-18T00:00:00",
            "note": "Bill payment",
            "lines": [
              {
                "amount": 10,
                "links": [
                  {
                    "type": "Bill",
                    "id": "16",
                    "amount": -10,
                    "currencyRate": 1
                  }
                ],
                "allocatedOnDate": "2021-08-18T00:00:00"
              }
            ],
            "modifiedDate": "2023-03-24T16:07:23Z",
            "metadata": {
              "isDeleted": false
            }
          },
          {
            "id": "18",
            "supplierRef": {
              "id": "39"
            },
            "accountRef": {
              "id": "167679",
              "name": "Cash"
            },
            "totalAmount": 15,
            "currency": "USD",
            "date": "2021-08-18T00:00:00",
            "note": "Bill payment Ikea",
            "lines": [
              {
                "amount": 15,
                "links": [
                  {
                    "type": "Bill",
                    "id": "18",
                    "amount": -15,
                    "currencyRate": 1
                  }
                ],
                "allocatedOnDate": "2021-08-18T00:00:00"
              }
            ],
            "modifiedDate": "2023-03-24T16:07:23Z",
            "metadata": {
              "isDeleted": false
            }
          }
        ],
        "pageNumber": 1,
        "pageSize": 2,
        "totalResults": 26,
        "_links": {
          "current": {
            "href": "/companies/3691c49e-0db4-4172-b3ab-e4084c365013/data/billPayments?page=1&pageSize=2"
          },
          "self": {
            "href": "/companies/3691c49e-0db4-4172-b3ab-e4084c365013/data/billPayments"
          },
          "next": {
            "href": "/companies/3691c49e-0db4-4172-b3ab-e4084c365013/data/billPayments?page=2&pageSize=2"
          }
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Oracle NetSuite",
      "example": {
        "results": [
          {
            "id": "112",
            "supplierRef": {
              "id": "724",
              "supplierName": "Vendor A.A.A"
            },
            "accountRef": {
              "id": "825",
              "name": "Codat Europe Bank"
            },
            "totalAmount": 120,
            "currency": "GBP",
            "currencyRate": 1,
            "date": "2021-03-26T00:00:00",
            "lines": [
              {
                "amount": 120,
                "links": [
                  {
                    "type": "Bill",
                    "id": "7",
                    "amount": -120,
                    "currencyRate": 1
                  }
                ]
              }
            ],
            "modifiedDate": "2023-01-30T14:48:40Z",
            "sourceModifiedDate": "2021-03-26T10:31:06",
            "reference": "Bill Payment #1"
          },
          {
            "id": "159623-724",
            "supplierRef": {
              "id": "724",
              "supplierName": "Vendor A.A.A"
            },
            "accountRef": {
              "id": "825",
              "name": "Codat Europe Bank"
            },
            "totalAmount": -555.55,
            "currency": "GBP",
            "currencyRate": 1,
            "date": "2022-07-11T00:00:00",
            "lines": [
              {
                "amount": -555.55,
                "links": [
                  {
                    "type": "PaymentOnAccount",
                    "id": "724",
                    "amount": 555.55,
                    "currencyRate": 1
                  }
                ]
              }
            ],
            "modifiedDate": "2023-01-30T14:48:40Z",
            "sourceModifiedDate": "2022-07-11T09:41:02",
            "reference": "Deposit #DEP25"
          }
        ],
        "pageNumber": 1,
        "pageSize": 2,
        "totalResults": 3,
        "_links": {
          "current": {
            "href": "/companies/d5074b08-6a34-4b06-a742-236edf5dc4f1/data/billPayments?page=1&pageSize=2"
          },
          "self": {
            "href": "/companies/d5074b08-6a34-4b06-a742-236edf5dc4f1/data/billPayments"
          },
          "next": {
            "href": "/companies/d5074b08-6a34-4b06-a742-236edf5dc4f1/data/billPayments?page=2&pageSize=2"
          }
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "QuickBooks Desktop",
      "example": {
        "results": [
          {
            "id": "3A09-1071529982",
            "supplierRef": {
              "id": "720000-1071512482",
              "supplierName": "Bayshore Auto Mall"
            },
            "accountRef": {
              "id": "20000-933270541",
              "name": "Checking"
            },
            "totalAmount": 532.97,
            "currency": "GBP",
            "currencyRate": 1,
            "date": "2023-01-11T00:00:00",
            "note": "Monthly Truck Payment",
            "lines": [
              {
                "amount": 532.97,
                "links": [
                  {
                    "type": "Bill",
                    "id": "38AA-1071513625",
                    "amount": -532.97,
                    "currencyRate": 1
                  }
                ]
              }
            ],
            "modifiedDate": "2023-04-26T09:09:20Z",
            "sourceModifiedDate": "2023-12-16T05:04:58",
            "reference": "101",
            "metadata": {
              "isDeleted": false
            }
          },
          {
            "id": "84C2-1197705262",
            "supplierRef": {
              "id": "B0000-933272656",
              "supplierName": "Patton Hardware Supplies"
            },
            "accountRef": {
              "id": "8000007E-1197732180",
              "name": "CalOil Credit Card"
            },
            "totalAmount": 4050.98,
            "currency": "GBP",
            "currencyRate": 1,
            "date": "2023-01-15T00:00:00",
            "lines": [
              {
                "amount": 4050.98,
                "links": [
                  {
                    "type": "Bill",
                    "id": "84C2-1197705262",
                    "amount": -4050.98,
                    "currencyRate": 1
                  }
                ],
                "allocatedOnDate": "2023-01-15T00:00:00"
              }
            ],
            "modifiedDate": "2023-04-26T09:09:20Z",
            "sourceModifiedDate": "2023-12-16T05:06:15",
            "metadata": {
              "isDeleted": false
            }
          }
        ],
        "pageNumber": 1,
        "pageSize": 2,
        "totalResults": 214,
        "_links": {
          "current": {
            "href": "/companies/fc72ba08-af13-4474-b28a-01dcfa6cfb51/data/billPayments?page=1&pageSize=2"
          },
          "self": {
            "href": "/companies/fc72ba08-af13-4474-b28a-01dcfa6cfb51/data/billPayments"
          },
          "next": {
            "href": "/companies/fc72ba08-af13-4474-b28a-01dcfa6cfb51/data/billPayments?page=2&pageSize=2"
          }
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "QuickBooks Online",
      "example": {
        "results": [
          {
            "id": "20",
            "supplierRef": {
              "id": "4",
              "supplierName": "BILLy elliot"
            },
            "totalAmount": 0,
            "currency": "GBP",
            "currencyRate": 1,
            "date": "2019-05-13T00:00:00",
            "lines": [
              {
                "amount": 0,
                "links": [
                  {
                    "type": "Bill",
                    "id": "18",
                    "amount": -5,
                    "currencyRate": 1
                  },
                  {
                    "type": "CreditNote",
                    "id": "19",
                    "amount": 5,
                    "currencyRate": 1
                  }
                ]
              }
            ],
            "modifiedDate": "2023-01-18T11:02:47Z",
            "sourceModifiedDate": "2019-05-13T13:14:26Z"
          },
          {
            "id": "25",
            "supplierRef": {
              "id": "5",
              "supplierName": "Callum McGinley"
            },
            "accountRef": {
              "id": "63",
              "name": "Business Bank Account"
            },
            "totalAmount": 5999.99,
            "currency": "GBP",
            "currencyRate": 1,
            "date": "2019-05-31T00:00:00",
            "lines": [
              {
                "amount": 5999.99,
                "links": [
                  {
                    "type": "Bill",
                    "id": "24",
                    "amount": -5999.99,
                    "currencyRate": 1
                  }
                ]
              }
            ],
            "modifiedDate": "2023-01-18T11:02:47Z",
            "sourceModifiedDate": "2019-05-31T12:55:10Z"
          }
        ],
        "pageNumber": 1,
        "pageSize": 2,
        "totalResults": 126,
        "_links": {
          "current": {
            "href": "/companies/10818b5e-6e6a-4ed4-a1c5-3e3efe626e87/data/billPayments?page=1&pageSize=2"
          },
          "self": {
            "href": "/companies/10818b5e-6e6a-4ed4-a1c5-3e3efe626e87/data/billPayments"
          },
          "next": {
            "href": "/companies/10818b5e-6e6a-4ed4-a1c5-3e3efe626e87/data/billPayments?page=2&pageSize=2"
          }
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "QuickBooks Online Sandbox",
      "example": {
        "results": [
          {
            "id": "158",
            "supplierRef": {
              "id": "57",
              "supplierName": "Hall's Promo Items"
            },
            "accountRef": {
              "id": "81",
              "name": "Current"
            },
            "totalAmount": 7940.6,
            "currency": "HKD",
            "currencyRate": 0.078807,
            "date": "2016-01-23T00:00:00",
            "lines": [
              {
                "amount": 7940.6,
                "links": [
                  {
                    "type": "Bill",
                    "id": "157",
                    "amount": -7940.6,
                    "currencyRate": 1
                  }
                ]
              }
            ],
            "modifiedDate": "2023-04-26T09:36:42Z",
            "sourceModifiedDate": "2016-09-13T21:19:36Z",
            "reference": "1067",
            "metadata": {
              "isDeleted": false
            }
          },
          {
            "id": "159",
            "supplierRef": {
              "id": "57",
              "supplierName": "Hall's Promo Items"
            },
            "accountRef": {
              "id": "81",
              "name": "Current"
            },
            "totalAmount": 742.5,
            "currency": "HKD",
            "currencyRate": 0.078807,
            "date": "2016-01-23T00:00:00",
            "lines": [
              {
                "amount": 742.5,
                "links": [
                  {
                    "type": "Bill",
                    "id": "28",
                    "amount": -742.5,
                    "currencyRate": 1
                  }
                ]
              }
            ],
            "modifiedDate": "2023-04-26T09:36:42Z",
            "sourceModifiedDate": "2016-09-13T21:19:49Z",
            "reference": "1068",
            "metadata": {
              "isDeleted": false
            }
          }
        ],
        "pageNumber": 1,
        "pageSize": 2,
        "totalResults": 191,
        "_links": {
          "current": {
            "href": "/companies/5a7f3597-36e1-4216-86fe-289ad36088a6/data/billPayments?page=1&pageSize=2"
          },
          "self": {
            "href": "/companies/5a7f3597-36e1-4216-86fe-289ad36088a6/data/billPayments"
          },
          "next": {
            "href": "/companies/5a7f3597-36e1-4216-86fe-289ad36088a6/data/billPayments?page=2&pageSize=2"
          }
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Sage 200cloud",
      "example": {
        "results": [
          {
            "id": "45462",
            "supplierRef": {
              "id": "CON001",
              "supplierName": "Concept Stationery Supplies"
            },
            "totalAmount": 27,
            "currency": "GBP",
            "currencyRate": 1,
            "date": "2020-01-05T00:00:00Z",
            "note": "",
            "lines": [
              {
                "amount": 27,
                "links": [
                  {
                    "type": "PaymentOnAccount",
                    "id": "CON001",
                    "amount": -27,
                    "currencyRate": 1
                  }
                ]
              }
            ],
            "modifiedDate": "2022-10-14T09:35:54Z",
            "sourceModifiedDate": "2020-02-28T14:23:46Z",
            "reference": "Payment invoice 1"
          },
          {
            "id": "45502",
            "supplierRef": {
              "id": "SDE001",
              "supplierName": "S D Enterprises"
            },
            "totalAmount": 59,
            "currency": "GBP",
            "currencyRate": 1,
            "date": "2020-01-17T00:00:00Z",
            "note": "pay3",
            "lines": [
              {
                "amount": 59,
                "links": [
                  {
                    "type": "PaymentOnAccount",
                    "id": "SDE001",
                    "amount": -59,
                    "currencyRate": 1
                  }
                ]
              }
            ],
            "modifiedDate": "2022-10-14T09:35:54Z",
            "sourceModifiedDate": "2020-02-28T14:23:46Z",
            "reference": "payment inv3"
          }
        ],
        "pageNumber": 1,
        "pageSize": 2,
        "totalResults": 64,
        "_links": {
          "current": {
            "href": "/companies/93c21e2d-049c-4d24-b41b-57e61c30b69e/data/billPayments?page=1&pageSize=2"
          },
          "self": {
            "href": "/companies/93c21e2d-049c-4d24-b41b-57e61c30b69e/data/billPayments"
          },
          "next": {
            "href": "/companies/93c21e2d-049c-4d24-b41b-57e61c30b69e/data/billPayments?page=2&pageSize=2"
          }
        }
      }
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Sage 50 (UK)",
      "example": {
        "results": [
          {
            "id": "255",
            "supplierRef": {
              "id": "CON001",
              "supplierName": "Concept Stationery Supplies"
            },
            "totalAmount": 370.71,
            "currency": "GBP",
            "currencyRate": 1,
            "date": "2022-01-29T00:00:00",
            "note": "Purchase payment 255 linked to, purchase invoice 86, purchase invoice 87, purchase invoice 250, purchase invoice 251, purchase invoice 252.",
            "lines": [
              {
                "amount": 117.5,
                "links": [
                  {
                    "type": "Bill",
                    "id": "86",
                    "amount": -117.5,
                    "currencyRate": 1
                  }
                ]
              },
              {
                "amount": 64.63,
                "links": [
                  {
                    "type": "Bill",
                    "id": "87",
                    "amount": -64.63,
                    "currencyRate": 1
                  }
                ]
              },
              {
                "amount": 50.57,
                "links": [
                  {
                    "type": "Bill",
                    "id": "250",
                    "amount": -50.57,
                    "currencyRate": 1
                  }
                ]
              },
              {
                "amount": 36.87,
                "links": [
                  {
                    "type": "Bill",
                    "id": "251",
                    "amount": -36.87,
                    "currencyRate": 1
                  }
                ]
              },
              {
                "amount": 101.14,
                "links": [
                  {
                    "type": "Bill",
                    "id": "252",
                    "amount": -101.14,
                    "currencyRate": 1
                  }
                ]
              }
            ],
            "modifiedDate": "2023-03-30T14:42:37Z",
            "sourceModifiedDate": "2022-11-25T09:43:54",
            "metadata": {
              "isDeleted": false
            }
          },
          {
            "id": "256",
            "supplierRef": {
              "id": "QUA001",
              "supplierName": "Quality Motors"
            },
            "totalAmount": 256.36,
            "curre

# --- truncated at 32 KB (41 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/codat/refs/heads/main/examples/codat-list-accounting-bill-payments-example.json