-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
114,436 additions
and
13 deletions.
There are no files selected for viewing
357 changes: 357 additions & 0 deletions
357
sdks/db/cached-method-objects/from-custom-request_finleycms.com.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,357 @@ | ||
hash: 16deaa188882bd7a56dd0471ec7546c81cc14eaedf55fc67620a9e2bb0eca4a0 | ||
methodObjects: | ||
- url: >- | ||
/credit-facilities/{creditFacilityId}/borrowing-base-reports/{borrowingBaseReportId} | ||
method: getById | ||
httpMethod: get | ||
tag: BorrowingBaseReports | ||
typeScriptTag: borrowingBaseReports | ||
description: Get Borrowing-base Report | ||
parameters: | ||
- name: creditFacilityId | ||
schema: string | ||
required: true | ||
description: id of the associated credit facility id | ||
example: 2c843493-ee7d-4998-94cb-6a97deb92123 | ||
- name: borrowingBaseReportId | ||
schema: string | ||
required: true | ||
description: id of the borrowing base report to get | ||
example: 4a61197g-a7c6-32cd-b9f7-f02921c5b123 | ||
responses: | ||
- statusCode: '200' | ||
description: '' | ||
- url: /credit-facilities/{creditFacilityId}/borrowing-base-reports | ||
method: getList | ||
httpMethod: get | ||
tag: BorrowingBaseReports | ||
typeScriptTag: borrowingBaseReports | ||
description: List Borrowing-base Reports | ||
parameters: | ||
- name: creditFacilityId | ||
schema: string | ||
required: true | ||
description: id of the associated credit facility id | ||
example: 2c843493-ee7d-4998-94cb-6a97deb92123 | ||
responses: | ||
- statusCode: '200' | ||
description: '' | ||
- url: /credit-facilities/{creditFacilityId} | ||
method: getById | ||
httpMethod: get | ||
tag: CreditFacilities | ||
typeScriptTag: creditFacilities | ||
description: Get Credit Facility | ||
parameters: | ||
- name: creditFacility | ||
schema: string | ||
required: true | ||
description: id of the credit facility to get | ||
example: 2c843493-ee7d-4998-94cb-6a97deb92123 | ||
responses: | ||
- statusCode: '200' | ||
description: '' | ||
- url: /credit-facilities | ||
method: getList | ||
httpMethod: get | ||
tag: CreditFacilities | ||
typeScriptTag: creditFacilities | ||
description: Get Credit Facilities | ||
parameters: [] | ||
responses: | ||
- statusCode: '200' | ||
description: '' | ||
- url: /credit-facilities/{creditFacilityId}/expenses-fees | ||
method: getSummary | ||
httpMethod: get | ||
tag: ExpensesFeesReports | ||
typeScriptTag: expensesFeesReports | ||
description: Get Expenses & Fees Report | ||
parameters: | ||
- name: creditFacilityId | ||
schema: string | ||
required: true | ||
description: ID of the associated credit facility | ||
example: 2c843493-ee7d-4998-94cb-6a97deb92123 | ||
- name: startDate | ||
schema: string | ||
required: false | ||
description: Optional start date (https://docs.finleycms.com/ for ledger data | ||
example: '2023-08-01' | ||
- name: endDate | ||
schema: string | ||
required: false | ||
description: Optional end date (https://docs.finleycms.com/ for ledger data | ||
example: '2023-08-31' | ||
responses: | ||
- statusCode: '200' | ||
description: Object containing maximum date boundaries and ledger data | ||
- url: /credit-facilities/{creditFacilityId}/funding-requests/{fundingRequestId} | ||
method: getByRequestId | ||
httpMethod: get | ||
tag: FundingRequests | ||
typeScriptTag: fundingRequests | ||
description: Get Funding Request | ||
parameters: | ||
- name: creditFacilityId | ||
schema: string | ||
required: true | ||
description: id of the associated credit facility | ||
example: 2c843493-ee7d-4998-94cb-6a97deb92123 | ||
- name: fundingRequestId | ||
schema: string | ||
required: true | ||
description: id of the funding request to get | ||
example: 5e71197d-e7d6-41fd-b9f7-f02921c5b392 | ||
responses: | ||
- statusCode: '200' | ||
description: '' | ||
- url: /credit-facilities/{creditFacilityId}/funding-requests | ||
method: list | ||
httpMethod: get | ||
tag: FundingRequests | ||
typeScriptTag: fundingRequests | ||
description: List Funding Requests | ||
parameters: | ||
- name: creditFacilityId | ||
schema: string | ||
required: true | ||
description: ID of the associated credit facility | ||
example: 2c843493-ee7d-4998-94cb-6a97deb92123 | ||
- name: borrowingBaseReportId | ||
schema: string | ||
required: false | ||
description: >- | ||
ID of the associated borrowing base report from which the funding | ||
request was generated | ||
example: 3d743493-ee7d-4998-94cb-6a97deb92123 | ||
- name: status | ||
schema: string | ||
required: false | ||
description: Status of the funding request | ||
example: pending | ||
responses: | ||
- statusCode: '200' | ||
description: '' | ||
- url: /credit-facilities/{creditFacilityId}/funding-requests | ||
method: createPendingRequestUsingLatestBorrowingBase | ||
httpMethod: post | ||
tag: FundingRequests | ||
typeScriptTag: fundingRequests | ||
description: Create Funding Request | ||
parameters: [] | ||
responses: | ||
- statusCode: '200' | ||
description: '' | ||
- statusCode: '409' | ||
description: '' | ||
- url: >- | ||
/credit-facilities/{creditFacilityId}/funding-requests/{fundingRequestId}/components/{fundingRequestComponentId} | ||
method: getComponentById | ||
httpMethod: get | ||
tag: FundingRequests | ||
typeScriptTag: fundingRequests | ||
description: Get Component | ||
parameters: | ||
- name: creditFacilityId | ||
schema: string | ||
required: true | ||
description: id of the associated credit facility | ||
example: 2c843493-ee7d-4998-94cb-6a97deb92123 | ||
- name: fundingRequestId | ||
schema: string | ||
required: true | ||
description: id of the funding request of whose components to get | ||
example: 5e71197d-e7d6-41fd-b9f7-f02921c5b392 | ||
- name: fundingRequestComponentId | ||
schema: string | ||
required: true | ||
description: id of the funding request component to be settled | ||
example: a22cc363-639b-4243-b4b6-3a8d5c46316c | ||
responses: | ||
- statusCode: '200' | ||
description: '' | ||
- url: >- | ||
/credit-facilities/{creditFacilityId}/funding-requests/{fundingRequestId}/components | ||
method: listComponentsByRequestId | ||
httpMethod: get | ||
tag: FundingRequests | ||
typeScriptTag: fundingRequests | ||
description: List Components | ||
parameters: | ||
- name: creditFacilityId | ||
schema: string | ||
required: true | ||
description: id of the associated credit facility | ||
example: 2c843493-ee7d-4998-94cb-6a97deb92123 | ||
- name: fundingRequestId | ||
schema: string | ||
required: true | ||
description: id of the funding request of whose components to get | ||
example: 5e71197d-e7d6-41fd-b9f7-f02921c5b392 | ||
responses: | ||
- statusCode: '200' | ||
description: '' | ||
- url: >- | ||
/credit-facilities/{creditFacilityId}/funding-requests/{fundingRequestId}/components/{fundingRequestComponentId}/settle | ||
method: settleComponentSettlement | ||
httpMethod: put | ||
tag: FundingRequests | ||
typeScriptTag: fundingRequests | ||
description: Settle Component | ||
parameters: | ||
- name: creditFacilityId | ||
schema: string | ||
required: true | ||
description: id of the associated credit facility | ||
example: 2c843493-ee7d-4998-94cb-6a97deb92123 | ||
- name: fundingRequestId | ||
schema: string | ||
required: true | ||
description: id of the funding request whose component will be settled | ||
example: 5e71197d-e7d6-41fd-b9f7-f02921c5b392 | ||
- name: fundingRequestComponentId | ||
schema: string | ||
required: true | ||
description: id of the funding request component to be settled | ||
example: a22cc363-639b-4243-b4b6-3a8d5c46316c | ||
- name: amount | ||
schema: number | ||
description: '' | ||
example: 1234567.89 | ||
- name: settlementDate | ||
schema: string | ||
description: '' | ||
responses: | ||
- statusCode: '204' | ||
description: No content | ||
- statusCode: '409' | ||
description: Settle has already been performed previously | ||
- url: >- | ||
/credit-facilities/{creditFacilityId}/funding-requests/{fundingRequestId}/submit | ||
method: submitFundingRequest | ||
httpMethod: put | ||
tag: FundingRequests | ||
typeScriptTag: fundingRequests | ||
description: Submit Funding Request | ||
parameters: | ||
- name: creditFacilityId | ||
schema: string | ||
required: true | ||
description: id of the associated credit facility | ||
example: 2c843493-ee7d-4998-94cb-6a97deb92123 | ||
- name: fundingRequestId | ||
schema: string | ||
required: true | ||
description: id of the funding request whose component will be settled | ||
example: 5e71197d-e7d6-41fd-b9f7-f02921c5b392 | ||
- name: collectionsPaydown | ||
schema: object | ||
description: '' | ||
- name: collectionsRecycle | ||
schema: object | ||
description: '' | ||
- name: curePaydown | ||
schema: object | ||
description: '' | ||
- name: drawRequest | ||
schema: object | ||
description: '' | ||
responses: | ||
- statusCode: '204' | ||
description: No content | ||
- statusCode: '409' | ||
description: '' | ||
- url: /funding-requests/{fundingRequestId} | ||
method: getById | ||
httpMethod: get | ||
tag: FundingRequestsDeprecated | ||
typeScriptTag: fundingRequestsDeprecated | ||
description: Get Funding Request | ||
parameters: | ||
- name: fundingRequestId | ||
schema: string | ||
required: true | ||
description: id of the funding request to get | ||
example: 5e71197d-e7d6-41fd-b9f7-f02921c5b392 | ||
responses: | ||
- statusCode: '200' | ||
description: '' | ||
- url: /funding-requests | ||
method: getList | ||
httpMethod: get | ||
tag: FundingRequestsDeprecated | ||
typeScriptTag: fundingRequestsDeprecated | ||
description: List Funding Requests | ||
parameters: [] | ||
responses: | ||
- statusCode: '200' | ||
description: '' | ||
- url: >- | ||
/funding-requests/{fundingRequestId}/components/{fundingRequestComponentId} | ||
method: getComponentById | ||
httpMethod: get | ||
tag: FundingRequestsDeprecated | ||
typeScriptTag: fundingRequestsDeprecated | ||
description: Get Component | ||
parameters: | ||
- name: fundingRequestId | ||
schema: string | ||
required: true | ||
description: id of the funding request of whose components to get | ||
example: 5e71197d-e7d6-41fd-b9f7-f02921c5b392 | ||
- name: fundingRequestComponentId | ||
schema: string | ||
required: true | ||
description: id of the funding request component to be settled | ||
example: a22cc363-639b-4243-b4b6-3a8d5c46316c | ||
responses: | ||
- statusCode: '200' | ||
description: '' | ||
- url: /funding-requests/{fundingRequestId}/components | ||
method: getComponentsByRequestId | ||
httpMethod: get | ||
tag: FundingRequestsDeprecated | ||
typeScriptTag: fundingRequestsDeprecated | ||
description: List Components | ||
parameters: | ||
- name: fundingRequestId | ||
schema: string | ||
required: true | ||
description: id of the funding request of whose components to get | ||
example: 5e71197d-e7d6-41fd-b9f7-f02921c5b392 | ||
responses: | ||
- statusCode: '200' | ||
description: '' | ||
- url: >- | ||
/funding-requests/{fundingRequestId}/components/{fundingRequestComponentId}/settle | ||
method: settleComponent | ||
httpMethod: put | ||
tag: FundingRequestsDeprecated | ||
typeScriptTag: fundingRequestsDeprecated | ||
description: Settle Component | ||
parameters: | ||
- name: fundingRequestId | ||
schema: string | ||
required: true | ||
description: id of the funding request whose component will be settled | ||
example: 5e71197d-e7d6-41fd-b9f7-f02921c5b392 | ||
- name: fundingRequestComponentId | ||
schema: string | ||
required: true | ||
description: id of the funding request component to be settled | ||
example: a22cc363-639b-4243-b4b6-3a8d5c46316c | ||
- name: amount | ||
schema: number | ||
description: '' | ||
example: 1234567.89 | ||
- name: settlementDate | ||
schema: string | ||
description: '' | ||
responses: | ||
- statusCode: '204' | ||
description: No content | ||
- statusCode: '409' | ||
description: Settle has already been performed previously | ||
numberOfSchemas: 19 | ||
apiDescription: Finley API documentation |
Oops, something went wrong.