PUT api/PriceDate/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
PriceDateName | 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. |
|
CountryId | globally unique identifier |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Request Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2022-05-26T22:48:48.7717618+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T22:48:48.7717618+02:00", "LastWriteUser": "sample string 6", "Id": "178bdd0e-58cf-41c7-b9aa-42c09bfbeac1", "Since": "2022-05-26T22:48:48.7717618+02:00", "CountryId": "28920f0d-feec-482a-8020-80e47f9eb43f" }
application/xml, text/xml
Sample:
<PriceDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_countryId>28920f0d-feec-482a-8020-80e47f9eb43f</_countryId> <_creationDate>2022-05-26T22:48:48.7717618+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_id>178bdd0e-58cf-41c7-b9aa-42c09bfbeac1</_id> <_lastWriteDate>2022-05-26T22:48:48.7717618+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rowVersion>QEA=</_rowVersion> <_since>2022-05-26T22:48:48.7717618+02:00</_since> </PriceDate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PriceDateName | 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. |
|
CountryId | globally unique identifier |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Response Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2022-05-26T22:48:48.7717618+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T22:48:48.7717618+02:00", "LastWriteUser": "sample string 6", "Id": "ba489f9f-9cfd-4fab-baf1-253e3e41a800", "Since": "2022-05-26T22:48:48.7717618+02:00", "CountryId": "71d3549a-03f3-4fb6-8b41-aa688f96823d" }
application/xml, text/xml
Sample:
<PriceDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_countryId>71d3549a-03f3-4fb6-8b41-aa688f96823d</_countryId> <_creationDate>2022-05-26T22:48:48.7717618+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_id>ba489f9f-9cfd-4fab-baf1-253e3e41a800</_id> <_lastWriteDate>2022-05-26T22:48:48.7717618+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rowVersion>QEA=</_rowVersion> <_since>2022-05-26T22:48:48.7717618+02:00</_since> </PriceDate>