POST api/ScanningWeighing/SaveDetail
Request Information
URI Parameters
None.
Body Parameters
ScanningWeighingRecordDetailViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MainId | integer |
None. |
|
| BatchNo | string |
None. |
|
| TheoreticalWeight | decimal number |
None. |
|
| GrossWeight | decimal number |
None. |
|
| SingleBoxWeight | decimal number |
None. |
|
| WeightUnit | string |
None. |
|
| CreateUserId | integer |
None. |
|
| CreateTime | string |
None. |
|
| ModifyUserId | integer |
None. |
|
| ModifyTime | string |
None. |
|
| Material | string |
None. |
|
| AttachmentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"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
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.