| NODE | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
| product_type | The product type for plan can be either Goods or Service | String | Optional | “goods" |
| hsn_or_sac | HSN code or SAC for Goods or Service | String | Optional | "00440452" |
| item_tax_preferences* | Tax preferenece for plan | list | Optional | refer below |
| NODE | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
| product_type | The product type for addon can be either Goods or Service | String | Optional | “goods" |
| hsn_or_sac | HSN code or SAC for Goods or Service | String | Optional | "00440452" |
| item_tax_preferences* | Tax preferenece for addon | list | Optional | refer below |
|
"item_tax_preferences": [{
"tax_specification": "intra",
"tax_name": "Standard Rate(12)",
"tax_percentage": 6.000000,
"tax_id": "3000000002404"
}, {
"tax_specification": "inter",
"tax_name": "IGST",
"tax_percentage": 18.000000,
"tax_id": "3000000002408"
}]
|
| NODE | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
| product_type | Product type can be either Goods or Service | String | NA | “goods" |
| hsn_or_sac | HSN code or SAC for Goods or Service | String | NA | "74191010" |
| NODE | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
| gst_treatment |
GST Treatment for the customer.
Possible values:
business_gst - For a GST Registered business owner,
business_none
- For a GST unregistered business owner
,
consumer - For a individual consumer
, overseas - deliver your goods or services for customers outside India |
String | optional | "business_gst" |
| gst_no | GSTIN for the customer. | String | optional | "33AIRCA1234A1Z5" |
| place_of_contact | Customer's place of contact. (State code according to Indian Census 2011) | String | optional | "TN" |
| NODE | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
| place_of_supply | Place of Supply for the customer' subscription (State code according to Indian Census 2011) |
String | Optional | “TN" |
| NODE | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
| tax_id | Tax ID to which you would like to associate with this plan/addon. | String | Required | "903000000065300" |
| tax_name | Name of the tax to which subscription is associated. | String | Optional | “IGST" |
| tax_percentage | Percentage of tax applied to the plan/addon | number | Optional | 12 |
| tax_specification | Tax specification for the addon. It can be either intra or inter. | String | Required | “inter" |