v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
financials

Get Financial Amendment

Use this endpoint to get a specific Amendment.

get/financials/{financialsId}/amendments/{financialsAmendmentId}

Path parameters

financialsIdstring uuid required

The Financial's unique identifier

financialsAmendmentIdstring uuid required

The Worksheet's Amendment's unique identifier

Response

OK

idstring uuid

The unique identifier of the Amendment.

_linkstring

The unique URI of the Amendment.

jobIdstring uuid

The unique identifier of the Amendment.

currentStatestring

The current state of the Amendment.

totalPricenumber

The total price of the Amendment.

titlestring

The title of the Amendment.

createdDatestring

The date/time the Amendment was created in UTC format.

modifiedDatestring

The date/time the Amendment was last modified in UTC format.

Example response

{
  "id": "bf840f50-8a19-45d6-b6e8-86ad5db500af",
  "_link": "https://api.acculynx.com/api/v2/financials/01a7cfc1-2231-4589-9657-7f3004c06bd3/amendments/bf840f50-8a19-45d6-b6e8-86ad5db500af",
  "jobId": "01a7cfc1-2231-4589-9657-7f3004c06bd3",
  "currentState": "Approved",
  "createdDate": "2015-07-28T17:48:59Z",
  "modifiedDate": "2015-08-01T12:05:03Z",
  "sections": [
    {
      "id": "43bc3071-8701-4514-92d2-0ab6934bbacc",
      "sectionType": "Worksheet",
      "items": [
        {
          "id": "79bd84ff-a16a-4358-b1de-be5071c0f19c",
          "parentItemId": "79bd84ff-a16a-4358-b1de-be5071c0f19c",
          "tradeId": "e8ea8f4c-14ca-4bdf-8fe6-882410316757"
        }
      ]
    }
  ]
}