GET api/PriceListValue/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
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-26T23:29:10.9588944+02:00", "CreationUser": "sample string 4", "LastWriteDate": "2022-05-26T23:29:10.9588944+02:00", "LastWriteUser": "sample string 6", "Id": "54a69a4e-5d89-4b0d-8180-61b4205f4cec", "PriceListId": "2d55da19-04c5-4ea0-9fc3-a776de6bf675", "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-26T23:29:10.9588944+02:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_halfYearAmount>17</_halfYearAmount> <_id>54a69a4e-5d89-4b0d-8180-61b4205f4cec</_id> <_lastWriteDate>2022-05-26T23:29:10.9588944+02:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_monthAmount>13</_monthAmount> <_priceListId>2d55da19-04c5-4ea0-9fc3-a776de6bf675</_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>