Update an amount

Update amount

PUT https://ris.rightsline.com/v4/amount/:id

This endpoint allows you to update an amount record.

Path Parameters

Headers

{
  "parentRelationship": [
    {
      "id": 6240018,
      "parentURL": "https://api.rightsline.com/v3/relationship/6240000",
      "childURL": "https://api.rightsline.com/v3/amount/1",
      "relationshipType": {
        "relationshipTypeId": 0,
        "relationshipTypeName": "Default"
      },
      "createdById": 1,
      "createdDate": "2015-08-25T21:16:12.980Z",
      "lastUpdatedById": 1,
      "lastUpdatedDate": "2015-08-25T21:30:56.993Z",
      "parentCharTypeId": 0,
      "parentRecordId": 6240000,
      "childCharTypeId": 10,
      "childRecordId": 1,
      "sequenceNumber": 32646852608
    }
  ],
  "relationshipUpdateRules": null,
  "id": 1,
  "revisionId": 0,
  "title": "Fee Record 1",
  "template": {
    "fields": [],
    "templateId": 2,
    "templateName": "Fee",
    "processId": 0,
    "processName": null
  },
  "status": {
    "statusId": 1,
    "statusName": "Amount Created"
  },
  "characteristics": {},
  "comments": [],
  "createdById": 296252,
  "createdDate": "2015-09-01T19:45:44.490Z",
  "lastUpdatedById": 3,
  "lastUpdatedDate": "2016-08-18T03:05:25.920Z"
}

Last updated