Files
RBMESAPICore/obj/Debug/net6.0/ApiEndpoints.json

292 lines
6.3 KiB
JSON
Raw Normal View History

2025-09-09 22:41:29 +08:00
[
{
"ContainingType": "RB_MES_API.Controllers.EnpowerApiController",
"Method": "UpdatePRDMO",
"RelativePath": "EnpowerApi/BackPRDMO",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "parm",
"Type": "RB_MES_API.Models.RequestParm",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "System.String",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "RB_MES_API.Controllers.EnpowerApiController",
"Method": "PostAsync",
"RelativePath": "EnpowerApi/DataSave_Batch",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "parm",
"Type": "RB_MES_API.Models.RequestParm",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "System.String",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "RB_MES_API.Controllers.EnpowerApiController",
"Method": "GetCustomRequestTBAsync",
"RelativePath": "EnpowerApi/GetCustomRequestTBAsync",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "formtypeid",
"Type": "System.Int32",
"IsRequired": false
}
],
"ReturnTypes": [
{
"Type": "System.String",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "RB_MES_API.Controllers.EnpowerApiController",
"Method": "GeterpdataAsync",
"RelativePath": "EnpowerApi/GetERPData",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "data",
"Type": "System.String",
"IsRequired": false
}
],
"ReturnTypes": [
{
"Type": "System.String",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "RB_MES_API.Controllers.EnpowerApiController",
"Method": "GetLockMOsAsync",
"RelativePath": "EnpowerApi/GetLockMOsAsync",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "data",
"Type": "System.String",
"IsRequired": false
}
],
"ReturnTypes": [
{
"Type": "System.String",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "RB_MES_API.Controllers.EnpowerApiController",
"Method": "MergePPBOMAsync",
"RelativePath": "EnpowerApi/MERGE_WPLAN",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "parm",
"Type": "RB_MES_API.Models.RequestParm",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "System.String",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "RB_MES_API.Controllers.EnpowerApiController",
"Method": "UnitChanged",
"RelativePath": "EnpowerApi/UnitChanged",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "data",
"Type": "System.String",
"IsRequired": false
}
],
"ReturnTypes": [
{
"Type": "RB_MES_API.Models.BreakData",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "RB_MES_API.Controllers.EnpowerApiController",
"Method": "UnitChangedinfo",
"RelativePath": "EnpowerApi/UnitChangedinfo",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [],
"ReturnTypes": [
{
"Type": "System.String",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "RB_MES_API.Controllers.EnpowerApiController",
"Method": "UPDATEPPBOMAsync",
"RelativePath": "EnpowerApi/UPDATE_WPLAN",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "parm",
"Type": "RB_MES_API.Models.RequestParm",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "System.String",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "RB_MES_API.Controllers.EnpowerApiController",
"Method": "UpdateMOStatus",
"RelativePath": "EnpowerApi/UpdatePRDMO",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "parm",
"Type": "RB_MES_API.Models.RequestParm",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "System.String",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "Kingdee.CDP.WebApi.SDK.ApiConfigController",
"Method": "GetEnv",
"RelativePath": "env",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [],
"ReturnTypes": []
},
{
"ContainingType": "Kingdee.CDP.WebApi.SDK.ApiConfigController",
"Method": "GetString",
"RelativePath": "string/{key}",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "key",
"Type": "System.String",
"IsRequired": true
}
],
"ReturnTypes": []
},
{
"ContainingType": "Kingdee.CDP.WebApi.SDK.ApiConfigController",
"Method": "GetVersion",
"RelativePath": "version",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [],
"ReturnTypes": []
}
]