Login

APIDescription
POST api/auth/login?username={username}&password={password}

No documentation available.

GET api/auth/company?companyId={companyId}

No documentation available.

Payment

APIDescription
POST api/payment/generateToken?userId={userId}&companyId={companyId}

No documentation available.

POST api/payment/generateQR?userId={userId}&companyId={companyId}

No documentation available.

POST api/payment/status?userId={userId}&companyId={companyId}

No documentation available.

Order

APIDescription
POST api/orders?userId={userId}&companyId={companyId}

No documentation available.

PUT api/orders/{receiptId}

No documentation available.

GET api/orders?userId={userId}&companyId={companyId}&startDate={startDate}&endDate={endDate}&pageNumber={pageNumber}&pageSize={pageSize}

No documentation available.

GET api/dashboard/orders?userId={userId}&companyId={companyId}&startDate={startDate}&endDate={endDate}&fliterDate={fliterDate}

No documentation available.

POST api/orders/sync?userId={userId}&companyId={companyId}

No documentation available.