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