POST api/Vat
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2022-05-26T22:52:23.4569317+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T22:52:23.4569317+02:00", "LastWriteUser": "sample string 6", "Id": "b71cc1dc-62b8-467f-9039-51e071916bfb", "Title": "sample string 8", "CountryId": "a425fbbc-ab7d-4e89-9476-c6b543a9b2bc" }
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>a425fbbc-ab7d-4e89-9476-c6b543a9b2bc</_countryId> <_creationDate>2022-05-26T22:52:23.4569317+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_id>b71cc1dc-62b8-467f-9039-51e071916bfb</_id> <_lastWriteDate>2022-05-26T22:52:23.4569317+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rowVersion>QEA=</_rowVersion> <_title>sample string 8</_title> </Vat>
application/x-www-form-urlencoded
Sample:
Sample not available.
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-26T22:52:23.4725556+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T22:52:23.4725556+02:00", "LastWriteUser": "sample string 6", "Id": "9b3d6319-87b7-4552-8ef4-9495aabc11a3", "Title": "sample string 8", "CountryId": "d4dbf18b-6acc-4db4-ba4c-a67e1ff59b58" }
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>d4dbf18b-6acc-4db4-ba4c-a67e1ff59b58</_countryId> <_creationDate>2022-05-26T22:52:23.4725556+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_id>9b3d6319-87b7-4552-8ef4-9495aabc11a3</_id> <_lastWriteDate>2022-05-26T22:52:23.4725556+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rowVersion>QEA=</_rowVersion> <_title>sample string 8</_title> </Vat>