| Name | Value | |
|---|---|---|
| REST-API METHOD | GET COMPANY BY VIRTUAL PATH | |
| HTTP METHOD | GET | |
| RESPONSE TYPE | XML | |
| URL | https://api.csm.next4biz.net/services/CompanyService/{CompanyID}/company.json/{virtualpath}/{LangID} | https://api.csm.next4biz.net/services/CompanyService/{CompanyID}/company.xml/{virtualpath}/{LangID} |
| REQUEST HEAD | Authorization: Basic {base64 encoded username:password} Accept: text/html,application/xhtml+json,application/json;q=0.9,*/*;q=0.8 Content-Type: application/json | Authorization: Basic {base64 encoded username:password} Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Content-Type: application/xml |
<Company xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<AccessToken i:nil="true"/>
<ApiUrl i:nil="true"/>
<CompanyId>{CompanyId}</CompanyId>
<CompanyName>{CompanyName}</CompanyName>
<CustomerIssueEntryUrl i:nil="true"/>
<CustomerKnowledgeBaseUrl i:nil="true"/>
<LogoPath>{LogoPath}</LogoPath>
<LogoStream i:nil="true"/>
<RedirectUrl i:nil="true"/>
<TimezoneId i:nil="true"/>
<Users i:nil="true"/>
<VirtualPath>{VirtualPath}</VirtualPath>
</Company>
{
"AccessToken": {},
"ApiUrl": {},
"CompanyId": "{CompanyId}",
"CompanyName": "{CompanyName}",
"CustomerIssueEntryUrl": {},
"CustomerKnowledgeBaseUrl": {},
"LogoPath": "{LogoPath}",
"LogoStream": {},
"RedirectUrl": {},
"TimezoneId": {},
"Users": {},
"VirtualPath": "{VirtualPath}"
}