POST api/v1/IOStock_NhapTra/ExportExcel

Request Information

URI Parameters

None.

Body Parameters

IOStock_NhapTraParamModel
NameDescriptionTypeAdditional information
IOTypeCode

string

None.

IONumber

string

None.

BillNumber

string

None.

EntDate_From

decimal number

None.

EntDate_To

decimal number

None.

CustomerId

string

None.

IOTypeId

string

None.

IOStatusId

string

None.

PaymentForm

string

None.

UserInputId

string

None.

Page

integer

None.

PageSize

integer

None.

UI_TextSearch

string

None.

Reward4M_ApplyFrom

decimal number

None.

Reward4M_ApplyTo

decimal number

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:
{
  "IOTypeCode": "sample string 1",
  "IONumber": "sample string 2",
  "BillNumber": "sample string 3",
  "EntDate_From": 1.1,
  "EntDate_To": 1.1,
  "CustomerId": "sample string 4",
  "IOTypeId": "sample string 5",
  "IOStatusId": "sample string 6",
  "PaymentForm": "sample string 7",
  "UserInputId": "sample string 8",
  "Page": 9,
  "PageSize": 10,
  "UI_TextSearch": "sample string 11",
  "Reward4M_ApplyFrom": 1.1,
  "Reward4M_ApplyTo": 1.1,
  "FilterQuery": null,
  "ScreenGUID": "sample string 12",
  "DocumentWidth": 13,
  "Url": "sample string 14",
  "OptionConfigsMore": null,
  "QuerySearch": null,
  "IsTestCase": true
}

application/xml, text/xml

Sample:
<IOStock_NhapTraParamModel 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">13</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 12</ScreenGUID>
  <Url xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 14</Url>
  <BillNumber>sample string 3</BillNumber>
  <CustomerId>sample string 4</CustomerId>
  <EntDate_From>1.1</EntDate_From>
  <EntDate_To>1.1</EntDate_To>
  <IONumber>sample string 2</IONumber>
  <IOStatusId>sample string 6</IOStatusId>
  <IOTypeCode>sample string 1</IOTypeCode>
  <IOTypeId>sample string 5</IOTypeId>
  <Page>9</Page>
  <PageSize>10</PageSize>
  <PaymentForm>sample string 7</PaymentForm>
  <Reward4M_ApplyFrom>1.1</Reward4M_ApplyFrom>
  <Reward4M_ApplyTo>1.1</Reward4M_ApplyTo>
  <UI_TextSearch>sample string 11</UI_TextSearch>
  <UserInputId>sample string 8</UserInputId>
</IOStock_NhapTraParamModel>

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_NhapTraParamModel'.

Response Information

Resource Description

EzyResultObjectOfExportExcelResultModel
NameDescriptionTypeAdditional information
Data

ExportExcelResultModel

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": {
    "FileId": "sample string 1",
    "FullPath": "sample string 2",
    "sMessage": "sample string 3"
  },
  "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:
<EzyResultObjectOfExportExcelResultModelR0RYriJB 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.BaseData.Models">
    <d2p1:FileId>sample string 1</d2p1:FileId>
    <d2p1:FullPath>sample string 2</d2p1:FullPath>
    <d2p1:sMessage>sample string 3</d2p1:sMessage>
  </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>
</EzyResultObjectOfExportExcelResultModelR0RYriJB>