GET api/Brands/{id}
Get Brand by provided ID
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
Brand| Name | Description | Type | Additional information | 
|---|---|---|---|
| BrandId | integer | None. | |
| OrganizationId | integer | None. | |
| BrandName | string | None. | |
| IsActive | boolean | None. | |
| CreatedDateTime | date | None. | |
| LastUpdatedDateTime | date | None. | |
| BrandCode | string | None. | |
| CreatedBy | integer | None. | |
| LastModifiedBy | integer | None. | |
| IsDeleted | boolean | None. | |
| Documents_History | Collection of Documents_History | None. | |
| Equipments | Collection of Equipment | None. | |
| OrgContacts | Collection of OrgContact | None. | |
| Documents | Collection of Document | None. | |
| ContactNumbers | Collection of ContactNumber | None. | |
| Emails | Collection of Email | 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.