POST BService/App_BJ_ZFBComfirm

保洁服务提交订单 支付宝

Request Information

Parameters

NameDescriptionAdditional information
_ServicePostOrd
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UID": "sample string 1",
  "CID": "sample string 2",
  "RID": "sample string 3",
  "AddressID": "sample string 4",
  "SelDay": "sample string 5",
  "SElHover": "sample string 6",
  "thisHover": "sample string 7",
  "payType": 8
}

application/xml, text/xml

Sample:
<ServicePostOrd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.R.API4._0.Models">
  <AddressID>sample string 4</AddressID>
  <CID>sample string 2</CID>
  <RID>sample string 3</RID>
  <SElHover>sample string 6</SElHover>
  <SelDay>sample string 5</SelDay>
  <UID>sample string 1</UID>
  <payType>8</payType>
  <thisHover>sample string 7</thisHover>
</ServicePostOrd>

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 'ServicePostOrd'.