curl --location --request PUT '/recurringbills/' \
--header 'Content-Type: application/json' \
--data-raw '{
"recurring_bill_id": 982000000567240,
"vendor_id": " ",
"currency_id": "460000000000097",
"status": "active",
"recurrence_name": "Monthly Rental",
"start_date": "2019-01-01",
"end_date": "2019-01-02",
"source_of_supply": "TN",
"place_of_supply": "DU",
"destination_of_supply": "TN",
"gst_treatment": "business_gst",
"gst_no": "22AAAAA0000A1Z5",
"tax_treatment": "vat_registered",
"vat_treatment": "string",
"vat_reg_no": "string",
"is_abn_quoted": "string",
"abn": "string",
"is_reverse_charge_applied": true,
"pricebook_id": "string",
"pricebook_name": "string",
"is_inclusive_tax": false,
"location_id": "460000000038080",
"line_items": [
{
"line_item_id": "3640355000000319008",
"item_id": 460000000000108,
"name": "Hard Drive",
"account_id": "460000000000358",
"description": "The New York State Department of Taxation and Finance",
"rate": 1.23,
"hsn_or_sac": "string",
"reverse_charge_tax_id": 982000000567254,
"location_id": "460000000038080",
"quantity": 1,
"tax_id": "982000000566009",
"tds_tax_id": "string",
"tax_treatment_code": "uae_others",
"tax_exemption_id": "460000000076002",
"tax_exemption_code": "RESELLER",
"item_order": 1,
"product_type": "goods",
"acquisition_vat_id": "string",
"reverse_charge_vat_id": "string",
"unit": "100GB",
"tags": [
{
"tag_id": "460000000094001",
"tag_option_id": "460000000048001",
"tag_name": "Location",
"tag_option_name": "USA"
}
],
"is_billable": true,
"project_id": "460000000044019",
"customer_id": "460000000044001",
"item_custom_fields": [
{
"custom_field_id": 0,
"label": "string",
"value": "Normal",
"index": 1
}
],
"serial_numbers": [
"string"
]
}
],
"is_tds_applied": true,
"notes": " ",
"terms": "Terms and conditions apply.",
"payment_terms": 0,
"payment_terms_label": "Due on Receipt",
"custom_fields": [
{
"index": 1,
"value": "Normal"
}
],
"discount": "30%",
"discount_account_id": "460000000000403",
"is_discount_before_tax": true,
"repeat_every": "",
"recurrence_frequency": ""
}'