POST AIQCAPI/WeighingBill

推送玖龙磅单信息

Request请求信息

URI参数信息

None.

请求主体参数

SapRequest
名称描述类型详细约束信息
OperateType

string(字符串)

None.

OperateContent

WeighingBillContent

None.

ContentKey

string(字符串)

None.

Request 请求格式

application/json, text/json

Sample:
{
  "OperateType": "sample string 1",
  "OperateContent": {
    "OrganizationCode": "sample string 1",
    "DeliveryOrderNo": "sample string 2",
    "VehicleNo": "sample string 3",
    "SupplierCode": "sample string 4",
    "SupplierName": "sample string 5",
    "MaterialNo": "sample string 6",
    "MaterialName": "sample string 7",
    "WeighingTime": "2026-03-22T02:57:26.8630835+08:00",
    "MaterialSource": "sample string 9",
    "ZGross": 10.0,
    "SamplingQty": 11.0,
    "SamplingNo": "sample string 12",
    "TotalQty": 13.0,
    "PackageShape": "sample string 14",
    "SendTime": "2026-03-22T02:57:26.8630835+08:00",
    "WastePaperClass": "sample string 16",
    "ematn": "sample string 17",
    "eblen": "sample string 18",
    "ebelp": "sample string 19"
  },
  "ContentKey": "sample string 2"
}

application/xml, text/xml

Sample:
<SapRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DoBest.Model.zhongchengweiye">
  <ContentKey>sample string 2</ContentKey>
  <OperateContent>
    <DeliveryOrderNo>sample string 2</DeliveryOrderNo>
    <MaterialName>sample string 7</MaterialName>
    <MaterialNo>sample string 6</MaterialNo>
    <MaterialSource>sample string 9</MaterialSource>
    <OrganizationCode>sample string 1</OrganizationCode>
    <PackageShape>sample string 14</PackageShape>
    <SamplingNo>sample string 12</SamplingNo>
    <SamplingQty>11</SamplingQty>
    <SendTime>2026-03-22T02:57:26.8630835+08:00</SendTime>
    <SupplierCode>sample string 4</SupplierCode>
    <SupplierName>sample string 5</SupplierName>
    <TotalQty>13</TotalQty>
    <VehicleNo>sample string 3</VehicleNo>
    <WastePaperClass>sample string 16</WastePaperClass>
    <WeighingTime>2026-03-22T02:57:26.8630835+08:00</WeighingTime>
    <ZGross>10</ZGross>
    <ebelp>sample string 19</ebelp>
    <eblen>sample string 18</eblen>
    <ematn>sample string 17</ematn>
  </OperateContent>
  <OperateType>sample string 1</OperateType>
</SapRequest>

Response返回信息

资源信息描述

推送玖龙磅单信息

ReturnJLJson
名称描述类型详细约束信息
Resulte

是否成功

string(字符串)

None.

Message

消息

string(字符串)

None.

Response 返回格式

application/json, text/json

Sample:
{
  "Resulte": "sample string 1",
  "Message": "sample string 2"
}

application/xml, text/xml

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