POST api/GetERCVendorConfigList
Request Information
URI Parameters
None.
Body Parameters
GetERCVendorListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | integer |
None. |
|
| RowPerPage | integer |
None. |
|
| TextFilter | string |
None. |
|
| UserEmail | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Page": 1,
"RowPerPage": 2,
"TextFilter": "sample string 3",
"UserEmail": "sample string 4"
}
application/xml, text/xml
Sample:
<GetERCVendorListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sirius_Api.Models.Sirius"> <UserEmail>sample string 4</UserEmail> <Page>1</Page> <RowPerPage>2</RowPerPage> <TextFilter>sample string 3</TextFilter> </GetERCVendorListRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.