PUT api/PriceListValue/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
PriceListValueName | 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. |
|
PriceListId | globally unique identifier |
None. |
|
StaffFrom | integer |
None. |
|
StaffTo | integer |
None. |
|
Type | integer |
None. |
|
Quantity | integer |
None. |
|
MonthAmount | decimal number |
None. |
|
QuarterAmount | decimal number |
None. |
|
YearAmount | decimal number |
None. |
|
QuantityAmount | decimal number |
None. |
|
HalfYearAmount | decimal number |
None. |
|
Amount | decimal number |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Request Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2022-05-26T21:44:46.0559625+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T21:44:46.0767953+02:00", "LastWriteUser": "sample string 6", "Id": "52c564ae-af37-4221-a8ef-76fd46280f84", "PriceListId": "6407e395-1808-4cae-9a84-128d012f72ed", "StaffFrom": 9, "StaffTo": 10, "Type": 11, "Quantity": 12, "MonthAmount": 13.0, "QuarterAmount": 14.0, "YearAmount": 15.0, "QuantityAmount": 16.0, "HalfYearAmount": 17.0, "Amount": 18.0 }
application/xml, text/xml
Sample:
<PriceListValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_amount>18</_amount> <_creationDate>2022-05-26T21:44:46.0559625+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_halfYearAmount>17</_halfYearAmount> <_id>52c564ae-af37-4221-a8ef-76fd46280f84</_id> <_lastWriteDate>2022-05-26T21:44:46.0767953+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_monthAmount>13</_monthAmount> <_priceListId>6407e395-1808-4cae-9a84-128d012f72ed</_priceListId> <_quantity>12</_quantity> <_quantityAmount>16</_quantityAmount> <_quarterAmount>14</_quarterAmount> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rowVersion>QEA=</_rowVersion> <_staffFrom>9</_staffFrom> <_staffTo>10</_staffTo> <_type>11</_type> <_yearAmount>15</_yearAmount> </PriceListValue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PriceListValueName | 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. |
|
PriceListId | globally unique identifier |
None. |
|
StaffFrom | integer |
None. |
|
StaffTo | integer |
None. |
|
Type | integer |
None. |
|
Quantity | integer |
None. |
|
MonthAmount | decimal number |
None. |
|
QuarterAmount | decimal number |
None. |
|
YearAmount | decimal number |
None. |
|
QuantityAmount | decimal number |
None. |
|
HalfYearAmount | decimal number |
None. |
|
Amount | decimal number |
None. |
|
EntityState | CodeFluentEntityState |
None. |
Response Formats
application/json, text/json
Sample:
{ "RowVersion": "QEA=", "CreationDate": "2022-05-26T21:44:46.1341117+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T21:44:46.1341117+02:00", "LastWriteUser": "sample string 6", "Id": "35b9c6e3-7e02-476e-9147-7b7abef7c330", "PriceListId": "6034f0b2-a060-4d23-894c-2cef2e1e813b", "StaffFrom": 9, "StaffTo": 10, "Type": 11, "Quantity": 12, "MonthAmount": 13.0, "QuarterAmount": 14.0, "YearAmount": 15.0, "QuantityAmount": 16.0, "HalfYearAmount": 17.0, "Amount": 18.0 }
application/xml, text/xml
Sample:
<PriceListValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Erpeo.Store.Entities"> <_amount>18</_amount> <_creationDate>2022-05-26T21:44:46.1341117+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_halfYearAmount>17</_halfYearAmount> <_id>35b9c6e3-7e02-476e-9147-7b7abef7c330</_id> <_lastWriteDate>2022-05-26T21:44:46.1341117+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_monthAmount>13</_monthAmount> <_priceListId>6034f0b2-a060-4d23-894c-2cef2e1e813b</_priceListId> <_quantity>12</_quantity> <_quantityAmount>16</_quantityAmount> <_quarterAmount>14</_quarterAmount> <_raisePropertyChangedEvents>true</_raisePropertyChangedEvents> <_rowVersion>QEA=</_rowVersion> <_staffFrom>9</_staffFrom> <_staffTo>10</_staffTo> <_type>11</_type> <_yearAmount>15</_yearAmount> </PriceListValue>