POST api/PlatformOutbound/SaveOkPlatformOutbound_NoPrice

Request Information

URI Parameters

None.

Body Parameters

ReadDTOOfReadSaveOkPlatformOutbound
NameDescriptionTypeAdditional information
data

ReadSaveOkPlatformOutbound

None.

PageSize

integer

None.

PageIndex

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "data": {
    "out_id": 1,
    "UserId": 2,
    "out_date": "sample string 3",
    "OutboundDels": [
      {
        "out_id": 1,
        "out_z_id": 2,
        "ware_code": 3,
        "product_code": "sample string 4",
        "w_id": 5,
        "amount": 6.0,
        "Duo_amount": 7.0,
        "out_price": 8.0,
        "in_price": 9.0,
        "remark": "sample string 10",
        "indent_id": 11,
        "indent_z_id": 12,
        "RK_amount": 13.0,
        "price": 14.0
      },
      {
        "out_id": 1,
        "out_z_id": 2,
        "ware_code": 3,
        "product_code": "sample string 4",
        "w_id": 5,
        "amount": 6.0,
        "Duo_amount": 7.0,
        "out_price": 8.0,
        "in_price": 9.0,
        "remark": "sample string 10",
        "indent_id": 11,
        "indent_z_id": 12,
        "RK_amount": 13.0,
        "price": 14.0
      }
    ]
  },
  "PageSize": 1,
  "PageIndex": 2
}

application/xml, text/xml

Sample:
<ReadDTOOfReadSaveOkPlatformOutboundcc8wrA37 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.Models">
  <PageIndex>2</PageIndex>
  <PageSize>1</PageSize>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.ReadModels">
    <d2p1:OutboundDels>
      <d2p1:ReadSaveOkPlatformOutboundDel>
        <d2p1:Duo_amount>7</d2p1:Duo_amount>
        <d2p1:RK_amount>13</d2p1:RK_amount>
        <d2p1:amount>6</d2p1:amount>
        <d2p1:in_price>9</d2p1:in_price>
        <d2p1:indent_id>11</d2p1:indent_id>
        <d2p1:indent_z_id>12</d2p1:indent_z_id>
        <d2p1:out_id>1</d2p1:out_id>
        <d2p1:out_price>8</d2p1:out_price>
        <d2p1:out_z_id>2</d2p1:out_z_id>
        <d2p1:price>14</d2p1:price>
        <d2p1:product_code>sample string 4</d2p1:product_code>
        <d2p1:remark>sample string 10</d2p1:remark>
        <d2p1:w_id>5</d2p1:w_id>
        <d2p1:ware_code>3</d2p1:ware_code>
      </d2p1:ReadSaveOkPlatformOutboundDel>
      <d2p1:ReadSaveOkPlatformOutboundDel>
        <d2p1:Duo_amount>7</d2p1:Duo_amount>
        <d2p1:RK_amount>13</d2p1:RK_amount>
        <d2p1:amount>6</d2p1:amount>
        <d2p1:in_price>9</d2p1:in_price>
        <d2p1:indent_id>11</d2p1:indent_id>
        <d2p1:indent_z_id>12</d2p1:indent_z_id>
        <d2p1:out_id>1</d2p1:out_id>
        <d2p1:out_price>8</d2p1:out_price>
        <d2p1:out_z_id>2</d2p1:out_z_id>
        <d2p1:price>14</d2p1:price>
        <d2p1:product_code>sample string 4</d2p1:product_code>
        <d2p1:remark>sample string 10</d2p1:remark>
        <d2p1:w_id>5</d2p1:w_id>
        <d2p1:ware_code>3</d2p1:ware_code>
      </d2p1:ReadSaveOkPlatformOutboundDel>
    </d2p1:OutboundDels>
    <d2p1:UserId>2</d2p1:UserId>
    <d2p1:out_date>sample string 3</d2p1:out_date>
    <d2p1:out_id>1</d2p1:out_id>
  </data>
</ReadDTOOfReadSaveOkPlatformOutboundcc8wrA37>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultDTOOfObject
NameDescriptionTypeAdditional information
code

integer

None.

data

Object

None.

msg

string

None.

Exception

Object

None.

Exception1

Object

None.

count

integer

None.

PageSize

integer

None.

PageIndex

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "data": {},
  "msg": "sample string 3",
  "Exception": {},
  "Exception1": {},
  "count": 6,
  "PageSize": 7,
  "PageIndex": 8
}

application/xml, text/xml

Sample:
<ResultDTOOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.Models">
  <Exception />
  <Exception1 />
  <PageIndex>8</PageIndex>
  <PageSize>7</PageSize>
  <code>1</code>
  <count>6</count>
  <data />
  <msg>sample string 3</msg>
</ResultDTOOfanyType>