GSTRate[(GSTCode=String,Date=Date)]: Number
GST Rate Web Services function returns the current GST amount for a given GST Code and Date. If Code is empty, the rate for the default GST code is returned. If Date is not specified then the current Accounting System Date date is used.
GSTRate function syntax has these named arguments:
Parameter |
Description |
GST Code |
Optional. The GST Code to return the rate for. |
Date |
Optional. The effective date to return the rate for. Date must be in the format YYYY-MM-DD. |
See Web Service Functions for sample code to access Web Services. Sample web service end point syntax is:
Response = MakeCall("GSTRate(GSTCode=1,Date=2025-01-01)")
See also the MaxBasic GSTRate Function and the SQL GSTRate function.