PATCH
/
api
/
v1
/
fee-payment-approve
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "payer": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "firstName": "<string>",
    "lastName": "<string>",
    "dateCreated": "2023-11-07T05:31:56Z",
    "localCenter": {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "alias": "<string>",
      "id": 123,
      "name": "<string>"
    },
    "type": {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "name": "<string>",
      "namePlural": "<string>",
      "position": 123,
      "isUserType": true,
      "options": [
        "<string>"
      ],
      "isLocalCenter": true,
      "isLocalCenterParent": true,
      "isNational": true,
      "chartName": "<string>"
    },
    "fullName": "<string>",
    "dateJoined": "2023-11-07T05:31:56Z",
    "familyNth": "<string>",
    "cardId": "<string>",
    "dateJoinedFullMember": "2023-11-07T05:31:56Z"
  },
  "localCenter": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "alias": "<string>",
    "id": 123,
    "name": "<string>"
  },
  "status": 123,
  "dateCreated": "2023-11-07T05:31:56Z",
  "dateModified": "2023-11-07T05:31:56Z",
  "currency": "<string>",
  "value": 123,
  "isLocal": true,
  "method": "<string>"
}

Path Parameters

id
string
required

FeePayment identifier

Body

application/merge-patch+json

The updated FeePayment resource

Response

200
application/ld+json

FeePayment resource updated