GET api/SellHistories/LocaleList?languageCode={languageCode}&pageNumber={pageNumber}&recordNumber={recordNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| languageCode | string |
Default value is en |
|
| pageNumber | integer |
Default value is 0 |
|
| recordNumber | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of ViewSellHistoryLocale| Name | Description | Type | Additional information |
|---|---|---|---|
| LanguageId | integer |
None. |
|
| LanguageCode | string |
None. |
|
| Id | integer |
None. |
|
| ProductId | integer |
None. |
|
| SellAt | date |
None. |
|
| Quantity | decimal number |
None. |
|
| TotalPrice | decimal number |
None. |
|
| UnitPrice | decimal number |
None. |
|
| FarmId | integer |
None. |
|
| OwnerId | integer |
None. |
|
| BuyerId | integer |
None. |
|
| Comment | string |
None. |
|
| ProductTypeId | integer |
None. |
|
| MeasurementUnitSystemName | string |
None. |
|
| ProductTitle | string |
None. |
|
| ProductTypeTitle | string |
None. |
|
| MeasurementUnitTitle | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LanguageId": 1,
"LanguageCode": "sample string 2",
"Id": 3,
"ProductId": 4,
"SellAt": "2025-12-06T10:22:19.4357712+06:00",
"Quantity": 6.0,
"TotalPrice": 7.0,
"UnitPrice": 8.0,
"FarmId": 9,
"OwnerId": 10,
"BuyerId": 11,
"Comment": "sample string 12",
"ProductTypeId": 1,
"MeasurementUnitSystemName": "sample string 13",
"ProductTitle": "sample string 14",
"ProductTypeTitle": "sample string 15",
"MeasurementUnitTitle": "sample string 16"
},
{
"LanguageId": 1,
"LanguageCode": "sample string 2",
"Id": 3,
"ProductId": 4,
"SellAt": "2025-12-06T10:22:19.4357712+06:00",
"Quantity": 6.0,
"TotalPrice": 7.0,
"UnitPrice": 8.0,
"FarmId": 9,
"OwnerId": 10,
"BuyerId": 11,
"Comment": "sample string 12",
"ProductTypeId": 1,
"MeasurementUnitSystemName": "sample string 13",
"ProductTitle": "sample string 14",
"ProductTypeTitle": "sample string 15",
"MeasurementUnitTitle": "sample string 16"
}
]
application/xml, text/xml
Sample:
<ArrayOfViewSellHistoryLocale xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoultryManagementAPI.Models">
<ViewSellHistoryLocale>
<BuyerId>11</BuyerId>
<Comment>sample string 12</Comment>
<FarmId>9</FarmId>
<Id>3</Id>
<LanguageCode>sample string 2</LanguageCode>
<LanguageId>1</LanguageId>
<MeasurementUnitSystemName>sample string 13</MeasurementUnitSystemName>
<MeasurementUnitTitle>sample string 16</MeasurementUnitTitle>
<OwnerId>10</OwnerId>
<ProductId>4</ProductId>
<ProductTitle>sample string 14</ProductTitle>
<ProductTypeId>1</ProductTypeId>
<ProductTypeTitle>sample string 15</ProductTypeTitle>
<Quantity>6</Quantity>
<SellAt>2025-12-06T10:22:19.4357712+06:00</SellAt>
<TotalPrice>7</TotalPrice>
<UnitPrice>8</UnitPrice>
</ViewSellHistoryLocale>
<ViewSellHistoryLocale>
<BuyerId>11</BuyerId>
<Comment>sample string 12</Comment>
<FarmId>9</FarmId>
<Id>3</Id>
<LanguageCode>sample string 2</LanguageCode>
<LanguageId>1</LanguageId>
<MeasurementUnitSystemName>sample string 13</MeasurementUnitSystemName>
<MeasurementUnitTitle>sample string 16</MeasurementUnitTitle>
<OwnerId>10</OwnerId>
<ProductId>4</ProductId>
<ProductTitle>sample string 14</ProductTitle>
<ProductTypeId>1</ProductTypeId>
<ProductTypeTitle>sample string 15</ProductTypeTitle>
<Quantity>6</Quantity>
<SellAt>2025-12-06T10:22:19.4357712+06:00</SellAt>
<TotalPrice>7</TotalPrice>
<UnitPrice>8</UnitPrice>
</ViewSellHistoryLocale>
</ArrayOfViewSellHistoryLocale>