POST api/county/{countyId}/condos/{pin10}/contact
Requires Authorization!
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
countyId | integer |
Required |
|
pin10 | string |
Required |
Body Parameters
CondoAssocContactInfoBindingModelName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Address | string |
None. |
|
Phone | string |
None. |
|
string |
None. |
||
Representative | string |
None. |
|
Notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "name": "sample string 1", "address": "sample string 2", "phone": "sample string 3", "email": "sample string 4", "representative": "sample string 5", "notes": "sample string 6" }
text/html
Sample:
{"name":"sample string 1","address":"sample string 2","phone":"sample string 3","email":"sample string 4","representative":"sample string 5","notes":"sample string 6"}
application/xml, text/xml
Sample:
<CondoAssocContactInfoBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.PropertyBinding"> <Address>sample string 2</Address> <Email>sample string 4</Email> <Name>sample string 1</Name> <Notes>sample string 6</Notes> <Phone>sample string 3</Phone> <Representative>sample string 5</Representative> </CondoAssocContactInfoBindingModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
CondoAssocContactInfoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
Address | string |
None. |
|
Representative | string |
None. |
|
Phone | string |
None. |
|
string |
None. |
||
Notes | string |
None. |
|
CreatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "name": "sample string 2", "address": "sample string 3", "representative": "sample string 4", "phone": "sample string 5", "email": "sample string 6", "notes": "sample string 7", "createdDate": "2025-05-20T17:38:13.8286053-05:00" }
text/html
Sample:
{"id":1,"name":"sample string 2","address":"sample string 3","representative":"sample string 4","phone":"sample string 5","email":"sample string 6","notes":"sample string 7","createdDate":"2025-05-20T17:38:13.8286053-05:00"}
application/xml, text/xml
Sample:
<CondoAssocContactInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities"> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <Address>sample string 3</Address> <CreatedDate>2025-05-20T17:38:13.8286053-05:00</CreatedDate> <Email>sample string 6</Email> <Name>sample string 2</Name> <Notes>sample string 7</Notes> <Phone>sample string 5</Phone> <Representative>sample string 4</Representative> </CondoAssocContactInfo>