Http方法:POST
路由:api/Base_TruckInfo/GetSaleLoadBillByTruckId

根据车辆ID获取装车单明细(新)

请求参数

None.

返回响应信息

根据车辆ID获取装车单明细(新)

ResultInfoOfObject
参数名称参数描述类型附加信息
Result

boolean

None

State

string

None

Dynamic

Object

None

Msg

string

None

Data

Object

None

Response Formats

application/json, text/json

Sample:
{
  "Result": true,
  "State": "sample string 2",
  "Dynamic": {},
  "Msg": "sample string 4",
  "Data": {}
}