Company REST Endpoints

Company
The company endpoint is used to get company information, most especially supported languages and currencies, using REST API services.
Add Translations for Host Company or Partner Organization
Method: post
Path: /rest/v16/companies/{companyLoginName}/translations
Bulk Update Partner Organization and/or Host Company Details
Method: patch
Path: /rest/v16/companies
Create a Partner Organization Style Sheet
Method: post
Path: /rest/v16/companies/{companyLoginName}/styleSheets
Create Partner Oraganization
Method: post
Path: /rest/v16/companies
Delete a Style Sheet for a Partner Organization
Method: delete
Path: /rest/v16/companies/{companyLoginName}/styleSheets/{name}
Delete a Translation for a Host Company or Partner Organization
Method: delete
Path: /rest/v16/companies/{companyLoginName}/translations/{languageCode}
Export Details for Multiple Partner Organizations
Method: post
Path: /rest/v16/companies/actions/bulkExport
Get a Style Sheet for a Partner Organization
Method: get
Path: /rest/v16/companies/{companyLoginName}/styleSheets/{name}
Get All Style Sheets for a Partner Organization
Method: get
Path: /rest/v16/companies/{companyLoginName}/styleSheets
Get All Translation Details for Host Company or a Partner Organization
Method: get
Path: /rest/v16/companies/{companyLoginName}/translations
Get Host Company and All Partner Organizations
Method: get
Path: /rest/v16/companies
Get Host Company or Partner Organization Details
Method: get
Path: /rest/v16/companies/{companyLoginName}
Get Specific Translation Details for a Host Company or Partner Organization
Method: get
Path: /rest/v16/companies/{companyLoginName}/translations/{languageCode}
Import Details for Multiple Partner Oragnizations
Method: post
Path: /rest/v16/companies/actions/bulkImport
Update a Partner Organization Style Sheet
Method: put
Path: /rest/v16/companies/{companyLoginName}/styleSheets/{name}
Update All Host Company or Partner Organization Details
Method: put
Path: /rest/v16/companies/{companyLoginName}
Update Host Company or Partner Organization Translations
Method: patch
Path: /rest/v16/companies/{companyLoginName}/translations
Update Specific Host Company or Partner Organization Details
Method: patch
Path: /rest/v16/companies/{companyLoginName}