{
"currentPage": "int32",
"itemCount": "int32",
"itemCountFuture": {
"value": "int32"
},
"items": [
{
"country": "string",
"countryId": "string",
"id": "int32",
"name": "string",
"postcode": "string",
"state": "string"
}
],
"pageCount": "int32",
"pageSize": "int32"
}
Name | Type | Description |
---|---|---|
currentPage | int32 | Int32 |
itemCount | int32 | Int32 |
itemCountFuture | object |
IFutureValue |
itemCountFuture.value | int32 | Int32 |
items[] | array | |
items[].country | string | String |
items[].countryId | string | String |
items[].id | int32 | Int32 |
items[].name | string | String |
items[].postcode | string | String |
items[].state | string | String |
pageCount | int32 | Int32 |
pageSize | int32 | Int32 |
Powered by DapperDox