action beezup_get_customer_index { label: "The index of all operations and LOV" provider: beezup method: GET path: "/v2/user/customer/" encoding: json input: { type: "object" properties: { "If-None-Match": { type: "string" } } additionalProperties: false } output: { type: "object" description: "The index of the customer API" required: ["links", "lovLinks"] properties: { links: { type: "object" description: "Gives you want you can do on this API" required: ["accountInfo", "billingPeriods", "friendInfo", "self", "standardOffers"] properties: { accountInfo: { type: "object" } billingPeriods: { type: "object" } contracts: { type: "object" } friendInfo: { type: "object" } getOffer: { type: "object" } invoices: { type: "object" } logout: { type: "object" } self: { type: "object" } standardOffers: { type: "object" } stores: { type: "object" } } } lovLinks: { type: "object" properties: { activeOfferLov: { type: "object" description: "Describe the way you have to follow to get access to the LOV" required: ["href"] properties: { href: { type: "string" format: "uri" description: "Indicate the uri to the list of value" } method: { type: "string" description: "Indicate the http method to use on this link" enum: ["GET", "POST", "PATCH", "DELETE", "PUT", "HEAD"] } } } beezUPTimeZoneLov: { type: "object" description: "Describe the way you have to follow to get access to the LOV" required: ["href"] properties: { href: { type: "string" format: "uri" description: "Indicate the uri to the list of value" } method: { type: "string" description: "Indicate the http method to use on this link" enum: ["GET", "POST", "PATCH", "DELETE", "PUT", "HEAD"] } } } contractTerminationReasonLov: { type: "object" description: "Describe the way you have to follow to get access to the LOV" required: ["href"] properties: { href: { type: "string" format: "uri" description: "Indicate the uri to the list of value" } method: { type: "string" description: "Indicate the http method to use on this link" enum: ["GET", "POST", "PATCH", "DELETE", "PUT", "HEAD"] } } } countryLov: { type: "object" description: "Describe the way you have to follow to get access to the LOV" required: ["href"] properties: { href: { type: "string" format: "uri" description: "Indicate the uri to the list of value" } method: { type: "string" description: "Indicate the http method to use on this link" enum: ["GET", "POST", "PATCH", "DELETE", "PUT", "HEAD"] } } } customerStatusLov: { type: "object" description: "Describe the way you have to follow to get access to the LOV" required: ["href"] properties: { href: { type: "string" format: "uri" description: "Indicate the uri to the list of value" } method: { type: "string" description: "Indicate the http method to use on this link" enum: ["GET", "POST", "PATCH", "DELETE", "PUT", "HEAD"] } } } invoicePaymentStatusLov: { type: "object" description: "Describe the way you have to follow to get access to the LOV" required: ["href"] properties: { href: { type: "string" format: "uri" description: "Indicate the uri to the list of value" } method: { type: "string" description: "Indicate the http method to use on this link" enum: ["GET", "POST", "PATCH", "DELETE", "PUT", "HEAD"] } } } offerLov: { type: "object" description: "Describe the way you have to follow to get access to the LOV" required: ["href"] properties: { href: { type: "string" format: "uri" description: "Indicate the uri to the list of value" } method: { type: "string" description: "Indicate the http method to use on this link" enum: ["GET", "POST", "PATCH", "DELETE", "PUT", "HEAD"] } } } storeCountryLov: { type: "object" description: "Describe the way you have to follow to get access to the LOV" required: ["href"] properties: { href: { type: "string" format: "uri" description: "Indicate the uri to the list of value" } method: { type: "string" description: "Indicate the http method to use on this link" enum: ["GET", "POST", "PATCH", "DELETE", "PUT", "HEAD"] } } } storeSectorLov: { type: "object" description: "Describe the way you have to follow to get access to the LOV" required: ["href"] properties: { href: { type: "string" format: "uri" description: "Indicate the uri to the list of value" } method: { type: "string" description: "Indicate the http method to use on this link" enum: ["GET", "POST", "PATCH", "DELETE", "PUT", "HEAD"] } } } } } } } }