Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fhaActSectionId |
The FHA Act section identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The FHA Act section, if it exists.
Collection of Nano.FHAActSection| Name | Description | Type | Additional information |
|---|---|---|---|
| code |
Gets or sets the code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| id |
Gets or sets the FHA Act section identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"code": "sample String 1",
"description": "sample String 2",
"id": "3"
},
{
"code": "sample String 1",
"description": "sample String 2",
"id": "3"
}
]
text/html
Sample:
[{"code":"sample String 1","description":"sample String 2","id":"3"},{"code":"sample String 1","description":"sample String 2","id":"3"}]
application/xml, text/xml
Sample:
<ArrayOfFHAActSection xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<FHAActSection>
<Code>sample String 1</Code>
<Description>sample String 2</Description>
<FHAActSectionId>3</FHAActSectionId>
</FHAActSection>
<FHAActSection>
<Code>sample String 1</Code>
<Description>sample String 2</Description>
<FHAActSectionId>3</FHAActSectionId>
</FHAActSection>
</ArrayOfFHAActSection>
application/vnd.api+json
Sample:
Sample not available.