GET api/{database}/VatCodeInfo/{vatCode}
Gets the specified VatCodeInfo.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| vatCode | The vatCode. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"description": "sample string 1",
"vatCodeId": 2,
"vatPercentage": 3.0,
"vatPercentagesByDate": null
}
application/xml, text/xml
Sample:
<VatCodeInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Financial.Info"> <Description>sample string 1</Description> <VatCodeId>2</VatCodeId> <VatPercentage>3</VatPercentage> <VatPercentagesByDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Financial.Lists" i:nil="true" /> </VatCodeInfo>