Codat · Example Payload

Codat Update Company Example

Unified_API

Codat Update Company Example is an example object payload from Codat, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "update-company",
  "method": "PATCH",
  "path": "/companies/{companyId}",
  "summary": "Update company",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "Update tags",
      "example": {
        "tags": {
          "refrence": "new reference"
        }
      }
    },
    {
      "contentType": "application/json",
      "name": "Update name",
      "example": {
        "name": "New Name"
      }
    }
  ],
  "responseExamples": []
}