wms_serve_m_jinwangbancai/WmsMobileServe/obj/Debug/net8.0/ApiEndpoints.json

100 lines
2.5 KiB
JSON
Raw Normal View History

[
{
"ContainingType": "WmsMobileServe.ApiServe.Mobile.Controllers.StockInController",
"Method": "BindingVehicleIn",
"RelativePath": "api/mobile/stockIn/bindingVehicleIn",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "request",
"Type": "WmsMobileServe.ApiServe.Mobile.Dto.BindingVehicleInReq",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "WmsMobileServe.ApiServe.Mobile.Vo.MobileApiResponse",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "WmsMobileServe.ApiServe.Mobile.Controllers.StockInController",
"Method": "EmptyVehicleIn",
"RelativePath": "api/mobile/stockIn/emptyVehicleIn",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "request",
"Type": "WmsMobileServe.ApiClient.Mes.Dto.EmptyVehicleInReq",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "WmsMobileServe.ApiServe.Mobile.Vo.MobileApiResponse",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "WmsMobileServe.ApiServe.Mobile.Controllers.StockInController",
"Method": "GetGoodsDetail",
"RelativePath": "api/mobile/stockIn/getGoodsDetail",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "boxNo",
"Type": "System.String",
"IsRequired": false
}
],
"ReturnTypes": [
{
"Type": "WmsMobileServe.ApiServe.Mobile.Vo.MobileApiResponse\u00601[[WmsMobileServe.ApiServe.Mobile.Dto.GetGoodsDetailResp, WmsMobileServe, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "WmsMobileServe.ApiServe.Mobile.Controllers.StockInController",
"Method": "ApiTest",
"RelativePath": "api/mobile/stockIn/test",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [],
"ReturnTypes": [
{
"Type": "System.String",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
}
]