action avaza_estimate_get { label: "Gets list of Estimates" description: "EstimateStatusCode values are: \"Draft\", \"Sent\", \"Accepted\", \"Converted\", \"Expired\", \"Rejected\"" provider: avaza method: GET path: "/api/Estimate" encoding: json input: { type: "object" properties: { CompanyIDFK: { type: "string" } Sort: { type: "string" } UpdatedAfter: { type: "string" } pageNumber: { type: "string" } pageSize: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }