Dataset Viewer
Auto-converted to Parquet Duplicate
input
stringlengths
107
763
output
dict
GenerateServiceConfig: Create a service config to scan all the applied loan applications by users. It requires realm ID, user ID to be provided. The response will map fields like 'metadata', 'data'.
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/loans/application/scan", "verb": "GET" } }, "mappings": { "pathParamMapping"...
GenerateServiceConfig: Create a service config to generate pdf for the given template. It requires realm ID, user ID to be provided. The request body includes fields like with a 'templatePath' value, with a 'templateData' value, with a 'fileMetadata' value. The response will map fields like 'documentUrl', 'documentPath...
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/generate-pdf", "verb": "POST" } }, "mappings": { "pathParamMapping": { ...
GenerateServiceConfig: Create a service config to get rate of interest for the loan. It requires realm ID, user ID, loan ID to be provided. The response will map fields like 'annualPercentageRate', 'payableAmount'.
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/loans/{loanId}/roi", "verb": "GET" } }, "mappings": { "pathParamMapping": { ...
GenerateServiceConfig: Create a service config to create loan application for the user under a realm. It requires realm ID, user ID to be provided. The request body includes fields like with a 'loanParent ID' value, with a 'loanType' value, with a 'loanProduct ID' value, with a 'loanPurpose' value, with a 'proposedPrin...
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/loans", "verb": "POST" } }, "mappings": { "pathParamMapping": { "b...
GenerateServiceConfig: Create a service config to to store the details of appointments of a user. It requires realm ID, user ID to be provided. The request body includes fields like with a 'AppointmentDate' value, with a 'AppointmentTime' value. The response will map fields like 'metadata', 'data'.
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/appointment", "verb": "POST" } }, "mappings": { "pathParamMapping": { ...
GenerateServiceConfig: Create a service config to to unapprove loan before consenting the drawing power. It requires realm ID, user ID, loan ID to be provided. The response will map fields like 'metadata', 'data'.
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/loan/{loanId}/drawing-power/actions/unapprove", "verb": "PUT" } }, "mappings": { ...
GenerateServiceConfig: Create a service config to delete loan product additional info by loanproductid. It requires realm ID, user ID, loanProduct ID to be provided. The request body includes fields like with a 'refType' value. The response will map fields like 'data'.
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/loan-product/{loanProductId}/additionalInfos", "verb": "DELETE" } }, "mappings": { ...
GenerateServiceConfig: I want a config to create a new lender, providing the lender's name and type. The config should map the API's response to output fields.
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/lenders", "verb": "POST" } }, "mappings": { "pathParamMapping": { ...
GenerateServiceConfig: Create a service config to create loan additional info under a loanid. It requires realm ID, user ID to be provided. The request body includes fields like with a 'loan ID' value, with a 'refType' value, with a 'ref ID' value. The response will map fields like 'data'.
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/loans/additionalInfo", "verb": "POST" } }, "mappings": { "pathParamMapping":...
GenerateServiceConfig: Create a service config to get loan milestones by loanid. It requires realm ID, user ID, loan ID to be provided. The response will map fields like 'metadata', 'data'.
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/loans/{loanId}/milestones", "verb": "GET" } }, "mappings": { "pathParamMappi...
GenerateServiceConfig: Create a service config to create mandate for the given loan. It requires realm ID, user ID, lender ID to be provided. The request body includes fields like with a 'retrigger' value, with a 'loan ID' value, with a 'partner' value, with a 'auth_mode' value, with a 'mandateInfo' value. The response...
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/lender/{lenderId}/mandate", "verb": "POST" } }, "mappings": { "pathParamMapp...
GenerateServiceConfig: Create a service config to upload loan agreement pdf to s3 and update loan agreement status. It requires realm ID, user ID, loan ID, partner to be provided. The request body includes fields like with a 'document ID' value, with a 'loanAgreementStatus' value. The response will map fields like 'dat...
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/loan/{loanId}/loan-agreement/document/{partner}", "verb": "POST" } }, "mappings": { ...
GenerateServiceConfig: Create a service config to create loan product additional info under a loanid. It requires realm ID, user ID to be provided. The request body includes fields like with a 'loanProduct ID' value, with a 'refKey' value, with a 'refValue' value, with a 'description' value, with a 'locale' value. The ...
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/loan-products/additionalInfo", "verb": "POST" } }, "mappings": { "pathParamM...
GenerateServiceConfig: Create a service config to acknowledge the user with drawing power change. It requires realm ID, user ID, loan ID to be provided. The response will map fields like 'isVisible'.
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/loan/{loanId}/drawing-power/actions/acknowledge", "verb": "PUT" } }, "mappings": { ...
GenerateServiceConfig: Create a service config to create business rule result entry in lsp. It requires realm ID, user ID, loan ID to be provided. The response will map fields like 'metadata', 'data'.
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/loan/{loanId}/business-rule-result", "verb": "POST" } }, "mappings": { "path...
GenerateServiceConfig: Create a service config to get public url for the uploaded entity. It requires realm ID, user ID to be provided. The request body includes fields like with a 'documentPath' value. The response will map fields like 'documentUrl', 'documentPath'.
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/documents/publicUrl", "verb": "POST" } }, "mappings": { "pathParamMapping": ...
GenerateServiceConfig: Create a service config to bulk update loan transaction status. It requires realm ID, user ID to be provided. The request body includes fields like with a 'loanTransaction IDs' value, with a 'status' value. The response will map fields like 'metadata', 'data'.
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/loan-transaction/actions/update-status", "verb": "PUT" } }, "mappings": { "p...
GenerateServiceConfig: Create a service config to get risk assessment by loanid. It requires realm ID, user ID, loan ID to be provided. The response will map fields like 'riskType', 'riskFreeLimit', 'riskLimit', 'reconPendingTransactions'.
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/loans/{loanId}/risk-assessment", "verb": "GET" } }, "mappings": { "pathParam...
GenerateServiceConfig: Create a service config to get user loans under a realm. It requires realm ID, user ID to be provided. The response will map fields like 'metadata', 'data'.
{ "apiComponentList": [ { "apiConfigDefinition": { "apiConfigReference": { "serviceName": "Ninjacart LSP Microservice", "url": "/api/v1/realm/{realmId}/user/{userId}/loans", "verb": "GET" } }, "mappings": { "pathParamMapping": { "bu...
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
5