POST api/Acounting/ReadTaxSubTypeForSendInvoice?TaxSubTypeId={TaxSubTypeId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| TaxSubTypeId | No documentation available. | Define this parameter in the request URI. | 
Response Information
No documentation available.
Response body formats
application/json, text/json
            Sample:
        
{
  "TaxSubTypeCode": "sample string 1",
  "TaxTypeCode": "sample string 2"
}
        application/xml, text/xml
            Sample:
<Acc_VM_EInvoiceTaxSubType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model"> <TaxSubTypeCode>sample string 1</TaxSubTypeCode> <TaxTypeCode>sample string 2</TaxTypeCode> </Acc_VM_EInvoiceTaxSubType>