action codat_create_credit_note { label: "Create credit note" description: "Push credit note\n\n\nRequired data may vary by integration. To see what data to post, first call [Get create/update credit note model](https://docs.codat.io/accounting-api#/operations/get-create-update-creditNotes-model).\n\n> **Supported Integrations**\n> \n> Check out our [Knowledge UI](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=creditNotes) for integrations that support creating a credit note." provider: codat method: POST path: "/companies/{companyId}/connections/{connectionId}/push/creditNotes" encoding: json input: { type: "object" properties: { timeoutInMinutes: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" } }