POST api/v1/IOStock_PrintStampDetail/List

Request Information

URI Parameters

None.

Body Parameters

IOStock_PrintStampDetailParamModel
NameDescriptionTypeAdditional information
IOStock_PrintStampId

string

None.

IOType

string

None.

IONumbers

Collection of string

None.

Value

string

None.

StockId

string

None.

FilterQuery

Dictionary of string [key] and Object [value]

None.

ScreenGUID

string

None.

DocumentWidth

integer

None.

Url

string

None.

OptionConfigsMore

Dictionary of string [key] and Object [value]

None.

QuerySearch

Dictionary of string [key] and Object [value]

None.

IsTestCase

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IOStock_PrintStampId": "sample string 1",
  "IOType": "sample string 2",
  "IONumbers": [
    "sample string 1",
    "sample string 2"
  ],
  "Value": "sample string 3",
  "StockId": "sample string 4",
  "FilterQuery": null,
  "ScreenGUID": "sample string 5",
  "DocumentWidth": 6,
  "Url": "sample string 7",
  "OptionConfigsMore": null,
  "QuerySearch": null,
  "IsTestCase": true
}

application/xml, text/xml

Sample:
<IOStock_PrintStampDetailParamModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
  <DocumentWidth xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">6</DocumentWidth>
  <FilterQuery xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" />
  <IsTestCase xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">true</IsTestCase>
  <OptionConfigsMore xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" />
  <QuerySearch xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" />
  <ScreenGUID xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 5</ScreenGUID>
  <Url xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 7</Url>
  <IONumbers xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </IONumbers>
  <IOStock_PrintStampId>sample string 1</IOStock_PrintStampId>
  <IOType>sample string 2</IOType>
  <StockId>sample string 4</StockId>
  <Value>sample string 3</Value>
</IOStock_PrintStampDetailParamModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'IOStock_PrintStampDetailParamModel'.

Response Information

Resource Description

EzyResultObjectOfEzyDataSourceResultOfIOStock_PrintStampDetailModel
NameDescriptionTypeAdditional information
Data

EzyDataSourceResultOfIOStock_PrintStampDetailModel

None.

ExtraData

Dictionary of string [key] and Object [value]

None.

StartTime

decimal number

None.

EndTime

decimal number

None.

TotalMili

decimal number

None.

StatusCode

integer

None.

Msg

string

None.

MsgShowInUI

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "Data": [
      {
        "Id": "sample string 1",
        "IOStock_PrintStampId": "sample string 2",
        "IOStockId": "sample string 3",
        "IONumber": "sample string 4",
        "EntDate": 1.1,
        "TotalMoney": 1.0,
        "IONote": "sample string 5",
        "CustomerCode": "sample string 6",
        "CustomerName": "sample string 7",
        "Quantity": 8,
        "IsCanEdit": true
      },
      {
        "Id": "sample string 1",
        "IOStock_PrintStampId": "sample string 2",
        "IOStockId": "sample string 3",
        "IONumber": "sample string 4",
        "EntDate": 1.1,
        "TotalMoney": 1.0,
        "IONote": "sample string 5",
        "CustomerCode": "sample string 6",
        "CustomerName": "sample string 7",
        "Quantity": 8,
        "IsCanEdit": true
      }
    ],
    "DataTotal": [
      {
        "Id": "sample string 1",
        "IOStock_PrintStampId": "sample string 2",
        "IOStockId": "sample string 3",
        "IONumber": "sample string 4",
        "EntDate": 1.1,
        "TotalMoney": 1.0,
        "IONote": "sample string 5",
        "CustomerCode": "sample string 6",
        "CustomerName": "sample string 7",
        "Quantity": 8,
        "IsCanEdit": true
      },
      {
        "Id": "sample string 1",
        "IOStock_PrintStampId": "sample string 2",
        "IOStockId": "sample string 3",
        "IONumber": "sample string 4",
        "EntDate": 1.1,
        "TotalMoney": 1.0,
        "IONote": "sample string 5",
        "CustomerCode": "sample string 6",
        "CustomerName": "sample string 7",
        "Quantity": 8,
        "IsCanEdit": true
      }
    ],
    "ExtraData": {},
    "Errors": {},
    "Total": 2
  },
  "ExtraData": null,
  "StartTime": 1.1,
  "EndTime": 2.1,
  "TotalMili": 3.1,
  "StatusCode": 4,
  "Msg": "sample string 5",
  "MsgShowInUI": "sample string 6"
}

application/xml, text/xml

