Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.51 KB

CompaniesApi.md

File metadata and controls

57 lines (35 loc) · 1.51 KB

fattureInCloudSdk.CompaniesApi

All URIs are relative to https://api-v2.fattureincloud.it

Method HTTP request Description
getCompanyInfo GET /c/{company_id}/company/info Get Company Info

getCompanyInfo

GetCompanyInfoResponse getCompanyInfo(companyId)

Get Company Info

Gets the company detailed info.

Example

import fattureInCloudSdk from '@fattureincloud/fattureincloud-js-sdk';
let defaultClient = fattureInCloudSdk.ApiClient.instance;
// Configure OAuth2 access token for authorization: OAuth2AuthenticationCodeFlow
let OAuth2AuthenticationCodeFlow = defaultClient.authentications['OAuth2AuthenticationCodeFlow'];
OAuth2AuthenticationCodeFlow.accessToken = 'YOUR ACCESS TOKEN';

let apiInstance = new fattureInCloudSdk.CompaniesApi();
let companyId = 12345; // Number | The ID of the company.
apiInstance.getCompanyInfo(companyId).then((result) => {
  console.log('API called successfully. Returned result: ' + JSON.stringify(result));
}, (error) => {
  console.error(error);
});

Parameters

Name Type Description Notes
companyId Number The ID of the company.

Return type

GetCompanyInfoResponse

Authorization

OAuth2AuthenticationCodeFlow

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json