POST api/payout/batchdetails

Request Information

URI Parameters

None.

Body Parameters

MlPayoutBatchDetailsPager
NamedescriptionTypeAdditional information
PayoutBatchSysID

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 6",
  "OrderType": "sample string 7",
  "PageNo": 4,
  "PageSize": 5,
  "SearchBy": "sample string 8",
  "SearchText": "sample string 9",
  "FromDate": "sample string 2",
  "PayoutBatchSysID": 1,
  "ToDate": "sample string 3"
}

application/xml, text/xml

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

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.