Update Company
/company
Update Company [PUT]
Update company information.
Authorization: Admin
Request
Body{ "id": 1, "name": "Osato Chemicals", "restrictAllUsers": false, "restrictAccountCreation": false, "syncWindowDaysAfter": 30, "syncWindowDaysBefore": 30, "logoUrl": "https://s3.amazonaws.com/archive.inspectall/.../logo", "brandingName": "Osato Chem", "brandingAddress": "123 Peachtree Street", "brandingCity": "Atlanta", "brandingState": "GA", "brandingZip": "30091", "brandingCountry": "US", "brandingPhone": "908-902-9102", "brandingFooter": "This is a disclaimer at the bottom of our forms", }
Response 200
Body
{ "item": { "id": 1, "name": "Springfield Nuclear Plant", "createdAt": "2011-05-20T13:52:30.66", "restrictAllUsers": false, "restrictAccountCreation": false, "syncWindowDaysAfter": 30, "syncWindowDaysBefore": 30, "logoUrl": "https://s3.amazonaws.com/archive.inspectall/.../logo", "rowStatus": 1, "modifiedAt": "2014-01-08T19:54:24.207", "brandingName": "Springfield Nuclear Plant", "brandingAddress": "123 Peachtree Street", "brandingCity": "Atlanta", "brandingState": "GA", "brandingZip": "30091", "brandingCountry": "US", "brandingPhone": "908-902-9102", "brandingFooter": "This is a disclaimer at the bottom of our forms", "usersCount": 10, "userLicenses": 5, "customBilling": false } }