GET api/PortalAdmin/Customer/Detail?Id={Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PortalCustomer_ListBinddingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PortalId | integer |
Required |
|
| KeyWord | string |
None. |
|
| StausId | byte |
Required |
|
| CurrentPage | integer |
Required |
|
| RowPerPage | integer |
Required |
Response Formats
application/json, text/json
Sample:
{
"portalId": 1,
"keyWord": "sample string 2",
"stausId": 64,
"currentPage": 4,
"rowPerPage": 5
}
application/xml, text/xml
Sample:
<PortalCustomer_ListBinddingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Portal"> <CurrentPage>4</CurrentPage> <KeyWord>sample string 2</KeyWord> <PortalId>1</PortalId> <RowPerPage>5</RowPerPage> <StausId>64</StausId> </PortalCustomer_ListBinddingModel>