GET api/Vat/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
VatName | Description | Type | Additional information |
---|---|---|---|
EntityKey | string |
None. |
|
EntityDisplayName | string |
None. |
|
RowVersion | Collection of byte |
None. |
|
CreationDate | date |
None. |
|
CreationUser | string |
None. |
|
LastWriteDate | date |
None. |
|
LastWriteUser | string |
None. |
|
Id | globally unique identifier |
None. |
|
Title | string |
None. |
|
CountryId | globally unique identifier |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Response Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2022-05-26T23:14:59.1980546+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T23:14:59.1980546+02:00", "LastWriteUser": "sample string 6", "Id": "42ecdbb7-1899-438e-b8e4-884ed8dfd943", "Title": "sample string 8", "CountryId": "80368621-c14f-44ec-bc4e-df2c33ee98db" }
application/xml, text/xml
Sample:
<Vat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_countryId>80368621-c14f-44ec-bc4e-df2c33ee98db</_countryId> <_creationDate>2022-05-26T23:14:59.1980546+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_id>42ecdbb7-1899-438e-b8e4-884ed8dfd943</_id> <_lastWriteDate>2022-05-26T23:14:59.1980546+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rowVersion>QEA=</_rowVersion> <_title>sample string 8</_title> </Vat>