GET api/statistics/getpcbystate

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TotalByStateViewModel
NameDescriptionTypeAdditional information
RP_AddressState

string

None.

TotalEstado

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "RP_AddressState": "sample string 1",
    "TotalEstado": 2
  },
  {
    "RP_AddressState": "sample string 1",
    "TotalEstado": 2
  }
]

application/xml, text/xml

Sample:
<ArrayOfTotalByStateViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/asume.api.data.ViewModels">
  <TotalByStateViewModel>
    <RP_AddressState>sample string 1</RP_AddressState>
    <TotalEstado>2</TotalEstado>
  </TotalByStateViewModel>
  <TotalByStateViewModel>
    <RP_AddressState>sample string 1</RP_AddressState>
    <TotalEstado>2</TotalEstado>
  </TotalByStateViewModel>
</ArrayOfTotalByStateViewModel>