GET api/SLICING_INFO?classId={classId}
Get SLICING_INFO list according to passed filters, sortings and paganation info
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| classId |
Optional. Livestock class id |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
SLICING_INFO_GET_RESPONSE| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | Status |
None. |
|
| Page | Page |
None. |
|
| DATA | Collection of SLICING_INFO |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": {
"Success": true,
"MessageEn": "sample string 2",
"MessageAr": "sample string 3",
"DetailedMessage": "sample string 4",
"Code": 0,
"CartErrors": [
{
"ResultStatusCode": 0,
"CartId": 1,
"CorrectValue": {},
"MessageEn": "sample string 2",
"MessageAr": "sample string 3",
"CartCorrectAction": 0
},
{
"ResultStatusCode": 0,
"CartId": 1,
"CorrectValue": {},
"MessageEn": "sample string 2",
"MessageAr": "sample string 3",
"CartCorrectAction": 0
}
]
},
"Page": {
"TotalRecords": 1,
"PagesCount": 2,
"PageNo": 3,
"PageSize": 4
},
"DATA": [
{
"FK_CLASS": 1,
"SLICING_PRICE_ID": 2,
"SLICING_ID": 3,
"SLICING_NAME_AR": "sample string 4",
"SLICING_NAME_EN": "sample string 5",
"SLICING_PRICE": 6.0
},
{
"FK_CLASS": 1,
"SLICING_PRICE_ID": 2,
"SLICING_ID": 3,
"SLICING_NAME_AR": "sample string 4",
"SLICING_NAME_EN": "sample string 5",
"SLICING_PRICE": 6.0
}
]
}
