POST api/mapReference/loadMapReferenceMasterDetails?mapRef={mapRef}&streetAddress={streetAddress}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
mapRef | string |
Required |
|
streetAddress | string |
Required |
Body Parameters
PaginationFilterName | Description | Type | Additional information |
---|---|---|---|
PageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
TotalPages | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "PageNumber": 1, "PageSize": 2, "TotalPages": 3 }
text/xml
Sample:
<PaginationFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Peercore.Transport.Model"> <PageNumber>1</PageNumber> <PageSize>2</PageSize> <TotalPages>3</TotalPages> </PaginationFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |