GET api/Admin/ThirdPartyReferenceType/{id}
Returns the Third Party Reference Type belonging to the ID passed
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ByDesign Third Party Reference Type ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IThirdPartyReferenceType| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Description | string |
None. |
|
| IntegrationProviderAccountID | integer |
None. |
Response Formats
application/xml, text/xml
Sample:
<ThirdPartyReferenceType> <ID>0</ID> <Description /> <IntegrationProviderAccountID>0</IntegrationProviderAccountID> <CreatedBy /> <DateCreated>01/01/0001 00:00:00</DateCreated> <LastModifiedBy /> <DateLastModified /> </ThirdPartyReferenceType>
application/json, text/json
Sample:
{
"ID": 0,
"IntegrationProviderAccountID": 0,
"DateCreated": "0001-01-01T00:00:00"
}