Skip to content
NEWCollect for MSMEs: UPI Autopay, eNACH & remindersExplore app ↗

Update Fee

Update fee of for student uniquely identified by :jodo_student_id.

Terminal window
PATCH /api/v1/integrations/erp/students/:jodo_student_id/fee
Terminal window
curl --location --request PATCH 'https://JODO_API_KEY:JODO_API_SECRET@JODO_API_HOST/api/v1/integrations/erp/students/365127/fee' \
--header 'Content-Type: application/json' \
--data '{"fee_components":[{"component_type":"8926","fee_amount":"2250"},{"component_type":"8925","fee_amount":"4500"},{"component_type":"6538","fee_amount":"30000"},{"component_type":"8439","fee_amount":"4500"},{"component_type":"6534","fee_amount":"30000"},{"component_type":"8438","fee_amount":"2250"},{"component_type":"8611","fee_amount":"2250"},{"component_type":"8612","fee_amount":"4500"},{"component_type":"8882","fee_amount":"4500"},{"component_type":"8911","fee_amount":"2250"}]}'
{
"fee_components": [
{ "component_type": "8926", "fee_amount": "2250" },
{ "component_type": "8925", "fee_amount": "4500" },
{ "component_type": "6538", "fee_amount": "30000" }
]
}
AttributeTypeRequiredDescription
fee_components[].component_typestringYesType of the Fee component as shared between Jodo and ERP
fee_components[].fee_amountintegerYesFee Amount
fee_components[].discounts[].discount_typestringYesOne of the type of Discounts as shared between Jodo and ERP
fee_components[].discounts[].valueintegerYesDiscount amount in INR
  • HTTP Code: 200
{
"status": "success"
}
AttributeTypeDescription
statusstringsuccess or error