companyInformation
PATCH {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/companyInformation({{companyInformationId}})?tenant={{tenant}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
tenant | string |
Request Body
{"displayName"=>"CRONUS USA, Inc.", "website"=>"www.cronuscorp.net"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
If-Match | string |
RESPONSES
status: OK
{"@odata.context":"http://educator:7048/BC/api/v2.0/$metadata#companies(f592399f-021d-ed11-9db9-000d3aa935da)/companyInformation/$entity","@odata.etag":"W/\"JzE5OzkwNjk0NTEzNjM4MTI3MTY1NjAxOzAwOyc=\"","id":"aa0405bd-021d-ed11-9db9-000d3aa935da","displayName":"CRONUS USA, Inc.","addressLine1":"7122 South Ashford Street","addressLine2":"Westminster","city":"Atlanta","state":"GA","country":"US","postalCode":"31772","phoneNumber":"+1 425 555 0100","faxNumber":"+1 425 555 0101","email":"","website":"www.cronuscorp.net","taxRegistrationNumber":"","currencyCode":"USD","currentFiscalYearStartDate":"2023-01-01","industry":"","lastModifiedDateTime":"2022-08-24T21:31:43.283Z","picture@odata.mediaReadLink":"http://educator:7048/BC/api/v2.0/companies(f592399f-021d-ed11-9db9-000d3aa935da)/companyInformation(aa0405bd-021d-ed11-9db9-000d3aa935da)/picture"}