POST api/payout/BatchList

Request Information

URI Parameters

None.

Body Parameters

MlPayoutBatchList
NamedescriptionTypeAdditional information
IsAdmin

string

None.

PayoutBatchSysID

integer

None.

PayoutBatchID

integer

None.

FromDate

string

Matching regular expression pattern: ((([0-9][0-9][0-9][1-9])|([1-9][0-9][0-9][0-9])|([0-9][1-9][0-9][0-9])|([0-9][0-9][1-9][0-9]))\-((0[13578])|(1[02]))\-((0[1-9])|([12][0-9])|(3[01])))|((([0-9][0-9][0-9][1-9])|([1-9][0-9][0-9][0-9])|([0-9][1-9][0-9][0-9])|([0-9][0-9][1-9][0-9]))\-((0[469])|11)\-((0[1-9])|([12][0-9])|(30)))|(((000[48])|([0-9][0-9](([13579][26])|([2468][048])))|([0-9][1-9][02468][048])|([1-9][0-9][02468][048]))\-02\-((0[1-9])|([12][0-9])))|((([0-9][0-9][0-9][1-9])|([1-9][0-9][0-9][0-9])|([0-9][1-9][0-9][0-9])|([0-9][0-9][1-9][0-9]))\-02\-((0[1-9])|([1][0-9])|([2][0-8])))

ToDate

string

Matching regular expression pattern: ((([0-9][0-9][0-9][1-9])|([1-9][0-9][0-9][0-9])|([0-9][1-9][0-9][0-9])|([0-9][0-9][1-9][0-9]))\-((0[13578])|(1[02]))\-((0[1-9])|([12][0-9])|(3[01])))|((([0-9][0-9][0-9][1-9])|([1-9][0-9][0-9][0-9])|([0-9][1-9][0-9][0-9])|([0-9][0-9][1-9][0-9]))\-((0[469])|11)\-((0[1-9])|([12][0-9])|(30)))|(((000[48])|([0-9][0-9](([13579][26])|([2468][048])))|([0-9][1-9][02468][048])|([1-9][0-9][02468][048]))\-02\-((0[1-9])|([12][0-9])))|((([0-9][0-9][0-9][1-9])|([1-9][0-9][0-9][0-9])|([0-9][1-9][0-9][0-9])|([0-9][0-9][1-9][0-9]))\-02\-((0[1-9])|([1][0-9])|([2][0-8])))

PageNo

integer

Required

Range: inclusive between 1 and 100000

PageSize

integer

Required

Range: inclusive between 1 and 100000

OrderBy

string

None.

OrderType

string

None.

SearchBy

string

None.

SearchText

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderBy": "sample string 8",
  "OrderType": "sample string 9",
  "PageNo": 6,
  "PageSize": 7,
  "SearchBy": "sample string 10",
  "SearchText": "sample string 11",
  "FromDate": "sample string 4",
  "IsAdmin": "sample string 1",
  "PayoutBatchID": 3,
  "PayoutBatchSysID": 2,
  "ToDate": "sample string 5"
}

application/xml, text/xml

Sample:
<MlPayoutBatchList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">
  <OrderBy>sample string 8</OrderBy>
  <OrderType>sample string 9</OrderType>
  <PageNo>6</PageNo>
  <PageSize>7</PageSize>
  <SearchBy>sample string 10</SearchBy>
  <SearchText>sample string 11</SearchText>
  <FromDate>sample string 4</FromDate>
  <IsAdmin>sample string 1</IsAdmin>
  <PayoutBatchID>3</PayoutBatchID>
  <PayoutBatchSysID>2</PayoutBatchSysID>
  <ToDate>sample string 5</ToDate>
</MlPayoutBatchList>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.