Upload a replacement logo for a company by its ID
POST
/companies/{id}/logosLast modified: 2 months ago
Request
Path Params
id
string
optional
The Id of the company to which the Logo should be updated.
Header Params
X-Integration-Name
string
required
Integration name
Example:
API Documentation
X-Integration-Provider
string
required
Integration provider
Example:
cobra GmbH
X-Cobra-TenantId
string
required
Tenant ID
Example:
12e39e53-ece1-4d8d-8958-e782de1dbef0
X-Integration-Contact
string
optional
Integration contact
Example:
info@cobra.de
Accept-Language
string
optional
Example:
de
Body Params multipart/form-data
LogoFile
file
optional
The company logo file to be uploaded.
IsSystemCreated
boolean
optional
Request samples
Responses
OK(200)
Forbidden(403)
Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
object (UploadFileResponse)
optional
fileUrl
string | null
optional
message
string | null
optional
success
boolean
optional
statusCode
integer <int32>
optional
message
string | null
optional
metaData
object (ResponseMetaData)
optional
totalResults
integer <int32>
optional
responseTimeStamp
string <date-time>
optional
statusCode
integer <int32>
optional
Example
{
"data": {
"fileUrl": "string",
"message": "string",
"success": true,
"statusCode": 0
},
"message": "string",
"metaData": {
"totalResults": 0,
"responseTimeStamp": "2019-08-24T14:15:22.123Z"
},
"statusCode": 0
}
Last modified: 2 months ago