GET api/RegPersonTitle
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RegPersonTitle| Name | Description | Type | Additional information |
|---|---|---|---|
| TitleId | string |
None. |
|
| Title | string |
None. |
|
| IsDeleted | integer |
None. |
|
| StatusId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TitleId": "sample string 1",
"Title": "sample string 2",
"IsDeleted": 3,
"StatusId": 4
},
{
"TitleId": "sample string 1",
"Title": "sample string 2",
"IsDeleted": 3,
"StatusId": 4
}
]