GreenPlaces Integrations
HomeDashboard
  • ๐Ÿ‘‹Welcome to GreenPlaces
  • Overview
    • Adding your Team
    • Available Integrations
      • ๐Ÿ‘ฅHRIS
      • โšกUtilities
      • ๐Ÿ“–Accounting
    • Configuring SSO
  • Integrations
    • HRIS
    • Accounting
    • Utilities
  • GreenPlaces API
    • ๐ŸŒAPI Overview
    • ๐Ÿ”Authentication
    • ๐ŸงญAPI Reference
      • Air travel
        • Bulk
        • Segments
      • Appliances
        • File
      • Expenses
      • Locations
      • Vehicles
      • Vendors
    • Specification
  • Page
Powered by GitBook
On this page
  1. GreenPlaces API
  2. API Reference
  3. Appliances

File

PreviousAppliancesNextExpenses
๐Ÿงญ

Add file in an appliance

post

Add file in an appliance for a company

Path parameters
idstringRequired

ID of the Appliance

Example: 996501df-0bfc-4f95-954d-3a5d5dc48469
Body

Update appliance request body data

manufacturer_labelstring ยท binaryOptional

Manufacturer Label for the Appliance

Responses
200
Successful operation
application/json
Responseobject
400
Bad Request
application/json
403
Unauthenticated
application/json
404
Not Found
application/json
500
Internal Server
application/json
post
POST /api/appliances/{id}/file HTTP/1.1
Host: app.greenplaces.com
Content-Type: application/json
Accept: */*
Content-Length: 31

{
  "manufacturer_label": "binary"
}
{}