POST api/Stock/type_money

Request Information

URI Parameters

None.

Body Parameters

ReadDTOOfReadStock_Pay
NameDescriptionTypeAdditional information
data

ReadStock_Pay

None.

PageSize

integer

None.

PageIndex

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "data": {
    "i_customer_id": 1,
    "dataTimes": "sample string 2"
  },
  "PageSize": 1,
  "PageIndex": 2
}

application/xml, text/xml

Sample:
<ReadDTOOfReadStock_Paycc8wrA37 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:dataTimes>sample string 2</d2p1:dataTimes>
    <d2p1:i_customer_id>1</d2p1:i_customer_id>
  </data>
</ReadDTOOfReadStock_Paycc8wrA37>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultDTOOfListOfResult_type_money
NameDescriptionTypeAdditional information
code

integer

None.

data

Collection of Result_type_money

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": [
    {
      "ok_date": "sample string 1",
      "type_money": 2.0
    },
    {
      "ok_date": "sample string 1",
      "type_money": 2.0
    }
  ],
  "msg": "sample string 2",
  "Exception": {},
  "Exception1": {},
  "count": 5,
  "PageSize": 6,
  "PageIndex": 7
}

application/xml, text/xml

Sample:
<ResultDTOOfArrayOfResult_type_money3G4q1gKH 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_type_money>
      <d2p1:ok_date>sample string 1</d2p1:ok_date>
      <d2p1:type_money>2</d2p1:type_money>
    </d2p1:Result_type_money>
    <d2p1:Result_type_money>
      <d2p1:ok_date>sample string 1</d2p1:ok_date>
      <d2p1:type_money>2</d2p1:type_money>
    </d2p1:Result_type_money>
  </data>
  <msg>sample string 2</msg>
</ResultDTOOfArrayOfResult_type_money3G4q1gKH>