POST api/v1/Supplier_Cus_Retail/AddNewSystemTestUnit_GetList

Request Information

URI Parameters

None.

Body Parameters

SupplierParamModel
NameDescriptionTypeAdditional information
Disable

boolean

None.

IsCustomerCreatedToday

boolean

None.

IsGetAllCustomer

boolean

None.

SupplierType

string

None.

Page

integer

None.

PageSize

integer

None.

UI_TextSearch

string

None.

IsGetCustomerNoName

boolean

None.

Barcode

string

None.

SupplierPhone

string

None.

FromDate

decimal number

None.

ToDate

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:
{
  "Disable": true,
  "IsCustomerCreatedToday": true,
  "IsGetAllCustomer": true,
  "SupplierType": "sample string 3",
  "Page": 4,
  "PageSize": 5,
  "UI_TextSearch": "sample string 6",
  "IsGetCustomerNoName": true,
  "Barcode": "sample string 7",
  "SupplierPhone": "sample string 8",
  "FromDate": 1.1,
  "ToDate": 1.1,
  "FilterQuery": null,
  "ScreenGUID": "sample string 9",
  "DocumentWidth": 10,
  "Url": "sample string 11",
  "OptionConfigsMore": null,
  "QuerySearch": null,
  "IsTestCase": true
}

application/xml, text/xml

Sample:
<SupplierParamModel 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">10</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 9</ScreenGUID>
  <Url xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 11</Url>
  <Barcode>sample string 7</Barcode>
  <Disable>true</Disable>
  <FromDate>1.1</FromDate>
  <IsCustomerCreatedToday>true</IsCustomerCreatedToday>
  <IsGetAllCustomer>true</IsGetAllCustomer>
  <IsGetCustomerNoName>true</IsGetCustomerNoName>
  <Page>4</Page>
  <PageSize>5</PageSize>
  <SupplierPhone>sample string 8</SupplierPhone>
  <SupplierType>sample string 3</SupplierType>
  <ToDate>1.1</ToDate>
  <UI_TextSearch>sample string 6</UI_TextSearch>
</SupplierParamModel>

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

Response Information

Resource Description

EzyResultObjectOfReportExportResultToClientModel
NameDescriptionTypeAdditional information
Data

ReportExportResultToClientModel

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": {
    "ID_GUID": "sample string 1",
    "LocalPath": "sample string 2",
    "ErrorMessage": "sample string 3",
    "IsScussess": true,
    "FullPath": "sample string 5",
    "FullPathTitle": "sample string 6",
    "FullPathInfo": "sample string 7"
  },
  "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:
<EzyResultObjectOfReportExportResultToClientModel7Ey2AL_PT 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.APIService.Shared.Models">
    <d2p1:ErrorMessage>sample string 3</d2p1:ErrorMessage>
    <d2p1:FullPath>sample string 5</d2p1:FullPath>
    <d2p1:FullPathInfo>sample string 7</d2p1:FullPathInfo>
    <d2p1:FullPathTitle>sample string 6</d2p1:FullPathTitle>
    <d2p1:IsScussess>true</d2p1:IsScussess>
    <d2p1:LocalPath>sample string 2</d2p1:LocalPath>
    <d2p1:ID_GUID>sample string 1</d2p1:ID_GUID>
  </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>
</EzyResultObjectOfReportExportResultToClientModel7Ey2AL_PT>