Request Information
Returns the VAT reverse charge code with the given id.
Example URL:
v2.0/VatReverseChargeCodes/{id}
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | 
                             VAT reverse charge code Id  | 
                        integer | 
                                     Required  | 
                    
| id | 
                             VAT reverse charge code Id  | 
                        integer | 
                                     Required  | 
                    
None.
Response Information
                    
VatReverseChargeCodeGetModelV2
    
        
            
                
                    | Name | Description | Type | Additional information | 
|---|---|---|---|
| Code | 
                             Code value  | 
                        string | 
                                 None.  | 
                    
| DateCreated | 
                             Date when the entity was created  | 
                        date | 
                                 None.  | 
                    
| DateLastChange | 
                             Date when the entity was last changed  | 
                        date | 
                                 None.  | 
                    
| DateValidityFrom | 
                             Date since the code is valid  | 
                        date | 
                                 None.  | 
                    
| DateValidityTo | 
                             Date until the code is valid  | 
                        date | 
                                 None.  | 
                    
| Id | 
                             Resource identifier  | 
                        integer | 
                                     Readonly  | 
                    
| Name | 
                             Description of the code  | 
                        string | 
                                 None.  | 
                    
                        Sample:
                
{
  "Code": "sample string 1",
  "DateCreated": "2025-11-04T07:31:10.5330158+00:00",
  "DateLastChange": "2025-11-04T07:31:10.5330158+00:00",
  "DateValidityFrom": "2025-11-04T07:31:10.5330158+00:00",
  "DateValidityTo": "2025-11-04T07:31:10.5330158+00:00",
  "Name": "sample string 6",
  "Id": 7
}
                    
                        Sample:
                
<VatReverseChargeCodeGetModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Doklad.Api.ApiModels.ReadOnlyEntites">
  <Id xmlns="http://schemas.datacontract.org/2004/07/Doklad.Api.ApiModels.BaseModels">7</Id>
  <Links xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Doklad.Api.ApiModels.BaseModels">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>sample string 2</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Links>
  <Code>sample string 1</Code>
  <DateCreated>2025-11-04T07:31:10.5330158+00:00</DateCreated>
  <DateLastChange>2025-11-04T07:31:10.5330158+00:00</DateLastChange>
  <DateValidityFrom>2025-11-04T07:31:10.5330158+00:00</DateValidityFrom>
  <DateValidityTo>2025-11-04T07:31:10.5330158+00:00</DateValidityTo>
  <Name>sample string 6</Name>
</VatReverseChargeCodeGetModel>