createReport 生成报价之 明装暖气片

post

request:

{
    "isDebug": "1",
    "action": "createReport",
    "token": "687ed3af-bc9d-400e-ac5e-ac73d593405e",
    "requestData": {
        "ConfigKeys": [
            "20974915-0d6b-4bd0-81ba-cf4012a20252"
        ],
        "ItemType": "FloorHeating_ObviousInstallRadiator"
    }
}

response:

    {
        "data": "b88a31f0-00bd-4d26-b158-d965ad461e1d",
        "msg": "success",
        "responseCode":
        {
            "msgCode": 200,
            "msgDetail": "OK"
        },
        "serverTime": "2016-08-12 01:20:49",
        "success": true
    }

时间: 2024-11-08 19:18:56

createReport 生成报价之 明装暖气片的相关文章

createReport 生成报价

POST request: { "action": "createReport", "token": "039b3b72-c83a-4626-9a66-9302d81000ff", "isDebug": 1, "requestData": { "ConfigKey": "D68F47DD-90A8-4C44-8A33-69DC64E596F8",

createReport 生成报价之 卡机空调

post request: { "isDebug": "1", "action": "createReport", "token": "687ed3af-bc9d-400e-ac5e-ac73d593405e", "requestData": { "ConfigKeys": [ "F5E2417E-2069-4EBE-B503-FBCB4

getReportOnWeb 取报表数据 之 明装暖气片

post request: { "action": "getReportOnWeb", "isDebug": 1, "requestData": { "ReportKey": "9CE6B8B1-A06E-4850-9D0E-DCCC1EB685AF", "ItemType": "FloorHeating_ObviousInstallRadiator&quo

getSpecialDemandShort 取明装暖气片之 特殊需求

post request: { "action": "getSpecialDemandShort", "token": "2ef62304-6c03-4ae9-88c4-9889cc45f613", "isDebug": 1, "requestData": { "DeviceBrandKey": "b6f21f03-a9a1-4346-bab7-26e3b7

saveObviousInstallRadiatorConfig 保存明装暖气片配置数据

post request: { "action": "saveObviousInstallRadiatorConfig", "isDebug": 1, "token": "687ed3af-bc9d-400e-ac5e-ac73d593405e", "requestData": [ { "FurnaceBrandKey": "de0f18b7-c07d-4e

getDictionarys 取明装暖气片之 水箱品牌

post request: { "action":"getDictionarys", "token":"026cc2dd-7dbe-4be9-8adb-d7e024f4f918", "Tag":"WaterBoxBrand" } response: { "data": { "List": [ { "CreatedStamp":

getDictionarys 取明装暖气片之 暖气片品牌

post request: { "action":"getDictionarys", "token":"2ef62304-6c03-4ae9-88c4-9889cc45f613", "Tag":"ObviousInstallRadiatorBrand" } response: { "data": { "List": [ { "Create

getDictionarys 取 明装暖气片之 锅炉品牌

post request: { "action":"getDictionarys", "token":"026cc2dd-7dbe-4be9-8adb-d7e024f4f918", "Tag":"FurnaceBrand" } response: { "data": { "List": [ { "CreatedStamp": &

C/S报价系统技术总结-0

历时3个月的报价系统终于接近尾声,终于有时间写点总结,在嚼嚼项目期间没啃烂的技术啦. 言归正传,首先介绍下这个报价系统,它是一款适用于起重行业,能自动生成方案图,自动生成报价书,自动生成计算书,并能进行非标设计的一款行业软件,首先需要开发者有机械背景,有软件编程基础.缺少任何一个,都很难很好的做出用户所真正需求的软件.软件用C#编写,C/S架构.接下来从实现功能.软件功能.C#技术三个方面对其进行划分总结. 一.从实现功能上分: 1:CAD二次开发出方案图. 2:操作Word读取数据库生成报价书