Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "@context": "/api/contexts/transactions-history",
    "@id": "/api/transactions-history",
    "@type": "hydra:Collection",
    "hydra:member": [
        {
            "@id": "/api/transactions-history/29678731",
            "@type": "transactions-history",
            "amount": "1.25",
            "customer": {
                "@type": "Customer",
                "@id": "_:13734",
                "id": 2970560,
                "customerRef": "1999",
                "company": "",
                "firstName": "Test",
                "lastName": "Customer",
                "email": ""
            },
            "id": 29678731,
            "lockStatus": 0,
            "loginId": "100100",
            "memo": "",
            "notes": "",
            "occurrence": "monthly",
            "occurrence_remaining": "4",
            "poNumber": "",
            "recordType": "debit",
            "referenceId": "A1234",
            "surcharge": "0.00",
            "tranDate": "1619197200",
            "tranType": "ach"
        }
    ],
    "hydra:totalItems": 1
}

...