GET api/Venue/GetCompanyProfile/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CompanyProfileView| Name | Description | Type | Additional information |
|---|---|---|---|
| VenueId | integer |
None. |
|
| CompanyName | string |
None. |
|
| CompanyAddress | string |
None. |
|
| CompanyPhone | string |
None. |
|
| CompanyTaxId | string |
None. |
|
| CompanyWebsite | string |
None. |
|
| FileName | string |
None. |
|
| LogoPath | string |
None. |
|
| DefaultPaymentTerm | string |
None. |
|
| VenueLimitation | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"venueId": 1,
"companyName": "sample string 2",
"companyAddress": "sample string 3",
"companyPhone": "sample string 4",
"companyTaxId": "sample string 5",
"companyWebsite": "sample string 6",
"fileName": "sample string 7",
"logoPath": "sample string 8",
"defaultPaymentTerm": "sample string 9",
"venueLimitation": "sample string 10"
}
text/html
Sample:
{"venueId":1,"companyName":"sample string 2","companyAddress":"sample string 3","companyPhone":"sample string 4","companyTaxId":"sample string 5","companyWebsite":"sample string 6","fileName":"sample string 7","logoPath":"sample string 8","defaultPaymentTerm":"sample string 9","venueLimitation":"sample string 10"}
application/xml, text/xml
Sample:
<CompanyProfileView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EB.Service.Contracts.Api"> <CompanyAddress>sample string 3</CompanyAddress> <CompanyName>sample string 2</CompanyName> <CompanyPhone>sample string 4</CompanyPhone> <CompanyTaxId>sample string 5</CompanyTaxId> <CompanyWebsite>sample string 6</CompanyWebsite> <DefaultPaymentTerm>sample string 9</DefaultPaymentTerm> <FileName>sample string 7</FileName> <LogoFile>QEA=</LogoFile> <LogoPath>sample string 8</LogoPath> <VenueId>1</VenueId> <VenueLimitation>sample string 10</VenueLimitation> </CompanyProfileView>