This app requires JavaScript! api Web Service Documentation

POSitive Anywhere

Web Service Documentation
Service: api
Method: transaction_product_taxrate
Retrieves the tax rate for a product, based on the customer tax group id and the product's category tax group id
You must be logged in to use this method.
Basic Authentication is supported.
Parameters
Group: request
customer_group_id
(long integer)
 
category_group_id
(long integer)
 
This parameter is Optional
Possible Return Data

List: ErrorQueue
ErrorNumber
(long integer)
 
ErrorPosition
(string[255])
 
ErrorRecordId
(string[255])
 
ErrorDescription
(string[255])
 
ErrorRecommendation
(string[255])
 
Group: result
status
(string[5000])
 
taxrate
(string[10])
 
JSON POST (JSON Response)
HTTP GET (JSON Response)
REST GET (JSON Response)