POST api/PriceListValue
Request Information
URI Parameters
None.
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": "2021-01-16T03:18:17.9749471+01:00", "CreationUser": "sample string 4", "LastWriteDate": "2021-01-16T03:18:17.9749471+01:00", "LastWriteUser": "sample string 6", "Id": "50e5f0a9-717c-4c40-bd5e-a0116cb78368", "PriceListId": "a346b392-40c2-448d-9699-6f66b89516ac", "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>2021-01-16T03:18:17.9749471+01:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_halfYearAmount>17</_halfYearAmount> <_id>50e5f0a9-717c-4c40-bd5e-a0116cb78368</_id> <_lastWriteDate>2021-01-16T03:18:17.9749471+01:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_monthAmount>13</_monthAmount> <_priceListId>a346b392-40c2-448d-9699-6f66b89516ac</_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": "2021-01-16T03:18:17.9905619+01:00", "CreationUser": "sample string 4", "LastWriteDate": "2021-01-16T03:18:17.9905619+01:00", "LastWriteUser": "sample string 6", "Id": "bb283395-f1ce-406d-8613-16b83af7e054", "PriceListId": "a18f05da-9f4a-40eb-a6b0-8737b1ffaa5f", "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>2021-01-16T03:18:17.9905619+01:00</_creationDate> <_creationUser>sample string 4</_creationUser> <_entityState>Created</_entityState> <_halfYearAmount>17</_halfYearAmount> <_id>bb283395-f1ce-406d-8613-16b83af7e054</_id> <_lastWriteDate>2021-01-16T03:18:17.9905619+01:00</_lastWriteDate> <_lastWriteUser>sample string 6</_lastWriteUser> <_monthAmount>13</_monthAmount> <_priceListId>a18f05da-9f4a-40eb-a6b0-8737b1ffaa5f</_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>