PUT api/DasValue/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
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": "2022-05-26T23:49:49.7419191+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T23:49:49.7419191+02:00", "LastWriteUser": "sample string 6", "Id": "33452249-5f96-4965-9c8b-5f33c6ea3513", "Since": "2022-05-26T23:49:49.7419191+02:00", "Until": "2022-05-26T23:49:49.7419191+02:00", "Rate": 10.0, "DasId": "89cd346c-274a-440a-9aeb-fcd3313a1556" }
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>2022-05-26T23:49:49.7419191+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_dasId>89cd346c-274a-440a-9aeb-fcd3313a1556</_dasId> <_entityState>Created</_entityState> <_id>33452249-5f96-4965-9c8b-5f33c6ea3513</_id> <_lastWriteDate>2022-05-26T23:49:49.7419191+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rate>10</_rate> <_rowVersion>QEA=</_rowVersion> <_since>2022-05-26T23:49:49.7419191+02:00</_since> <_until>2022-05-26T23:49:49.7419191+02: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": "2022-05-26T23:49:49.7419191+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T23:49:49.7419191+02:00", "LastWriteUser": "sample string 6", "Id": "57976e06-02b9-4c12-b8a3-01c61fa684cd", "Since": "2022-05-26T23:49:49.7419191+02:00", "Until": "2022-05-26T23:49:49.7419191+02:00", "Rate": 10.0, "DasId": "4dfbaeed-e774-473b-9168-6217679ea624" }
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>2022-05-26T23:49:49.7419191+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_dasId>4dfbaeed-e774-473b-9168-6217679ea624</_dasId> <_entityState>Created</_entityState> <_id>57976e06-02b9-4c12-b8a3-01c61fa684cd</_id> <_lastWriteDate>2022-05-26T23:49:49.7419191+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rate>10</_rate> <_rowVersion>QEA=</_rowVersion> <_since>2022-05-26T23:49:49.7419191+02:00</_since> <_until>2022-05-26T23:49:49.7419191+02:00</_until> </DasValue>