action bigredcloud_sales_rep_post { label: "Creates a new SaleRep." provider: bigredcloud method: POST path: "/v1/salesReps" encoding: json input: { type: "object" properties: { code: { type: "string" } companyId: { type: "integer" format: "int64" } email: { type: "string" } id: { type: "integer" format: "int64" } name: { type: "string" } phone: { type: "string" } timeStamp: { type: "string" format: "byte" } } } output: { type: "object" } }