POST jiahe/USP_edu_classroomMap_Save

申请付款处理结果回写

Request请求信息

URI参数信息

None.

请求主体参数

DataModel
名称描述类型详细约束信息
AccountantBill

结算单号(申请付款单)

string(字符串)

None.

billBody

主体内容

Collection of billBody

None.

Request 请求格式

application/json, text/json

Sample:
{
  "AccountantBill": "sample string 1",
  "billBody": [
    {
      "jsdbdxh": "sample string 1",
      "isModify": "sample string 2",
      "InspectorTime": "sample string 3",
      "modifySubject": "sample string 4",
      "isPay": "sample string 5"
    },
    {
      "jsdbdxh": "sample string 1",
      "isModify": "sample string 2",
      "InspectorTime": "sample string 3",
      "modifySubject": "sample string 4",
      "isPay": "sample string 5"
    }
  ]
}

application/xml, text/xml

Sample:
<DataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DoBest.Model.zhongchengweiye">
  <AccountantBill>sample string 1</AccountantBill>
  <billBody>
    <billBody>
      <InspectorTime>sample string 3</InspectorTime>
      <isModify>sample string 2</isModify>
      <isPay>sample string 5</isPay>
      <jsdbdxh>sample string 1</jsdbdxh>
      <modifySubject>sample string 4</modifySubject>
    </billBody>
    <billBody>
      <InspectorTime>sample string 3</InspectorTime>
      <isModify>sample string 2</isModify>
      <isPay>sample string 5</isPay>
      <jsdbdxh>sample string 1</jsdbdxh>
      <modifySubject>sample string 4</modifySubject>
    </billBody>
  </billBody>
</DataModel>

Response返回信息

资源信息描述

申请付款处理结果回写

ReturnJsonpoint
名称描述类型详细约束信息
code

200:预约成功,发送地磅成功 201:预约成功,发送地磅失败 201:预约成功,地磅发送数据异常!异常代码:XXXXXXX 404:该请求地址不是白名单地址 404:用户名不匹配 404:密码不匹配 404:接口分厂区域未配置 404: 未找到该供应商 405:该供应商未认证 405:该车辆已预约 500:预约失败

integer(整形)

None.

msg

消息

string(字符串)

None.

data

数据集

Object

None.

Response 返回格式

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "data": {}
}

application/xml, text/xml

Sample:
<ReturnJsonpoint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DoBest.Model">
  <code>1</code>
  <data />
  <msg>sample string 2</msg>
</ReturnJsonpoint>