GET api/PartyDistributionType/{id}
Method to return a specific Party provided the ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IPartyDistributionType| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Description | string |
None. |
|
| IsActive | boolean |
None. |
|
| Purpose | string |
None. |
|
| IsDefaulted | boolean |
None. |
|
| TranslationKey | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<PartyDistributionType> <ID>0</ID> <Description /> <IsActive>True</IsActive> <Purpose /> <IsDefaulted>False</IsDefaulted> <TranslationKey /> <CreatedBy /> <DateCreated>01/01/0001 00:00:00</DateCreated> <LastModifiedBy /> <DateLastModified /> </PartyDistributionType>
application/json, text/json
Sample:
{
"ID": 0,
"IsActive": true,
"IsDefaulted": false,
"DateCreated": "0001-01-01T00:00:00"
}