POST api/Stock/Already_Payment

Request Information

URI Parameters

None.

Body Parameters

ReadDTOOfReadStock
NameDescriptionTypeAdditional information
data

ReadStock

None.

PageSize

integer

None.

PageIndex

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "data": {
    "Wl_Code": "sample string 1",
    "i_customer_id": 2,
    "r_statue": 3
  },
  "PageSize": 1,
  "PageIndex": 2
}

application/xml, text/xml

Sample:
<ReadDTOOfReadStockcc8wrA37 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:Wl_Code>sample string 1</d2p1:Wl_Code>
    <d2p1:i_customer_id>2</d2p1:i_customer_id>
    <d2p1:r_statue>3</d2p1:r_statue>
  </data>
</ReadDTOOfReadStockcc8wrA37>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultDTOOfListOfResult_Already_Payment
NameDescriptionTypeAdditional information
code

integer

None.

data

Collection of Result_Already_Payment

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": [
    {
      "id": 1,
      "z_id": 2,
      "paid_money": 3.0,
      "pay_amount": 4.0,
      "remark": "sample string 5",
      "payment_flag_name": "sample string 6",
      "payment_Dels": [
        {
          "id": 1,
          "payment_code": "sample string 2",
          "deduction_money": 3.0,
          "payment_money": 4.0,
          "type_money": 5.0,
          "UserName": "sample string 6",
          "payment_piction": "sample string 7",
          "All_payment_piction": "sample string 8",
          "payment_flag_piction": "sample string 9",
          "All_payment_flag_piction": "sample string 10"
        },
        {
          "id": 1,
          "payment_code": "sample string 2",
          "deduction_money": 3.0,
          "payment_money": 4.0,
          "type_money": 5.0,
          "UserName": "sample string 6",
          "payment_piction": "sample string 7",
          "All_payment_piction": "sample string 8",
          "payment_flag_piction": "sample string 9",
          "All_payment_flag_piction": "sample string 10"
        }
      ],
      "Specifications": "sample string 7",
      "product_type_name": "sample string 8",
      "product_code": "sample string 9",
      "product_name": "sample string 10",
      "model": "sample string 11",
      "i_customer_id": 12,
      "contact_person": "sample string 13",
      "wl_code": "sample string 14",
      "statue": 15,
      "statue_name": "sample string 16"
    },
    {
      "id": 1,
      "z_id": 2,
      "paid_money": 3.0,
      "pay_amount": 4.0,
      "remark": "sample string 5",
      "payment_flag_name": "sample string 6",
      "payment_Dels": [
        {
          "id": 1,
          "payment_code": "sample string 2",
          "deduction_money": 3.0,
          "payment_money": 4.0,
          "type_money": 5.0,
          "UserName": "sample string 6",
          "payment_piction": "sample string 7",
          "All_payment_piction": "sample string 8",
          "payment_flag_piction": "sample string 9",
          "All_payment_flag_piction": "sample string 10"
        },
        {
          "id": 1,
          "payment_code": "sample string 2",
          "deduction_money": 3.0,
          "payment_money": 4.0,
          "type_money": 5.0,
          "UserName": "sample string 6",
          "payment_piction": "sample string 7",
          "All_payment_piction": "sample string 8",
          "payment_flag_piction": "sample string 9",
          "All_payment_flag_piction": "sample string 10"
        }
      ],
      "Specifications": "sample string 7",
      "product_type_name": "sample string 8",
      "product_code": "sample string 9",
      "product_name": "sample string 10",
      "model": "sample string 11",
      "i_customer_id": 12,
      "contact_person": "sample string 13",
      "wl_code": "sample string 14",
      "statue": 15,
      "statue_name": "sample string 16"
    }
  ],
  "msg": "sample string 2",
  "Exception": {},
  "Exception1": {},
  "count": 5,
  "PageSize": 6,
  "PageIndex": 7
}

application/xml, text/xml

