GET api/Admin/GenealogyPositionMethod/{id}
Allows you to get a specific .
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IGenealogyPositionMethod| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Description | string |
None. |
|
| DisplayName | string |
None. |
|
| GenealogyPlanTypeID | integer |
None. |
|
| TargetProc | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<GenealogyPositionMethod> <ID>0</ID> <Description /> <DisplayName /> <GenealogyPlanTypeID>0</GenealogyPlanTypeID> <TargetProc /> </GenealogyPositionMethod>
application/json, text/json
Sample:
{
"ID": 0,
"GenealogyPlanTypeID": 0
}