Codat · Example Payload

Codat Create Bank Account Mapping Example

Unified_API

Codat Create Bank Account Mapping 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": "create-bank-account-mapping",
  "method": "POST",
  "path": "/companies/{companyId}/connections/{connectionId}/bankFeedAccounts/mapping",
  "summary": "Create bank feed account mapping",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "Example",
      "example": {
        "sourceAccountId": "acc-002",
        "targetAccountId": "account-081"
      }
    }
  ],
  "responseExamples": []
}