POS365.VN APIs

<back to all web services

GetTaxDeclarationRedution

Requires Authentication
The following routes are available for this service:
GET/api/v2/tax-declarations/reduction
GetTaxDeclarationBase<T> Parameters:
NameParameterData TypeRequiredDescription
PeriodTypeformPeriodTypeNo
PeriodValueformintNo
PeriodYearformintNo
PeriodType Enum:
NameValue
Monthly1enum_Monthly
Quarterly2enum_Quarterly
Yearly3enum_Yearly
GetTaxDeclarationRedutionResponse Parameters:
NameParameterData TypeRequiredDescription
DataformList<TaxDeclarationReductionDto>No
TaxDeclarationReductionDto Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
ProductIdformlongNo
ProductCodeformstringNo
ProductNameformstringNo
TaxableRevenueformstringNo
StandardTaxRateformdoubleNo
ReducedTaxRateformdoubleNo
TaxReductionAmountformstringNo
BusinessLineGroupformBusinessLineGroupTypeNo
GetTaxDeclarationRedutionResponse Parameters:
NameParameterData TypeRequiredDescription
DataformList<TaxDeclarationReductionDto>No

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /api/v2/tax-declarations/reduction HTTP/1.1 
Host: api.pos365.vn 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Data":[{"Id":0,"ProductId":0,"ProductCode":"String","ProductName":"String","TaxableRevenue":"String","StandardTaxRate":0,"ReducedTaxRate":0,"TaxReductionAmount":"String","BusinessLineGroup":0}]}