POST MarketPrice/GetAllReportingMarketPriceAdjustments
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ReportingMarketPriceAdjustment| Name | Description | Type | Additional information |
|---|---|---|---|
| CropId | integer |
None. |
|
| MarketGroupCode | string |
None. |
|
| PriceAdjustment | decimal number |
None. |
|
| MarketGroupDescription | string |
None. |
|
| PremiumAdjustment | decimal number |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"CropId": 1,
"MarketGroupCode": "sample string 2",
"PriceAdjustment": 3.0,
"MarketGroupDescription": "sample string 4",
"PremiumAdjustment": 5.0,
"ChangeTracker": {
"$id": "2",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfReportingMarketPriceAdjustment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<ReportingMarketPriceAdjustment z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<CropId>1</CropId>
<MarketGroupCode>sample string 2</MarketGroupCode>
<MarketGroupDescription>sample string 4</MarketGroupDescription>
<PremiumAdjustment>5</PremiumAdjustment>
<PriceAdjustment>3</PriceAdjustment>
</ReportingMarketPriceAdjustment>
<ReportingMarketPriceAdjustment z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfReportingMarketPriceAdjustment>