GET api/OrgContacts/{id}
Get all OrgContact records matching the provided OrganizationId
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
OrgContact| Name | Description | Type | Additional information | 
|---|---|---|---|
| OrgContactId | integer | None. | |
| OrganizationId | integer | None. | |
| BrandId | integer | None. | |
| ContactTypeId | integer | None. | |
| ittfid | integer | None. | |
| IsActive | boolean | None. | |
| CreatedDateTime | date | None. | |
| LastUpdatedDateTime | date | None. | |
| CreatedBy | integer | None. | |
| LastModifiedBy | integer | None. | |
| IsDeleted | boolean | None. | |
| ContactType | ContactType | None. | |
| Brand | Brand | None. | |
| Organization | Organization | None. | 
Response Formats
application/json
            Sample:
    
        Sample not available.
text/json
            Sample:
    
        Sample not available.
application/xml
            Sample:
    
        Sample not available.
text/xml
            Sample:
    
Sample not available.