Company
Get the information of the company that you see in “server → managers registration”.
Request: Company(usr, pwd)
parameter | type | format | mandatory? |
---|---|---|---|
usr | integer |
| Yes |
pwd | string |
| Yes |
Response:
{
"Company": {
"company_email": "info@icnea.com",
"company_acronym": "ICNEA",
"company_name": "Icnea Tecnologia",
"company_address": "Mandri, 38",
"company_zip": "08022",
"company_city": "Barcelona",
"company_country": "ES",
"company_phone": "93 999 999 999",
"company_vat_number": "B123456789",
"company_country_name": "Spain"
}
}