Sample:
<ResultDTOOfArrayOfResult_Already_Payment3G4q1gKH 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:Result_Already_Payment>
      <d2p1:Specifications>sample string 7</d2p1:Specifications>
      <d2p1:contact_person>sample string 13</d2p1:contact_person>
      <d2p1:i_customer_id>12</d2p1:i_customer_id>
      <d2p1:model>sample string 11</d2p1:model>
      <d2p1:product_code>sample string 9</d2p1:product_code>
      <d2p1:product_name>sample string 10</d2p1:product_name>
      <d2p1:product_type_name>sample string 8</d2p1:product_type_name>
      <d2p1:statue>15</d2p1:statue>
      <d2p1:statue_name>sample string 16</d2p1:statue_name>
      <d2p1:wl_code>sample string 14</d2p1:wl_code>
      <d2p1:id>1</d2p1:id>
      <d2p1:paid_money>3</d2p1:paid_money>
      <d2p1:pay_amount>4</d2p1:pay_amount>
      <d2p1:payment_Dels>
        <d2p1:Result_Already_Payment_Del>
          <d2p1:All_payment_flag_piction>sample string 10</d2p1:All_payment_flag_piction>
          <d2p1:All_payment_piction>sample string 8</d2p1:All_payment_piction>
          <d2p1:UserName>sample string 6</d2p1:UserName>
          <d2p1:deduction_money>3</d2p1:deduction_money>
          <d2p1:id>1</d2p1:id>
          <d2p1:payment_code>sample string 2</d2p1:payment_code>
          <d2p1:payment_flag_piction>sample string 9</d2p1:payment_flag_piction>
          <d2p1:payment_money>4</d2p1:payment_money>
          <d2p1:payment_piction>sample string 7</d2p1:payment_piction>
          <d2p1:type_money>5</d2p1:type_money>
        </d2p1:Result_Already_Payment_Del>
        <d2p1:Result_Already_Payment_Del>
          <d2p1:All_payment_flag_piction>sample string 10</d2p1:All_payment_flag_piction>
          <d2p1:All_payment_piction>sample string 8</d2p1:All_payment_piction>
          <d2p1:UserName>sample string 6</d2p1:UserName>
          <d2p1:deduction_money>3</d2p1:deduction_money>
          <d2p1:id>1</d2p1:id>
          <d2p1:payment_code>sample string 2</d2p1:payment_code>
          <d2p1:payment_flag_piction>sample string 9</d2p1:payment_flag_piction>
          <d2p1:payment_money>4</d2p1:payment_money>
          <d2p1:payment_piction>sample string 7</d2p1:payment_piction>
          <d2p1:type_money>5</d2p1:type_money>
        </d2p1:Result_Already_Payment_Del>
      </d2p1:payment_Dels>
      <d2p1:payment_flag_name>sample string 6</d2p1:payment_flag_name>
      <d2p1:remark>sample string 5</d2p1:remark>
      <d2p1:z_id>2</d2p1:z_id>
    </d2p1:Result_Already_Payment>
    <d2p1:Result_Already_Payment>
      <d2p1:Specifications>sample string 7</d2p1:Specifications>
      <d2p1:contact_person>sample string 13</d2p1:contact_person>
      <d2p1:i_customer_id>12</d2p1:i_customer_id>
      <d2p1:model>sample string 11</d2p1:model>
      <d2p1:product_code>sample string 9</d2p1:product_code>
      <d2p1:product_name>sample string 10</d2p1:product_name>
      <d2p1:product_type_name>sample string 8</d2p1:product_type_name>
      <d2p1:statue>15</d2p1:statue>
      <d2p1:statue_name>sample string 16</d2p1:statue_name>
      <d2p1:wl_code>sample string 14</d2p1:wl_code>
      <d2p1:id>1</d2p1:id>
      <d2p1:paid_money>3</d2p1:paid_money>
      <d2p1:pay_amount>4</d2p1:pay_amount>
      <d2p1:payment_Dels>
        <d2p1:Result_Already_Payment_Del>
          <d2p1:All_payment_flag_piction>sample string 10</d2p1:All_payment_flag_piction>
          <d2p1:All_payment_piction>sample string 8</d2p1:All_payment_piction>
          <d2p1:UserName>sample string 6</d2p1:UserName>
          <d2p1:deduction_money>3</d2p1:deduction_money>
          <d2p1:id>1</d2p1:id>
          <d2p1:payment_code>sample string 2</d2p1:payment_code>
          <d2p1:payment_flag_piction>sample string 9</d2p1:payment_flag_piction>
          <d2p1:payment_money>4</d2p1:payment_money>
          <d2p1:payment_piction>sample string 7</d2p1:payment_piction>
          <d2p1:type_money>5</d2p1:type_money>
        </d2p1:Result_Already_Payment_Del>
        <d2p1:Result_Already_Payment_Del>
          <d2p1:All_payment_flag_piction>sample string 10</d2p1:All_payment_flag_piction>
          <d2p1:All_payment_piction>sample string 8</d2p1:All_payment_piction>
          <d2p1:UserName>sample string 6</d2p1:UserName>
          <d2p1:deduction_money>3</d2p1:deduction_money>
          <d2p1:id>1</d2p1:id>
          <d2p1:payment_code>sample string 2</d2p1:payment_code>
          <d2p1:payment_flag_piction>sample string 9</d2p1:payment_flag_piction>
          <d2p1:payment_money>4</d2p1:payment_money>
          <d2p1:payment_piction>sample string 7</d2p1:payment_piction>
          <d2p1:type_money>5</d2p1:type_money>
        </d2p1:Result_Already_Payment_Del>
      </d2p1:payment_Dels>
      <d2p1:payment_flag_name>sample string 6</d2p1:payment_flag_name>
      <d2p1:remark>sample string 5</d2p1:remark>
      <d2p1:z_id>2</d2p1:z_id>
    </d2p1:Result_Already_Payment>
  </data>
  <msg>sample string 2</msg>
</ResultDTOOfArrayOfResult_Already_Payment3G4q1gKH>