POST api/Das
Request Information
URI Parameters
None.
Body Parameters
DasName | 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. |
|
CountryId | globally unique identifier |
None. |
|
Title | string |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Request Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2022-05-26T20:20:32.2624386+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T20:20:32.2624386+02:00", "LastWriteUser": "sample string 6", "Id": "654506eb-3fbf-420b-bc48-6724013337c4", "CountryId": "85fa49e7-afc1-4552-9f21-35847a73ce6c", "Title": "sample string 9" }
application/xml, text/xml
Sample:
<Das xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_countryId>85fa49e7-afc1-4552-9f21-35847a73ce6c</_countryId> <_creationDate>2022-05-26T20:20:32.2624386+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_id>654506eb-3fbf-420b-bc48-6724013337c4</_id> <_lastWriteDate>2022-05-26T20:20:32.2624386+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rowVersion>QEA=</_rowVersion> <_title>sample string 9</_title> </Das>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DasName | 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. |
|
CountryId | globally unique identifier |
None. |
|
Title | string |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Response Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2022-05-26T20:20:32.293666+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T20:20:32.293666+02:00", "LastWriteUser": "sample string 6", "Id": "b416b0d9-dca2-406f-ae8e-d97cc2c52137", "CountryId": "556a695f-fa67-46df-912d-85a780e33dd0", "Title": "sample string 9" }
application/xml, text/xml
Sample:
<Das xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_countryId>556a695f-fa67-46df-912d-85a780e33dd0</_countryId> <_creationDate>2022-05-26T20:20:32.293666+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_id>b416b0d9-dca2-406f-ae8e-d97cc2c52137</_id> <_lastWriteDate>2022-05-26T20:20:32.293666+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rowVersion>QEA=</_rowVersion> <_title>sample string 9</_title> </Das>