{ "opencollection": "1.0.0", "info": { "name": "leofees_backend api fee_collections API", "version": "version" }, "items": [ { "info": { "name": "fee_collections", "type": "folder" }, "items": [ { "info": { "name": "Get Student Collections", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/fee_collections/", "params": [ { "name": "student_ids", "value": "", "type": "query" }, { "name": "phone_number", "value": "", "type": "query" }, { "name": "institute_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "API to get list of fee collections for given students" }, { "info": { "name": "Create Fee Collection", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/fee_collections/", "body": { "type": "multipart-form", "data": [] }, "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "API to create single fee collection entry. Adjusts the dues and creates mapping as well." }, { "info": { "name": "Delete Fee Collection", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/fee_collections/", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "API to delete single fee collection entry" }, { "info": { "name": "Get Payment Options", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/fee_collections/payment_options", "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "API to get list of payment options for given transaction type" }, { "info": { "name": "Download Student Collections", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/fee_collections/download_collections", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "Download Student Collections" }, { "info": { "name": "Create Bulk Collections", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/fee_collections/add_bulk_collections", "body": { "type": "multipart-form", "data": [] }, "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "Create Bulk Collections" }, { "info": { "name": "Create Bulk Collections Of Erp", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/fee_collections/add_bulk_collections_erp", "body": { "type": "multipart-form", "data": [] }, "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "Create Bulk Collections Of Erp" }, { "info": { "name": "Update Fee Collection Reciept", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/fee_collections/upload_reciept", "body": { "type": "multipart-form", "data": [] }, "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "API to upload reciept for a single fee collection" }, { "info": { "name": "Download Online Fee Receipt", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/fee_collections/download/", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "transaction_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "secret-key", "value": "{{secret-key}}", "placement": "header" } }, "docs": "API to download online fee receipt" } ] } ], "bundled": true }