POST api/InstalMaster/GetInstallOrderInfo

获取安装师傅的订单详情

Request Information

URI Parameters

None.

Body Parameters

MasterOrderProgressParameter
NameDescriptionTypeAdditional information
MasterId

用户编号

string

None.

Token

Token

string

None.

ProgressId

进度Id

integer

None.

AfterPicList

安装后图片Json

string

None.

FrontPicList

安装前图片Json

string

None.

ReceiptPicList

单据图片Json

string

None.

InsidePicList

内部结构图片Json

string

None.

ProgressInfoList

明细json

string

None.

Notes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MasterId": "sample string 1",
  "Token": "sample string 2",
  "ProgressId": 3,
  "AfterPicList": "sample string 4",
  "FrontPicList": "sample string 5",
  "ReceiptPicList": "sample string 6",
  "InsidePicList": "sample string 7",
  "ProgressInfoList": "sample string 8",
  "Notes": "sample string 9"
}

application/xml, text/xml

Sample:
<MasterOrderProgressParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeiXin.WebAPI.Models.InstallMasterModels">
  <AfterPicList>sample string 4</AfterPicList>
  <FrontPicList>sample string 5</FrontPicList>
  <InsidePicList>sample string 7</InsidePicList>
  <MasterId>sample string 1</MasterId>
  <Notes>sample string 9</Notes>
  <ProgressId>3</ProgressId>
  <ProgressInfoList>sample string 8</ProgressInfoList>
  <ReceiptPicList>sample string 6</ReceiptPicList>
  <Token>sample string 2</Token>
</MasterOrderProgressParameter>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MasterOrderProgressParameter'.

Response Information

Resource Description

获取安装师傅的订单详情

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.