GET api/ScanningWeighing/Query?material={material}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| material | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ScanningWeighingRecordMainViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Material | string |
None. |
|
| SizeDimensions | string |
None. |
|
| PCCarton | decimal number |
None. |
|
| PalletsWeight | decimal number |
None. |
|
| PerTorrNumOfBoxes | integer |
None. |
|
| PerTorrNumOfVolumes | integer |
None. |
|
| GrossWeight | decimal number |
None. |
|
| NetWeight | decimal number |
None. |
|
| WeightUnit | string |
None. |
|
| TheoreticalWeight | decimal number |
None. |
|
| WeighingTimes | integer |
None. |
|
| Status | integer |
None. |
|
| CreateUserId | integer |
None. |
|
| CreateTime | string |
None. |
|
| ModifyUserId | integer |
None. |
|
| ModifyTime | string |
None. |
|
| Details | Collection of ScanningWeighingRecordDetailViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Material": "sample string 2",
"SizeDimensions": "sample string 3",
"PCCarton": 4.0,
"PalletsWeight": 5.0,
"PerTorrNumOfBoxes": 6,
"PerTorrNumOfVolumes": 7,
"GrossWeight": 8.0,
"NetWeight": 9.0,
"WeightUnit": "sample string 10",
"TheoreticalWeight": 11.0,
"WeighingTimes": 12,
"Status": 13,
"CreateUserId": 14,
"CreateTime": "sample string 15",
"ModifyUserId": 1,
"ModifyTime": "sample string 16",
"Details": [
{
"Id": 1,
"MainId": 2,
"BatchNo": "sample string 3",
"TheoreticalWeight": 4.0,
"GrossWeight": 5.0,
"SingleBoxWeight": 6.0,
"WeightUnit": "sample string 7",
"CreateUserId": 8,
"CreateTime": "sample string 9",
"ModifyUserId": 1,
"ModifyTime": "sample string 10",
"Material": "sample string 11",
"AttachmentId": 12
},
{
"Id": 1,
"MainId": 2,
"BatchNo": "sample string 3",
"TheoreticalWeight": 4.0,
"GrossWeight": 5.0,
"SingleBoxWeight": 6.0,
"WeightUnit": "sample string 7",
"CreateUserId": 8,
"CreateTime": "sample string 9",
"ModifyUserId": 1,
"ModifyTime": "sample string 10",
"Material": "sample string 11",
"AttachmentId": 12
}
]
}