action data2crm_create_invoice_entity { label: "POST for invoice" description: "Add invoice into the system" provider: data2crm method: POST path: "/application/entity/invoice" encoding: json input: { type: "object" properties: { "X-API2CRM-APPLICATION-KEY": { type: "string" } "X-API2CRM-DESCRIBE-LIFETIME": { type: "string" } "X-API2CRM-NATIVE-ENABLE": { type: "string" } "X-API2CRM-USER-KEY": { type: "string" } } required: ["X-API2CRM-APPLICATION-KEY", "X-API2CRM-USER-KEY"] additionalProperties: false } output: { type: "object" additionalProperties: true } }