POST api/Marketer/Welcome2023OfferAcheivers
Marketer Welcome 2023 offer list
Request Information
URI Parameters
None.
Body Parameters
Welcome2023OfferAchieversSearchName | description | Type | Additional information |
---|---|---|---|
FromDate | string |
Required 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 |
Required 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]))) |
|
OrderBy | string |
Required |
|
OrderType | string |
Required |
|
SearchBy | string |
Required |
|
SearchText | string |
Required |
|
PageNo | integer |
Required Range: inclusive between 1 and 100000 |
|
PageSize | integer |
Required Range: inclusive between 1 and 100000 |
Request Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml, text/xml
<mlMarketer.Welcome2023OfferAchieversPaging.Welcome2023OfferAchieversSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer"> <OrderBy i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common" /> <OrderType i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common" /> <PageNo xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">7</PageNo> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">8</PageSize> <SearchBy i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common" /> <SearchText i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common" /> <FromDate>sample string 1</FromDate> <OrderBy>sample string 3</OrderBy> <OrderType>sample string 4</OrderType> <SearchBy>sample string 5</SearchBy> <SearchText>sample string 6</SearchText> <ToDate>sample string 2</ToDate> </mlMarketer.Welcome2023OfferAchieversPaging.Welcome2023OfferAchieversSearch>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |