GET api/PartyDistributionType/ByPartyTypeID?partyTypeID={partyTypeID}
Returns the Distribution Types for the given PartyTypeID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| partyTypeID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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, application/json, text/json
Sample:
Sample not available.