action data2crm_create_quote_item_entity { label: "POST for quoteItem" description: "Add quoteItem into the system" provider: data2crm method: POST path: "/application/entity/quoteItem" 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 } }