POST api/Inventory/TDSList
Monthly TDS List
Request Information
URI Parameters
None.
Body Parameters
TDSListSearch| Name | description | Type | Additional information |
|---|---|---|---|
| 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]))) |
|
| PayoutType | string |
None. |
|
| 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
{
"OrderBy": "sample string 6",
"OrderType": "sample string 7",
"PageNo": 4,
"PageSize": 5,
"SearchBy": "sample string 8",
"SearchText": "sample string 9",
"FromDate": "sample string 1",
"PayoutType": "sample string 3",
"ToDate": "sample string 2"
}
application/xml, text/xml
<mlInventory.TDSListPaging.TDSListSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Product"> <OrderBy xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 6</OrderBy> <OrderType xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 7</OrderType> <PageNo xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">4</PageNo> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">5</PageSize> <SearchBy xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 8</SearchBy> <SearchText xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">sample string 9</SearchText> <FromDate>sample string 1</FromDate> <PayoutType>sample string 3</PayoutType> <ToDate>sample string 2</ToDate> </mlInventory.TDSListPaging.TDSListSearch>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |