POST api/DasValue
Request Information
URI Parameters
None.
Body Parameters
DasValueName | 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. |
|
Since | date |
None. |
|
Until | date |
None. |
|
Rate | decimal number |
None. |
|
DasId | globally unique identifier |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Request Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2021-01-16T03:51:00.7008851+01:00", "CreationUser": "sample string 4", "LastWriteDate": "2021-01-16T03:51:00.7008851+01:00", "LastWriteUser": "sample string 6", "Id": "455c7f0d-c3d8-4898-9216-251be27bf60d", "Since": "2021-01-16T03:51:00.7008851+01:00", "Until": "2021-01-16T03:51:00.7008851+01:00", "Rate": 10.0, "DasId": "abd752e4-d935-4fda-b89d-448d530c7634" }
application/xml, text/xml
Sample:
<DasValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_creationDate>2021-01-16T03:51:00.7008851+01:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_dasId>abd752e4-d935-4fda-b89d-448d530c7634</_dasId> <_entityState>Created</_entityState> <_id>455c7f0d-c3d8-4898-9216-251be27bf60d</_id> <_lastWriteDate>2021-01-16T03:51:00.7008851+01:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rate>10</_rate> <_rowVersion>QEA=</_rowVersion> <_since>2021-01-16T03:51:00.7008851+01:00</_since> <_until>2021-01-16T03:51:00.7008851+01:00</_until> </DasValue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DasValueName | 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. |
|
Since | date |
None. |
|
Until | date |
None. |
|
Rate | decimal number |
None. |
|
DasId | globally unique identifier |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Response Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2021-01-16T03:51:00.7321252+01:00", "CreationUser": "sample string 4", "LastWriteDate": "2021-01-16T03:51:00.7321252+01:00", "LastWriteUser": "sample string 6", "Id": "e35dbcc5-2e8b-4016-8014-8dff697ad848", "Since": "2021-01-16T03:51:00.7321252+01:00", "Until": "2021-01-16T03:51:00.7321252+01:00", "Rate": 10.0, "DasId": "18d6f0a1-25eb-4350-ba4d-8c2a2f8bfc0e" }
application/xml, text/xml
Sample:
<DasValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_creationDate>2021-01-16T03:51:00.7321252+01:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_dasId>18d6f0a1-25eb-4350-ba4d-8c2a2f8bfc0e</_dasId> <_entityState>Created</_entityState> <_id>e35dbcc5-2e8b-4016-8014-8dff697ad848</_id> <_lastWriteDate>2021-01-16T03:51:00.7321252+01:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rate>10</_rate> <_rowVersion>QEA=</_rowVersion> <_since>2021-01-16T03:51:00.7321252+01:00</_since> <_until>2021-01-16T03:51:00.7321252+01:00</_until> </DasValue>