Delete more than one record on the fee records display

post

/fscmRestApi/resources/11.13.18.05/publicSectorProjectRecordFeePayments/{publicSectorProjectRecordFeePaymentsUniqID}/child/FeeRecordDisplay

Bulk delete is a custom action that deletes more than one record on the fee records display.

Request

Supported Media Types
Path Parameters
  • This is the hash key of the attributes which make up the composite key--- AgencyId, ProjectCode and RecordKey ---for the Project Record Fee Payments resource and used to uniquely identify an instance of Project Record Fee Payments. The client should not generate the hash key value. Instead, the client should query on the Project Record Fee Payments collection resource with a filter on the primary key values in order to navigate to a specific instance of Project Record Fee Payments.

    For example: publicSectorProjectRecordFeePayments?q=AgencyId=<value1>;ProjectCode=<value2>;RecordKey=<value3>
Body ()
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorProjectRecordFeePayments-FeeRecordDisplay-bulkDeleteRequest
Type: object
Show Source
Nested Schema : parameters
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 1
Show Source
Nested Schema : parameters-items[0]
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Body ()
Root Schema : publicSectorProjectRecordFeePayments-FeeRecordDisplay-bulkDeleteResponse
Type: object
Show Source
  • The result of the bulk delete action. It could be the unique identifier or the exception information.
Back to Top