POST api/Pin/kitpinapprovallist
Request Information
URI Parameters
None.
Body Parameters
KitPinApprovalSearchName | description | Type | Additional information |
---|---|---|---|
FromDate | string |
None. |
|
ToDate | string |
None. |
|
OrderBy | string |
None. |
|
OrderType | string |
None. |
|
SearchBy | string |
None. |
|
SearchText | string |
None. |
|
PageNo | integer |
Required Range: inclusive between 1 and 100000 |
|
PageSize | integer |
Required Range: inclusive between 1 and 100000 |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<mlPin.KitPinApprovalPaging.KitPinApprovalSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Pin"> <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> </mlPin.KitPinApprovalPaging.KitPinApprovalSearch>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |