PUT horizon/v1/administration/company
Updates the company data
horizon/v1/administration/company
Request Information
URI Parameters
None.
Body Parameters
Milenio3.Horizon.Dto.Entities.Configuration.UpdatedCompanyDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| LegalName | string |
None. |
|
| TaxID | string |
None. |
|
| Country | string |
None. |
|
| LogoBase64 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"LegalName": "sample string 2",
"TaxID": "sample string 3",
"Country": "sample string 4",
"LogoBase64": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Milenio3.Horizon.Dto.Entities.Configuration.UpdatedCompanyDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| LegalName | string |
None. |
|
| TaxID | string |
None. |
|
| Country | string |
None. |
|
| LogoBase64 | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"LegalName": "sample string 2",
"TaxID": "sample string 3",
"Country": "sample string 4",
"LogoBase64": "sample string 5"
}