2.7 KiB
2.7 KiB
name, description
| name | description |
|---|---|
| application-fees-routes | Handle 7 OpenAPI operation(s) under /v1/application_fees for the application fees route group. |
application fees API Routes
Handle 7 OpenAPI operation(s) under /v1/application_fees for the application fees route group.
Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool.
Operations
get_application_fees
- Operation ID:
get_application_fees - Route:
GET /v1/application_fees - Mode: READ
- Summary: List all application fees
- Parameters:
chargeinquerycreatedinqueryending_beforeinqueryexpandinquerylimitinquerystarting_afterinquery
- Body: JSON request body accepted.
get_application_fees_fee_refunds_id
- Operation ID:
get_application_fees_fee_refunds_id - Route:
GET /v1/application_fees/{fee}/refunds/{id} - Mode: READ
- Summary: Retrieve an application fee refund
- Parameters:
expandinqueryfeeinpathrequiredidinpathrequired
- Body: JSON request body accepted.
post_application_fees_fee_refunds_id
- Operation ID:
post_application_fees_fee_refunds_id - Route:
POST /v1/application_fees/{fee}/refunds/{id} - Mode: WRITE
- Summary: Update an application fee refund
- Parameters:
feeinpathrequiredidinpathrequired
- Body: JSON request body accepted.
get_application_fees_id
- Operation ID:
get_application_fees_id - Route:
GET /v1/application_fees/{id} - Mode: READ
- Summary: Retrieve an application fee
- Parameters:
expandinqueryidinpathrequired
- Body: JSON request body accepted.
post_application_fees_id_refund
- Operation ID:
post_application_fees_id_refund - Route:
POST /v1/application_fees/{id}/refund - Mode: WRITE
- Summary: PostApplicationFeesIdRefund
- Parameters:
idinpathrequired
- Body: JSON request body accepted.
get_application_fees_id_refunds
- Operation ID:
get_application_fees_id_refunds - Route:
GET /v1/application_fees/{id}/refunds - Mode: READ
- Summary: List all application fee refunds
- Parameters:
ending_beforeinqueryexpandinqueryidinpathrequiredlimitinquerystarting_afterinquery
- Body: JSON request body accepted.
post_application_fees_id_refunds
- Operation ID:
post_application_fees_id_refunds - Route:
POST /v1/application_fees/{id}/refunds - Mode: WRITE
- Summary: Create an application fee refund
- Parameters:
idinpathrequired
- Body: JSON request body accepted.