POST api/ImportExportPrice/ImportExportList_F

Request Information

URI Parameters

None.

Body Parameters

ReadDTOOfReadImportExport
NameDescriptionTypeAdditional information
data

ReadImportExport

None.

PageSize

integer

None.

PageIndex

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "data": {
    "out_date": "sample string 1",
    "product_name": "sample string 2",
    "product_type_id": "sample string 3",
    "CustomerName": "sample string 4"
  },
  "PageSize": 1,
  "PageIndex": 2
}

application/xml, text/xml

Sample:
<ReadDTOOfReadImportExportcc8wrA37 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:CustomerName>sample string 4</d2p1:CustomerName>
    <d2p1:out_date>sample string 1</d2p1:out_date>
    <d2p1:product_name>sample string 2</d2p1:product_name>
    <d2p1:product_type_id>sample string 3</d2p1:product_type_id>
  </data>
</ReadDTOOfReadImportExportcc8wrA37>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultDTOOfResult_ImportExportList
NameDescriptionTypeAdditional information
code

integer

None.

data

Result_ImportExportList

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": {
    "DueProfitCount": 1.0,
    "DueProfit_HuiKuan": 2.0,
    "DueProfit_Shoukuan": 3.0,
    "_ImportExports": [
      {
        "CustomerName": "sample string 1",
        "product_code": "sample string 2",
        "CustomerID": 3,
        "product_type_name": "sample string 4",
        "product_type_id": "sample string 5",
        "product_name": "sample string 6",
        "model": "sample string 7",
        "Specifications": "sample string 8",
        "in_price": 9.0,
        "out_price": 10.0,
        "amount": 11,
        "remark1": "sample string 12",
        "collections_money": 13.0,
        "paid_money": 14.0,
        "PaidinProfit": 15.0,
        "out_date": "sample string 16",
        "receivable_money": 17.0,
        "meet_money": 18.0,
        "DueProfit": 19.0
      },
      {
        "CustomerName": "sample string 1",
        "product_code": "sample string 2",
        "CustomerID": 3,
        "product_type_name": "sample string 4",
        "product_type_id": "sample string 5",
        "product_name": "sample string 6",
        "model": "sample string 7",
        "Specifications": "sample string 8",
        "in_price": 9.0,
        "out_price": 10.0,
        "amount": 11,
        "remark1": "sample string 12",
        "collections_money": 13.0,
        "paid_money": 14.0,
        "PaidinProfit": 15.0,
        "out_date": "sample string 16",
        "receivable_money": 17.0,
        "meet_money": 18.0,
        "DueProfit": 19.0
      }
    ]
  },
  "msg": "sample string 2",
  "Exception": {},
  "Exception1": {},
  "count": 5,
  "PageSize": 6,
  "PageIndex": 7
}

application/xml, text/xml

Sample:
<ResultDTOOfResult_ImportExportList3G4q1gKH xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.Models">
  <Exception />
  <Exception1 />
  <PageIndex>7</PageIndex>
  <PageSize>6</PageSize>
  <code>1</code>
  <count>5</count>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.ResultModels">
    <d2p1:DueProfitCount>1</d2p1:DueProfitCount>
    <d2p1:DueProfit_HuiKuan>2</d2p1:DueProfit_HuiKuan>
    <d2p1:DueProfit_Shoukuan>3</d2p1:DueProfit_Shoukuan>
    <d2p1:_ImportExports>
      <d2p1:Result_ImportExport>
        <d2p1:CustomerID>3</d2p1:CustomerID>
        <d2p1:CustomerName>sample string 1</d2p1:CustomerName>
        <d2p1:DueProfit>19</d2p1:DueProfit>
        <d2p1:PaidinProfit>15</d2p1:PaidinProfit>
        <d2p1:Specifications>sample string 8</d2p1:Specifications>
        <d2p1:amount>11</d2p1:amount>
        <d2p1:collections_money>13</d2p1:collections_money>
        <d2p1:in_price>9</d2p1:in_price>
        <d2p1:meet_money>18</d2p1:meet_money>
        <d2p1:model>sample string 7</d2p1:model>
        <d2p1:out_date>sample string 16</d2p1:out_date>
        <d2p1:out_price>10</d2p1:out_price>
        <d2p1:paid_money>14</d2p1:paid_money>
        <d2p1:product_code>sample string 2</d2p1:product_code>
        <d2p1:product_name>sample string 6</d2p1:product_name>
        <d2p1:product_type_id>sample string 5</d2p1:product_type_id>
        <d2p1:product_type_name>sample string 4</d2p1:product_type_name>
        <d2p1:receivable_money>17</d2p1:receivable_money>
        <d2p1:remark1>sample string 12</d2p1:remark1>
      </d2p1:Result_ImportExport>
      <d2p1:Result_ImportExport>
        <d2p1:CustomerID>3</d2p1:CustomerID>
        <d2p1:CustomerName>sample string 1</d2p1:CustomerName>
        <d2p1:DueProfit>19</d2p1:DueProfit>
        <d2p1:PaidinProfit>15</d2p1:PaidinProfit>
        <d2p1:Specifications>sample string 8</d2p1:Specifications>
        <d2p1:amount>11</d2p1:amount>
        <d2p1:collections_money>13</d2p1:collections_money>
        <d2p1:in_price>9</d2p1:in_price>
        <d2p1:meet_money>18</d2p1:meet_money>
        <d2p1:model>sample string 7</d2p1:model>
        <d2p1:out_date>sample string 16</d2p1:out_date>
        <d2p1:out_price>10</d2p1:out_price>
        <d2p1:paid_money>14</d2p1:paid_money>
        <d2p1:product_code>sample string 2</d2p1:product_code>
        <d2p1:product_name>sample string 6</d2p1:product_name>
        <d2p1:product_type_id>sample string 5</d2p1:product_type_id>
        <d2p1:product_type_name>sample string 4</d2p1:product_type_name>
        <d2p1:receivable_money>17</d2p1:receivable_money>
        <d2p1:remark1>sample string 12</d2p1:remark1>
      </d2p1:Result_ImportExport>
    </d2p1:_ImportExports>
  </data>
  <msg>sample string 2</msg>
</ResultDTOOfResult_ImportExportList3G4q1gKH>