GET api/export/CedarParkContactsLookup/{PermitNumber}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PermitNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Export_CedarParkContactsLookup_ResultName | Description | Type | Additional information |
---|---|---|---|
ContactType | string |
None. |
|
ContactBusinessName | string |
None. |
|
ContactName | string |
None. |
|
ContactMobileNumber | decimal number |
None. |
|
ContactHomePhone | decimal number |
None. |
|
ContactOfficePhone | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ContactType": "sample string 1", "ContactBusinessName": "sample string 2", "ContactName": "sample string 3", "ContactMobileNumber": 1.0, "ContactHomePhone": 1.0, "ContactOfficePhone": 1.0 }, { "ContactType": "sample string 1", "ContactBusinessName": "sample string 2", "ContactName": "sample string 3", "ContactMobileNumber": 1.0, "ContactHomePhone": 1.0, "ContactOfficePhone": 1.0 } ]
application/xml, text/xml
Sample:
<ArrayOfExport_CedarParkContactsLookup_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models"> <Export_CedarParkContactsLookup_Result> <ContactBusinessName>sample string 2</ContactBusinessName> <ContactHomePhone>1</ContactHomePhone> <ContactMobileNumber>1</ContactMobileNumber> <ContactName>sample string 3</ContactName> <ContactOfficePhone>1</ContactOfficePhone> <ContactType>sample string 1</ContactType> </Export_CedarParkContactsLookup_Result> <Export_CedarParkContactsLookup_Result> <ContactBusinessName>sample string 2</ContactBusinessName> <ContactHomePhone>1</ContactHomePhone> <ContactMobileNumber>1</ContactMobileNumber> <ContactName>sample string 3</ContactName> <ContactOfficePhone>1</ContactOfficePhone> <ContactType>sample string 1</ContactType> </Export_CedarParkContactsLookup_Result> </ArrayOfExport_CedarParkContactsLookup_Result>