Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Request: Company(usr, pwd)

parameter

type

format

mandatory?

usr

integer

Yes

pwd

string

Yes

Response:

{
  Company: {
    company_email: '',
    company_acronym: '',
    company_name: '',
    company_address: '',
    company_zip: '',
    company_city: '',
    company_country: '',
    company_phone: '',
    company_vat_number: '',
    company_country_name: ''
  }
}
  • No labels