Sample:
<EzyResultObjectOfEzyDataSourceResultOfIOStock_PrintStampDetailModel3BwjWE5fUXXDg0Sb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
  <Msg>sample string 5</Msg>
  <MsgShowInUI>sample string 6</MsgShowInUI>
  <StatusCode>4</StatusCode>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.UI">
    <d2p1:Errors />
    <d2p1:ExtraData xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    <d2p1:Total>2</d2p1:Total>
    <d2p1:Data xmlns:d3p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
      <d3p1:IOStock_PrintStampDetailModel>
        <d3p1:CustomerCode>sample string 6</d3p1:CustomerCode>
        <d3p1:CustomerName>sample string 7</d3p1:CustomerName>
        <d3p1:EntDate>1.1</d3p1:EntDate>
        <d3p1:IONote>sample string 5</d3p1:IONote>
        <d3p1:IONumber>sample string 4</d3p1:IONumber>
        <d3p1:IOStockId>sample string 3</d3p1:IOStockId>
        <d3p1:IOStock_PrintStampId>sample string 2</d3p1:IOStock_PrintStampId>
        <d3p1:Id>sample string 1</d3p1:Id>
        <d3p1:IsCanEdit>true</d3p1:IsCanEdit>
        <d3p1:Quantity>8</d3p1:Quantity>
        <d3p1:TotalMoney>1</d3p1:TotalMoney>
      </d3p1:IOStock_PrintStampDetailModel>
      <d3p1:IOStock_PrintStampDetailModel>
        <d3p1:CustomerCode>sample string 6</d3p1:CustomerCode>
        <d3p1:CustomerName>sample string 7</d3p1:CustomerName>
        <d3p1:EntDate>1.1</d3p1:EntDate>
        <d3p1:IONote>sample string 5</d3p1:IONote>
        <d3p1:IONumber>sample string 4</d3p1:IONumber>
        <d3p1:IOStockId>sample string 3</d3p1:IOStockId>
        <d3p1:IOStock_PrintStampId>sample string 2</d3p1:IOStock_PrintStampId>
        <d3p1:Id>sample string 1</d3p1:Id>
        <d3p1:IsCanEdit>true</d3p1:IsCanEdit>
        <d3p1:Quantity>8</d3p1:Quantity>
        <d3p1:TotalMoney>1</d3p1:TotalMoney>
      </d3p1:IOStock_PrintStampDetailModel>
    </d2p1:Data>
    <d2p1:DataTotal xmlns:d3p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
      <d3p1:IOStock_PrintStampDetailModel>
        <d3p1:CustomerCode>sample string 6</d3p1:CustomerCode>
        <d3p1:CustomerName>sample string 7</d3p1:CustomerName>
        <d3p1:EntDate>1.1</d3p1:EntDate>
        <d3p1:IONote>sample string 5</d3p1:IONote>
        <d3p1:IONumber>sample string 4</d3p1:IONumber>
        <d3p1:IOStockId>sample string 3</d3p1:IOStockId>
        <d3p1:IOStock_PrintStampId>sample string 2</d3p1:IOStock_PrintStampId>
        <d3p1:Id>sample string 1</d3p1:Id>
        <d3p1:IsCanEdit>true</d3p1:IsCanEdit>
        <d3p1:Quantity>8</d3p1:Quantity>
        <d3p1:TotalMoney>1</d3p1:TotalMoney>
      </d3p1:IOStock_PrintStampDetailModel>
      <d3p1:IOStock_PrintStampDetailModel>
        <d3p1:CustomerCode>sample string 6</d3p1:CustomerCode>
        <d3p1:CustomerName>sample string 7</d3p1:CustomerName>
        <d3p1:EntDate>1.1</d3p1:EntDate>
        <d3p1:IONote>sample string 5</d3p1:IONote>
        <d3p1:IONumber>sample string 4</d3p1:IONumber>
        <d3p1:IOStockId>sample string 3</d3p1:IOStockId>
        <d3p1:IOStock_PrintStampId>sample string 2</d3p1:IOStock_PrintStampId>
        <d3p1:Id>sample string 1</d3p1:Id>
        <d3p1:IsCanEdit>true</d3p1:IsCanEdit>
        <d3p1:Quantity>8</d3p1:Quantity>
        <d3p1:TotalMoney>1</d3p1:TotalMoney>
      </d3p1:IOStock_PrintStampDetailModel>
    </d2p1:DataTotal>
  </Data>
  <EndTime>2.1</EndTime>
  <ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
  <StartTime>1.1</StartTime>
  <TotalMili>3.1</TotalMili>
</EzyResultObjectOfEzyDataSourceResultOfIOStock_PrintStampDetailModel3BwjWE5fUXXDg0Sb>