码迷,mamicode.com
首页 > 其他好文 > 详细

getMySingleTransaction 取单个的成交记录

时间:2016-06-18 19:53:46      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:

request:

技术分享
{
      "action":"getMySingleOrderV2",
      "isDebug":1,
      "token":"68665b33-8d4b-4f1e-bb16-55d76d86d9b9",
      "requestData":
       {
           "OrderKey":"9c576e24-2f48-407a-99f7-802007cd7a49"
     }
}
View Code

response:

技术分享
{
    "data": {
        "AppUserKey": null,
        "ClientProjectAddress": {
            "Cellphone": "12344444444",
            "IndexNo": 30,
            "Key": "6b8ea989-0748-49ab-9f88-d17e8a4f70b8",
            "ProjectAddress": "上海市宝山区共富路64号12室1",
            "RealName": "李四"
        },
        "CreatedStamp": "/Date(1466249337218+0800)/",
        "CreatedStampDisplay": "2016-06-18 19:28:57",
        "House": {
            "AppUserKey": null,
            "ClientProjectAddress": null,
            "HouseTypeDescription": "别墅",
            "HouseTypeKey": null,
            "Key": null,
            "RoomTypes": [
                {
                    "Remark": null,
                    "RoomCountForRoomType": 1,
                    "RoomTypeDescription": "客厅",
                    "RoomTypeKey": null,
                    "Rooms": null,
                    "TotalAreaForRoomType": 45
                },
                {
                    "Remark": null,
                    "RoomCountForRoomType": 1,
                    "RoomTypeDescription": "餐厅",
                    "RoomTypeKey": null,
                    "Rooms": null,
                    "TotalAreaForRoomType": 34
                },
                {
                    "Remark": null,
                    "RoomCountForRoomType": 1,
                    "RoomTypeDescription": "卧室",
                    "RoomTypeKey": null,
                    "Rooms": null,
                    "TotalAreaForRoomType": 5
                }
            ],
            "TotalArea": 5,
            "TotalLayerCount": 3,
            "TotalPeopleCount": 5
        },
        "Key": "9434a6db-0771-4a5e-8333-a3a948c10427",
        "ProjectNo": "30",
        "ReportStatus": 1,
        "Summarys": [
            {
                "Reports": [
                    {
                        "ConfigSummary": null,
                        "IsToOpenInvoiceTicket": false,
                        "ItemTypeObj": {
                            "ItemType": 20,
                            "ItemTypeDescription": "FloorHeating_Water"
                        },
                        "Key": "50ad1574-31f0-4a46-8340-3cebf155f1e8",
                        "ProjectName": null,
                        "ProjectNo": null,
                        "QuoteTime": "20160618",
                        "Remark": null,
                        "Title": null,
                        "AppShareReportURL": "http://t.cn/R5KtpCk",
                        "AppToDownloadReportXlsFullURL": null,
                        "ReportExt": {
                            "DeviceBrandName": "威能",
                            "Fee": 134977
                        },
                        "ReportXlsFullURL": null
                    }
                ],
                "Title": "水地暖报价"
            }
        ],
        "TotalBudget": 0
    },
    "msg": "success",
    "responseCode": {
        "msgCode": 200,
        "msgDetail": "OK"
    },
    "serverTime": "2016-06-18 19:28:58",
    "success": true
}
View Code

 

getMySingleTransaction 取单个的成交记录

标签:

原文地址:http://www.cnblogs.com/jwiter/p/5596730.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!