Get CompanyAccounting by Id [GET]

Operation

Information of the operation

GET
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/accounting/{integrationId}/company/{companyId}


Request

PropertyTypeRequiredType parameterDefault valueDescription
chainIdIntegertruepath parameter
Unique identificator of the chain.
propertyIdIntegertruepath parameter
Unique identificator of the property.
integrationIdIntegertruepath parameter
Unique identificator of the integration.
companyIdIntegertruepath parameter
Unique identificator of the company.

Example request

GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/2/accounting/11/company/26779


Response

PropertyTypeRequiredDescription
CompanyAccountingCompanyAccountingtrue

Entity


FieldTypeRequiredDescription
companyCompanytrue
accountingAccountStringtrue

Example response

{
    "company": {
        "id": 26779,
        "name": "Abata",
        "code": null,
        "taxId": "111928627Y",
        "iataId": null,
        "companyEmailList": null,
        "companyAddressList": [{
            "id": 1285,
            "primary": true,
            "communicationLocationType": {
                "id": 1,
                "code": "1",
                "name": "Home"
            },
            "street": null,
            "city": null,
            "stateProvName": null,
            "stateProvCode": null,
            "postalCode": null,
            "countryCode": "ES",
            "remark": null
        }],
        "companyPhoneList": null,
        "companyTaxAddress": null,
        "remark": null,
  		"profileType": {
	 		"code": "2",
   		    "name": "Company",
     		"nameI18n": "Company",
     		"colorCode": "#00ACC1"
   		}
    },
    "accountingAccount": "4300026779"
}