Claims

Update a claim

put/api/v1/claims/{id}

Path parameters

idstring uuid required

ID of the claim to update

Request body

idstring uuid

unique ID for the claim

ufnstring required

universal file number

clientstring required

client name

categorystring

claim category

concludedstring date

claim concluded date

feeTypestring

fee type

escapedboolean

escaped status

counselPaymentstring

status of counsel payment

claimednumber

amount claimed

Response

Claim updated successfully

Changes

Changed in 9 of the 24 revisions of this API.19

  • 5687569af02f11See the full diff
    • removed the request property submissionId

      request-property-removed

    • added the new optional request property id

      new-optional-request-property

    • for the path request parameter id, the type/format was generalized from integer/int64 to string/uuid

      request-parameter-type-generalized

    • api operation id updateClaim_1 removed and replaced with updateClaim

      api-operation-id-removed

    • api operation id updateClaim_1 removed and replaced with updateClaim

      api-operation-id-removed

    • api operation id updateClaim removed and replaced with updateClaim_1

      api-operation-id-removed

    • api operation id updateClaim removed and replaced with updateClaim_1

      api-operation-id-removed

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the new optional request property counselPayment

      new-optional-request-property

    • added the new optional request property escaped

      new-optional-request-property