{"openapi":"3.0.1","info":{"title":"OptoSoft Retapos API","version":"v1","description":"OptoSoft Retapos REST API — programmatic access to optical retail operations: authentication, customers, orders, quick sale, invoices and receipts. Base URL: https://app.opto-soft.com/global/api-v1. Auth: JWT Bearer (POST /api/Auth/login)."},"servers":[{"url":"https://app.opto-soft.com/global/api-v1"}],"paths":{"/api/Account/user-details":{"get":{"tags":["Account"],"parameters":[{"name":"date","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/Account/get-profile":{"post":{"tags":["Account"],"responses":{"200":{"description":"OK"}}}},"/api/Auth/login":{"post":{"tags":["Auth"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OMLoginRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/OMLoginRequest"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/OMLoginRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Common/GetQuickSaleTypes":{"post":{"tags":["Common"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OMEnumModelEncrypted"}},"text/json":{"schema":{"$ref":"#/components/schemas/OMEnumModelEncrypted"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/OMEnumModelEncrypted"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Common/GetItemTypesByModule":{"post":{"tags":["Common"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EncryptedModuleIdRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/EncryptedModuleIdRequest"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/EncryptedModuleIdRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Common/GetCategoriesByItemType":{"post":{"tags":["Common"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EncryptedItemTypeIdRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/EncryptedItemTypeIdRequest"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/EncryptedItemTypeIdRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Common/GetSubCategoriesByCategory":{"post":{"tags":["Common"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EncryptedCategoryIdRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/EncryptedCategoryIdRequest"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/EncryptedCategoryIdRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Common/SearchItems":{"post":{"tags":["Common"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EncryptedItemSearchRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/EncryptedItemSearchRequest"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/EncryptedItemSearchRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Common/GetItemTypes":{"get":{"tags":["Common"],"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OMEnumModelEncrypted"}}},"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OMEnumModelEncrypted"}}},"text/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OMEnumModelEncrypted"}}}}}}}},"/api/Common/GetYears":{"get":{"tags":["Common"],"responses":{"200":{"description":"OK"}}}},"/api/Common/invoice/pdf":{"post":{"tags":["Common"],"parameters":[{"name":"BranchID","in":"query","schema":{"type":"string"}},{"name":"CompanyID","in":"query","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}},"application/*+json":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Common/GetCountries":{"get":{"tags":["Common"],"responses":{"200":{"description":"OK"}}}},"/api/Common/GetStates/{countryId}":{"get":{"tags":["Common"],"parameters":[{"name":"countryId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/Common/receipt/pdf":{"post":{"tags":["Common"],"parameters":[{"name":"receiptNo","in":"query","schema":{"type":"string"}},{"name":"external","in":"query","schema":{"type":"boolean","default":true}},{"name":"BranchID","in":"query","schema":{"type":"string"}},{"name":"CompanyID","in":"query","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}},"application/*+json":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Common/invoice/pdf/html":{"post":{"tags":["Common"],"parameters":[{"name":"BranchID","in":"query","schema":{"type":"string"}},{"name":"CompanyID","in":"query","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}},"application/*+json":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Common/receipt/pdf/html":{"post":{"tags":["Common"],"parameters":[{"name":"receiptNo","in":"query","schema":{"type":"string","default":""}},{"name":"external","in":"query","schema":{"type":"boolean","default":true}},{"name":"BranchID","in":"query","schema":{"type":"string"}},{"name":"CompanyID","in":"query","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"string"}},"text/json":{"schema":{"type":"string"}},"application/*+json":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Customer/check-duplicate":{"post":{"tags":["Customer"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}},"text/json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Customer/detail":{"post":{"tags":["Customer"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}},"text/json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Customer/existing-for-quicksale/{customerId}":{"get":{"tags":["Customer"],"parameters":[{"name":"customerId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/Customer/list":{"post":{"tags":["Customer"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}},"text/json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Customer/upsert":{"post":{"tags":["Customer"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EncryptedCustomerModel"}},"text/json":{"schema":{"$ref":"#/components/schemas/EncryptedCustomerModel"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/EncryptedCustomerModel"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Customer/prescription-list":{"post":{"tags":["Customer"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}},"text/json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Customer/doctor-list":{"post":{"tags":["Customer"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}},"text/json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Customer/GetPrescription":{"post":{"tags":["Customer"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OMAppEyeInfoModel"}},"text/json":{"schema":{"$ref":"#/components/schemas/OMAppEyeInfoModel"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/OMAppEyeInfoModel"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Customer/prescription-full-detail":{"post":{"tags":["Customer"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OMAppEyeInfoModel"}},"text/json":{"schema":{"$ref":"#/components/schemas/OMAppEyeInfoModel"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/OMAppEyeInfoModel"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Customer/save-prescription":{"post":{"tags":["Customer"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OMAppCustomerData"}},"text/json":{"schema":{"$ref":"#/components/schemas/OMAppCustomerData"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/OMAppCustomerData"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Customer/delete-prescription":{"post":{"tags":["Customer"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OMAppEyeInfoModel"}},"text/json":{"schema":{"$ref":"#/components/schemas/OMAppEyeInfoModel"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/OMAppEyeInfoModel"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Customer/doctor-list-page":{"post":{"tags":["Customer"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}},"text/json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/OMSearchCustomer"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Customer/save-doctor":{"post":{"tags":["Customer"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EncryptedDoctorSaveModel"}},"text/json":{"schema":{"$ref":"#/components/schemas/EncryptedDoctorSaveModel"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/EncryptedDoctorSaveModel"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Customer/get-doctor/{id}":{"get":{"tags":["Customer"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/Dashboard/dashboardData":{"post":{"tags":["Dashboard"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EncryptedDashboardRequestDto"}},"text/json":{"schema":{"$ref":"#/components/schemas/EncryptedDashboardRequestDto"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/EncryptedDashboardRequestDto"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Invoice/List":{"post":{"tags":["Invoice"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchInvoice"}},"text/json":{"schema":{"$ref":"#/components/schemas/SearchInvoice"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/SearchInvoice"}}}},"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/EncryptedInvoiceListDtoPagedApiResponse"}},"application/json":{"schema":{"$ref":"#/components/schemas/EncryptedInvoiceListDtoPagedApiResponse"}},"text/json":{"schema":{"$ref":"#/components/schemas/EncryptedInvoiceListDtoPagedApiResponse"}}}},"400":{"description":"Bad Request","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"application/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"text/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}}}},"401":{"description":"Unauthorized","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"application/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"text/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}}}}}}},"/api/Invoice/GetOrdersForNewInvoice":{"post":{"tags":["Invoice"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OMRequestModel"}},"text/json":{"schema":{"$ref":"#/components/schemas/OMRequestModel"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/OMRequestModel"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Invoice/get-customers-for-invoice":{"get":{"tags":["Invoice"],"responses":{"200":{"description":"OK"}}}},"/api/Invoice/get-sales-orders-for-invoice":{"get":{"tags":["Invoice"],"parameters":[{"name":"customerId","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/Invoice/get-invoice-data-by-salesorder":{"get":{"tags":["Invoice"],"parameters":[{"name":"salesOrderId","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/Invoice/save-invoice-data":{"post":{"tags":["Invoice"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OMFastWizardModel"}},"text/json":{"schema":{"$ref":"#/components/schemas/OMFastWizardModel"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/OMFastWizardModel"}}}},"responses":{"200":{"description":"OK"}}}},"/api/Orders/with-balance":{"get":{"tags":["Orders"],"parameters":[{"name":"yearId","in":"query","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK"},"500":{"description":"Internal Server Error"}}}},"/api/Orders/{salesOrderNo}":{"get":{"tags":["Orders"],"parameters":[{"name":"salesOrderNo","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"},"404":{"description":"Not Found","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"application/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"text/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}}}},"500":{"description":"Internal Server Error"}}}},"/api/Orders/{salesOrderNo}/ids":{"get":{"tags":["Orders"],"parameters":[{"name":"salesOrderNo","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/EncryptedOrderIdsDto"}},"application/json":{"schema":{"$ref":"#/components/schemas/EncryptedOrderIdsDto"}},"text/json":{"schema":{"$ref":"#/components/schemas/EncryptedOrderIdsDto"}}}},"404":{"description":"Not Found","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"application/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"text/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}}}},"500":{"description":"Internal Server Error"}}}},"/api/Orders/search":{"post":{"tags":["Orders"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SalesOrderSearchRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/SalesOrderSearchRequest"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/SalesOrderSearchRequest"}}}},"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/EncryptedSalesOrderPagedListDtoPagedResponse"}},"application/json":{"schema":{"$ref":"#/components/schemas/EncryptedSalesOrderPagedListDtoPagedResponse"}},"text/json":{"schema":{"$ref":"#/components/schemas/EncryptedSalesOrderPagedListDtoPagedResponse"}}}},"500":{"description":"Internal Server Error"}}}},"/api/Orders/{salesOrderId}/items":{"get":{"tags":["Orders"],"parameters":[{"name":"salesOrderId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK"}}}},"/api/Orders/dropdown":{"get":{"tags":["Orders"],"parameters":[{"name":"customerId","in":"query","schema":{"type":"string"}},{"name":"yearId","in":"query","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EncryptedSalesOrderDropdownDto"}}},"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EncryptedSalesOrderDropdownDto"}}},"text/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EncryptedSalesOrderDropdownDto"}}}}},"500":{"description":"Internal Server Error"}}}},"/api/Orders/{salesOrderId}/advance-receipt-data":{"get":{"tags":["Orders"],"parameters":[{"name":"salesOrderId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/EncryptedSalesOrderAdvanceReceiptDto"}},"application/json":{"schema":{"$ref":"#/components/schemas/EncryptedSalesOrderAdvanceReceiptDto"}},"text/json":{"schema":{"$ref":"#/components/schemas/EncryptedSalesOrderAdvanceReceiptDto"}}}},"404":{"description":"Not Found","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"application/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"text/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}}}}}}},"/api/Orders/cancellation-reasons":{"get":{"tags":["Orders"],"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SOCancellationReasonDto"}}},"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SOCancellationReasonDto"}}},"text/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SOCancellationReasonDto"}}}}},"401":{"description":"Unauthorized","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"application/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"text/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}}}},"500":{"description":"Internal Server Error"}}}},"/api/Orders/{salesOrderId}/cancel":{"post":{"tags":["Orders"],"parameters":[{"name":"salesOrderId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CancelSalesOrderRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/CancelSalesOrderRequest"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/CancelSalesOrderRequest"}}}},"responses":{"200":{"description":"OK"},"400":{"description":"Bad Request","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"application/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"text/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}}}},"401":{"description":"Unauthorized","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"application/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"text/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}}}},"500":{"description":"Internal Server Error"}}}},"/api/Orders/{salesOrderId}/status":{"put":{"tags":["Orders"],"parameters":[{"name":"salesOrderId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChangeSalesOrderStatusRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/ChangeSalesOrderStatusRequest"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/ChangeSalesOrderStatusRequest"}}}},"responses":{"200":{"description":"OK"},"400":{"description":"Bad Request","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"application/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"text/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}}}},"401":{"description":"Unauthorized","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"application/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"text/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}}}},"500":{"description":"Internal Server Error"}}}},"/api/quickSale/SaveSale":{"post":{"tags":["quickSale"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OMFastWizardModel"}},"text/json":{"schema":{"$ref":"#/components/schemas/OMFastWizardModel"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/OMFastWizardModel"}}}},"responses":{"200":{"description":"OK"}}}},"/api/quickSale/SaveInvoiceOnly":{"post":{"tags":["quickSale"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SaveInvoiceOnlyRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/SaveInvoiceOnlyRequest"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/SaveInvoiceOnlyRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/api/quickSale/GetReceiptDetails":{"get":{"tags":["quickSale"],"parameters":[{"name":"customerId","in":"query","schema":{"type":"integer","format":"int64"}},{"name":"receiptId","in":"query","schema":{"type":"integer","format":"int64"}},{"name":"salesOrderId","in":"query","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/SaveReceipt":{"post":{"tags":["quickSale"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReceiptWithouInvoiceModel"}},"text/json":{"schema":{"$ref":"#/components/schemas/ReceiptWithouInvoiceModel"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/ReceiptWithouInvoiceModel"}}}},"responses":{"200":{"description":"OK"}}}},"/api/quickSale/insurance-companies":{"get":{"tags":["quickSale"],"parameters":[{"name":"activeOnly","in":"query","schema":{"type":"boolean","default":true}}],"responses":{"200":{"description":"OK"}}},"post":{"tags":["quickSale"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddInsuranceCompanyRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/AddInsuranceCompanyRequest"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/AddInsuranceCompanyRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/api/quickSale/CalculateTempGrossInsurance":{"post":{"tags":["quickSale"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CalculateTempGrossInsuranceRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/CalculateTempGrossInsuranceRequest"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/CalculateTempGrossInsuranceRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/api/quickSale/getSources":{"get":{"tags":["quickSale"],"parameters":[{"name":"page","in":"query","schema":{"type":"integer","format":"int32","default":1}},{"name":"pageSize","in":"query","schema":{"type":"integer","format":"int32","default":20}}],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/getMemberships":{"get":{"tags":["quickSale"],"parameters":[{"name":"page","in":"query","schema":{"type":"integer","format":"int32","default":1}},{"name":"pageSize","in":"query","schema":{"type":"integer","format":"int32","default":20}}],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/getGenders":{"get":{"tags":["quickSale"],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/GetFrameSunGlassForAutoComplete":{"get":{"tags":["quickSale"],"parameters":[{"name":"term","in":"query","schema":{"type":"string"}},{"name":"yearId","in":"query","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/getItemDetailFromCode":{"get":{"tags":["quickSale"],"parameters":[{"name":"code","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/getExactItemStock":{"get":{"tags":["quickSale"],"parameters":[{"name":"itemId","in":"query","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/GetSpectacleLensForAutoComplete":{"get":{"tags":["quickSale"],"parameters":[{"name":"term","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/search-contact-lens":{"post":{"tags":["quickSale"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContactLensSearchRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/ContactLensSearchRequest"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/ContactLensSearchRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/api/quickSale/saveSalesOrderTemp":{"post":{"tags":["quickSale"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SalesOrderTempModelRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/SalesOrderTempModelRequest"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/SalesOrderTempModelRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/api/quickSale/GetSalesOrderTemp":{"post":{"tags":["quickSale"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetSalesOrderTempRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/GetSalesOrderTempRequest"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/GetSalesOrderTempRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/api/quickSale/deleteSalesOrderTempBySession":{"post":{"tags":["quickSale"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteSessionRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/DeleteSessionRequest"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/DeleteSessionRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/api/quickSale/delete-salesorder-temp":{"post":{"tags":["quickSale"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteSalesOrderTempRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/DeleteSalesOrderTempRequest"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/DeleteSalesOrderTempRequest"}}}},"responses":{"200":{"description":"OK"}}}},"/api/quickSale/update-sales-order-temp-values":{"post":{"tags":["quickSale"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateSalesOrderRequestModel"}},"text/json":{"schema":{"$ref":"#/components/schemas/UpdateSalesOrderRequestModel"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/UpdateSalesOrderRequestModel"}}}},"responses":{"200":{"description":"OK"}}}},"/api/quickSale/get-item-type-id":{"get":{"tags":["quickSale"],"parameters":[{"name":"id","in":"query","schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/get-suppliers-dropdown":{"get":{"tags":["quickSale"],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/get-fitters-dropdown":{"get":{"tags":["quickSale"],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/get-priority-dropdown":{"get":{"tags":["quickSale"],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/get-doctors-dropdown":{"get":{"tags":["quickSale"],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/app-version":{"get":{"tags":["quickSale"],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/get-branch-logo/{branchId}/{fileName}":{"get":{"tags":["quickSale"],"parameters":[{"name":"branchId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"fileName","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/get-branch-details":{"get":{"tags":["quickSale"],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/Fetch-Receipt-Type":{"get":{"tags":["quickSale"],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/allCard":{"get":{"tags":["quickSale"],"responses":{"200":{"description":"OK"}}}},"/api/quickSale/get-credit-notes":{"get":{"tags":["quickSale"],"parameters":[{"name":"customerId","in":"query","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK"}}}},"/api/Receipts/id":{"get":{"tags":["Receipts"],"parameters":[{"name":"customerId","in":"query","schema":{"type":"integer","format":"int64"}},{"name":"salesOrderId","in":"query","schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EncryptedReceiptListDto"}}},"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EncryptedReceiptListDto"}}},"text/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EncryptedReceiptListDto"}}}}},"404":{"description":"Not Found","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"application/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}},"text/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}}}},"500":{"description":"Internal Server Error"}}}},"/api/Receipts/list-paged":{"post":{"tags":["Receipts"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReceiptFilterRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/ReceiptFilterRequest"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/ReceiptFilterRequest"}}}},"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/EncryptedReceiptPagedDtoPagedResult"}},"application/json":{"schema":{"$ref":"#/components/schemas/EncryptedReceiptPagedDtoPagedResult"}},"text/json":{"schema":{"$ref":"#/components/schemas/EncryptedReceiptPagedDtoPagedResult"}}}},"500":{"description":"Internal Server Error"}}}}},"components":{"schemas":{"AddInsuranceCompanyRequest":{"type":"object","properties":{"insuranceCompanyName":{"type":"string","nullable":true},"isActive":{"type":"boolean"}},"additionalProperties":false},"CalculateTempGrossInsuranceRequest":{"type":"object","properties":{"sessionID":{"type":"string","nullable":true},"totalInsuranceAmount":{"type":"number","format":"double"}},"additionalProperties":false},"CancelSalesOrderRequest":{"type":"object","properties":{"statusId":{"type":"integer","format":"int32"},"receiptStatusId":{"type":"integer","format":"int32"},"date":{"type":"string","format":"date-time"},"transactionDate":{"type":"string","format":"date-time"}},"additionalProperties":false},"ChangeSalesOrderStatusRequest":{"type":"object","properties":{"statusId":{"type":"integer","format":"int64"}},"additionalProperties":false},"ClientWhatsAppConfigModel":{"type":"object","properties":{"whatsAppConfigID":{"type":"string","nullable":true},"companyID":{"type":"integer","format":"int64","nullable":true},"branchID":{"type":"integer","format":"int64","nullable":true},"displayName":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"wabaID":{"type":"string","nullable":true},"phoneNumberID":{"type":"string","nullable":true},"accessToken":{"type":"string","nullable":true},"wabaName":{"type":"string","nullable":true},"isActive":{"type":"boolean","nullable":true},"status":{"type":"string","nullable":true},"webhookURL":{"type":"string","nullable":true},"remarks":{"type":"string","nullable":true},"createdBy":{"type":"integer","format":"int64","nullable":true},"createdDate":{"type":"string","format":"date-time","nullable":true},"createdIP":{"type":"string","nullable":true},"modifiedBy":{"type":"integer","format":"int64","nullable":true},"modifiedDate":{"type":"string","format":"date-time","nullable":true},"modifiedIP":{"type":"string","nullable":true}},"additionalProperties":false},"ClientWhatsAppConfigModelPagedApiResponse":{"type":"object","properties":{"totalRows":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/ClientWhatsAppConfigModel"},"nullable":true}},"additionalProperties":false},"CompanyConditionModel":{"type":"object","properties":{"condition":{"type":"string","nullable":true}},"additionalProperties":false},"ContactLensSearchRequest":{"type":"object","properties":{"term":{"type":"string","nullable":true}},"additionalProperties":false},"CustomerEyeInfoModel":{"type":"object","properties":{"doctorName":{"type":"string","nullable":true}},"additionalProperties":false},"DeleteSalesOrderTempRequest":{"type":"object","properties":{"sessionID":{"type":"string","nullable":true},"salesOrderTempId":{"type":"string","nullable":true},"pairNo":{"type":"string","nullable":true}},"additionalProperties":false},"DeleteSessionRequest":{"type":"object","properties":{"sessionID":{"type":"string","nullable":true}},"additionalProperties":false},"EncryptedCategoryIdRequest":{"type":"object","properties":{"categoryID":{"type":"string","nullable":true}},"additionalProperties":false},"EncryptedCustomerModel":{"type":"object","properties":{"id":{"type":"string","nullable":true},"branchID":{"type":"string","nullable":true},"stateID":{"type":"string","nullable":true},"countryID":{"type":"string","nullable":true},"faceShapeID":{"type":"string","nullable":true},"genderID":{"type":"string","nullable":true},"companyID":{"type":"string","nullable":true},"customerID":{"type":"string","nullable":true},"yearID":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"middleName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"isMarried":{"type":"boolean"},"reference":{"type":"string","nullable":true},"birthDate":{"type":"string","format":"date-time","nullable":true},"remarks":{"type":"string","nullable":true},"mobile":{"type":"string","nullable":true},"emailId":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"houseNumber":{"type":"string","nullable":true},"societyName":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"area":{"type":"string","nullable":true},"landmark":{"type":"string","nullable":true},"isActive":{"type":"boolean"},"createdBy":{"type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time","nullable":true},"createdIP":{"type":"string","nullable":true},"modifiedBy":{"type":"string","nullable":true},"modifiedDate":{"type":"string","format":"date-time","nullable":true},"modifiedIP":{"type":"string","nullable":true},"newCustomer":{"type":"boolean"},"isNRI":{"type":"boolean"},"marriageDate":{"type":"string","format":"date-time","nullable":true},"existingCustomerReference":{"type":"string","nullable":true},"phoneNO":{"type":"string","nullable":true},"taxNO":{"type":"string","nullable":true},"customerSourceID":{"type":"string","nullable":true},"customerCategoryID":{"type":"string","nullable":true},"isStoreCustomer":{"type":"boolean"},"storeID":{"type":"string","nullable":true},"isMember":{"type":"boolean","nullable":true},"membershipID":{"type":"string","nullable":true},"age":{"type":"integer","format":"int32","nullable":true},"bloodGroup":{"type":"string","nullable":true},"self":{"type":"string","nullable":true},"isBlackList":{"type":"boolean"},"dndForPromotionalMessage":{"type":"boolean","nullable":true},"dndForTransactionalMessage":{"type":"boolean","nullable":true},"clientConsentImage":{"type":"string","nullable":true},"clientConsentDisplayName":{"type":"string","nullable":true},"prescriptionDocument":{"type":"string","nullable":true},"prescriptionDocumentDisplayName":{"type":"string","nullable":true},"isForeigner":{"type":"boolean"},"lefT_SphericalWithSign":{"type":"string","nullable":true},"righT_SphericalWithSign":{"type":"string","nullable":true},"righT_CylinderWithSign":{"type":"string","nullable":true},"lefT_CylinderWithSign":{"type":"string","nullable":true},"lefT_AxisWithSign":{"type":"string","nullable":true},"righT_AxisWithSign":{"type":"string","nullable":true},"righT_AdditionWithSign":{"type":"string","nullable":true},"lefT_AdditionWithSign":{"type":"string","nullable":true},"leftVision":{"type":"string","nullable":true},"rightVision":{"type":"string","nullable":true},"leftvn":{"type":"string","nullable":true},"rightvn":{"type":"string","nullable":true},"rightpd":{"type":"string","nullable":true},"leftpd":{"type":"string","nullable":true},"leftbc":{"type":"string","nullable":true},"rightbc":{"type":"string","nullable":true},"leftdia":{"type":"string","nullable":true},"rightdia":{"type":"string","nullable":true},"prescriptionRemarks":{"type":"string","nullable":true},"salesOrderID":{"type":"string","nullable":true}},"additionalProperties":false},"EncryptedDashboardRequestDto":{"type":"object","properties":{"branchID":{"type":"string","nullable":true},"yearID":{"type":"string","nullable":true},"statusId":{"type":"integer","format":"int32"},"date":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false},"EncryptedDoctorSaveModel":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"mobile":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"stateID":{"type":"string","nullable":true},"countryID":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"remarks":{"type":"string","nullable":true},"isActive":{"type":"boolean"}},"additionalProperties":false},"EncryptedInvoiceListDto":{"type":"object","properties":{"customerName":{"type":"string","nullable":true},"date":{"type":"string","format":"date-time"},"id":{"type":"string","nullable":true},"plainId":{"type":"integer","format":"int64"},"invoiceNo":{"type":"string","nullable":true},"netAmount":{"type":"number","format":"double"},"salesOrderNo":{"type":"string","nullable":true},"customerMobileNo":{"type":"string","nullable":true}},"additionalProperties":false},"EncryptedInvoiceListDtoPagedApiResponse":{"type":"object","properties":{"totalRows":{"type":"integer","format":"int32"},"data":{"type":"array","items":{"$ref":"#/components/schemas/EncryptedInvoiceListDto"},"nullable":true}},"additionalProperties":false},"EncryptedItemSearchRequest":{"type":"object","properties":{"itemTypeID":{"type":"string","nullable":true},"categoryID":{"type":"string","nullable":true},"subCategoryID":{"type":"string","nullable":true},"searchTerm":{"type":"string","nullable":true},"pageNumber":{"type":"integer","format":"int32","nullable":true},"pageSize":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false},"EncryptedItemTypeIdRequest":{"type":"object","properties":{"itemTypeID":{"type":"string","nullable":true}},"additionalProperties":false},"EncryptedModuleIdRequest":{"type":"object","properties":{"moduleID":{"type":"string","nullable":true}},"additionalProperties":false},"EncryptedOrderIdsDto":{"type":"object","properties":{"salesOrderID":{"type":"string","nullable":true},"customerID":{"type":"string","nullable":true}},"additionalProperties":false},"EncryptedReceiptListDto":{"type":"object","properties":{"receiptId":{"type":"string","nullable":true},"receiptNo":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"salesOrderNo":{"type":"string","nullable":true},"invoiceNO":{"type":"string","nullable":true},"date":{"type":"string","format":"date-time"},"amount":{"type":"number","format":"double"},"statusName":{"type":"string","nullable":true},"balance":{"type":"number","format":"double"},"receiptTotalAmount":{"type":"number","format":"double"},"soTotalAmount":{"type":"number","format":"double"}},"additionalProperties":false},"EncryptedReceiptPagedDto":{"type":"object","properties":{"receiptId":{"type":"string","nullable":true},"receiptNo":{"type":"string","nullable":true},"receiptType":{"type":"string","nullable":true},"salesOrderNo":{"type":"string","nullable":true},"invoiceNO":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"customerMobileNo":{"type":"string","nullable":true},"receiptDate":{"type":"string","format":"date-time","nullable":true},"amount":{"type":"number","format":"double","nullable":true},"salesOrderAmount":{"type":"number","format":"double","nullable":true},"status":{"type":"string","nullable":true},"statusID":{"type":"integer","format":"int32","nullable":true},"itemCount":{"type":"integer","format":"int32","nullable":true},"totalReceipt":{"type":"number","format":"double","nullable":true}},"additionalProperties":false},"EncryptedReceiptPagedDtoPagedResult":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/EncryptedReceiptPagedDto"},"nullable":true},"totalRecords":{"type":"integer","format":"int32"}},"additionalProperties":false},"EncryptedSalesOrderAdvanceReceiptDto":{"type":"object","properties":{"customerID":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"customerFirstName":{"type":"string","nullable":true},"customerMobileNo":{"type":"string","nullable":true},"custmoerEmail":{"type":"string","nullable":true},"balance":{"type":"number","format":"double"},"receiptTotalAmount":{"type":"number","format":"double"},"soTotalAmount":{"type":"number","format":"double"},"soTotalDiscountAmount":{"type":"number","format":"double"},"salesOrderID":{"type":"string","nullable":true},"statusID":{"type":"integer","format":"int32"},"membershipID":{"type":"string","nullable":true}},"additionalProperties":false},"EncryptedSalesOrderDropdownDto":{"type":"object","properties":{"salesOrderID":{"type":"string","nullable":true},"salesOrderNO":{"type":"string","nullable":true},"soNetAmount":{"type":"number","format":"double"},"receiptTotal":{"type":"number","format":"double"},"balanceAmount":{"type":"number","format":"double"}},"additionalProperties":false},"EncryptedSalesOrderPagedListDto":{"type":"object","properties":{"id":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"customerMobileNo":{"type":"string","nullable":true},"branchName":{"type":"string","nullable":true},"salesOrderNo":{"type":"string","nullable":true},"date":{"type":"string","format":"date-time","nullable":true},"acceptedBy":{"type":"string","nullable":true},"deliveryModeName":{"type":"string","nullable":true},"deliveryDateTime":{"type":"string","nullable":true},"netAmount":{"type":"number","format":"double"},"statusID":{"type":"integer","format":"int32"},"status":{"type":"string","nullable":true},"itemCount":{"type":"integer","format":"int32"},"totalReceipt":{"type":"number","format":"double"},"totalDiscount":{"type":"number","format":"double"}},"additionalProperties":false},"EncryptedSalesOrderPagedListDtoPagedResponse":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/EncryptedSalesOrderPagedListDto"},"nullable":true},"totalRows":{"type":"integer","format":"int32"}},"additionalProperties":false},"GetSalesOrderTempRequest":{"type":"object","properties":{"sessionId":{"type":"string","nullable":true},"jobCharges":{"type":"number","format":"double"},"shippingCharges":{"type":"number","format":"double"},"otherCharges":{"type":"number","format":"double"},"serviceTax":{"type":"number","format":"double"}},"additionalProperties":false},"Invoice_TempModel":{"type":"object","properties":{"id":{"type":"string","nullable":true},"invoiceTempID":{"type":"string","nullable":true},"invoiceDetailID":{"type":"string","nullable":true},"salesOrderDetailID":{"type":"string","nullable":true},"itemID":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"hsnCode":{"type":"string","nullable":true},"sessionID":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"qty":{"type":"number","format":"double","nullable":true},"price":{"type":"number","format":"double","nullable":true},"totalPrice":{"type":"number","format":"double","nullable":true},"discountRate":{"type":"number","format":"double","nullable":true},"discountAmount":{"type":"number","format":"double","nullable":true},"taxableAmount":{"type":"number","format":"double","nullable":true},"sgstRate":{"type":"number","format":"double","nullable":true},"sgstAmount":{"type":"number","format":"double","nullable":true},"cgstRate":{"type":"number","format":"double","nullable":true},"cgstAmount":{"type":"number","format":"double","nullable":true},"igstRate":{"type":"number","format":"double","nullable":true},"igstAmount":{"type":"number","format":"double","nullable":true},"totalAmount":{"type":"number","format":"double","nullable":true},"mrp":{"type":"number","format":"double","nullable":true},"totalMRP":{"type":"number","format":"double","nullable":true},"isCompositionScheme":{"type":"boolean"},"isSalesPriceIncludeTax":{"type":"boolean"},"isCustomerStateSameAsCompanyState":{"type":"boolean"},"isCustomerStateNOTSameAsCompanyState":{"type":"boolean"},"inventoryID":{"type":"string","nullable":true},"batchNo":{"type":"string","nullable":true},"expiredDate":{"type":"string","format":"date-time","nullable":true},"totalQuantity":{"type":"number","format":"double","nullable":true},"totalDiscount":{"type":"number","format":"double","nullable":true},"totalTaxableAmount":{"type":"number","format":"double","nullable":true},"grandTotal":{"type":"number","format":"double","nullable":true},"totalSGST":{"type":"number","format":"double","nullable":true},"totalCGST":{"type":"number","format":"double","nullable":true},"totalIGST":{"type":"number","format":"double","nullable":true},"totalSavings":{"type":"number","format":"double","nullable":true},"jobCharges":{"type":"number","format":"double","nullable":true},"serviceTax":{"type":"number","format":"double","nullable":true},"shippingCharges":{"type":"number","format":"double","nullable":true},"otherCharges":{"type":"number","format":"double","nullable":true},"rounding":{"type":"number","format":"double","nullable":true},"netAmount":{"type":"number","format":"double","nullable":true},"itemName":{"type":"string","nullable":true},"cptCode":{"type":"string","nullable":true},"cpt":{"type":"string","nullable":true},"estimateInsuranceAllowance":{"type":"number","format":"double","nullable":true},"estimatePatientResponsibility":{"type":"number","format":"double","nullable":true},"taxRate":{"type":"number","format":"double","nullable":true},"taxAmount":{"type":"number","format":"double","nullable":true},"tax":{"type":"string","nullable":true},"pairNo":{"type":"string","nullable":true},"spectacleLensType":{"type":"string","nullable":true},"spherical":{"type":"string","nullable":true},"cylinder":{"type":"string","nullable":true},"axis":{"type":"string","nullable":true},"addition":{"type":"string","nullable":true},"pd":{"type":"string","nullable":true},"vn":{"type":"string","nullable":true},"vision":{"type":"string","nullable":true},"near":{"type":"string","nullable":true},"isOrderd":{"type":"string","nullable":true},"lensFittingHeight":{"type":"string","nullable":true},"lensTotalHeight":{"type":"string","nullable":true},"baseCurve":{"type":"string","nullable":true},"diameter":{"type":"string","nullable":true},"k1":{"type":"string","nullable":true},"k2":{"type":"string","nullable":true},"typeID":{"type":"string","nullable":true}},"additionalProperties":false},"OMAppCustomerData":{"type":"object","properties":{"companyID":{"type":"integer","format":"int64"},"branchID":{"type":"integer","format":"int64"},"yearID":{"type":"integer","format":"int64","nullable":true},"customerID":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"mobile":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"birthDate":{"type":"string","nullable":true},"genderID":{"type":"string","nullable":true},"houseNO":{"type":"string","nullable":true},"societyName":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"area":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"sourceID":{"type":"string","nullable":true},"doctorID":{"type":"string","nullable":true},"presripionTypeID":{"type":"string","nullable":true},"visitingDate":{"type":"string","nullable":true},"prescriptionList":{"type":"array","items":{"$ref":"#/components/schemas/OMPrescriptionRequestModel"},"nullable":true},"prescriptionRemarks":{"type":"string","nullable":true}},"additionalProperties":false},"OMAppEyeInfoModel":{"type":"object","properties":{"customerEyeInfoID":{"type":"string","nullable":true}},"additionalProperties":false},"OMAutoItemTypeSectionModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","nullable":true},"itemTypeID":{"type":"integer","format":"int64","nullable":true},"moduleID":{"type":"integer","format":"int64","nullable":true},"isAutosection":{"type":"boolean"},"sectionName":{"type":"string","nullable":true}},"additionalProperties":false},"OMCustomerModel":{"required":["firstName","lastName"],"type":"object","properties":{"customerId":{"type":"string","nullable":true},"id":{"type":"integer","format":"int64"},"branchId":{"type":"string","nullable":true},"customerSourceID":{"type":"string","nullable":true},"customerCategoryID":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"firstName":{"minLength":1,"type":"string"},"middleName":{"type":"string","nullable":true},"lastName":{"minLength":1,"type":"string"},"genderID":{"type":"string","nullable":true},"isMarried":{"type":"boolean"},"reference":{"type":"string","nullable":true},"isActive":{"type":"boolean"},"birthDate":{"type":"string","format":"date-time","nullable":true},"stringBirthDate":{"type":"string","nullable":true},"isNRI":{"type":"boolean"},"marriageDate":{"type":"string","format":"date-time","nullable":true},"existingCustomerReference":{"type":"string","nullable":true},"remarks":{"type":"string","nullable":true},"mobile":{"pattern":"^\\(?([0-9]{3})\\)?[-. ]?([0-9]{3})[-. ]?([0-9]{4})$","type":"string","nullable":true},"foreignerMobile":{"type":"string","nullable":true},"phoneNO":{"type":"string","nullable":true},"emailId":{"maxLength":255,"minLength":0,"pattern":"^([a-zA-Z0-9_\\-\\.]+)@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.)|(([a-zA-Z0-9\\-]+\\.)+))([a-zA-Z]{2,5}|[0-9]{1,3})(\\]?)$","type":"string","nullable":true},"city":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"isForeigner":{"type":"boolean"},"address":{"type":"string","nullable":true},"houseNumber":{"type":"string","nullable":true},"societyName":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"area":{"type":"string","nullable":true},"landmark":{"type":"string","nullable":true},"stateId":{"type":"integer","format":"int64","nullable":true},"countryId":{"type":"string","nullable":true},"faceShapeID":{"type":"string","nullable":true},"createdBy":{"type":"string","nullable":true},"createdIP":{"type":"string","nullable":true},"modifiedDate":{"type":"string","format":"date-time","nullable":true},"modifiedIP":{"type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time","nullable":true},"newCustomer":{"type":"boolean"},"createdDateString":{"type":"string","nullable":true},"marriageDateString":{"type":"string","nullable":true},"birthDateString":{"type":"string","nullable":true},"encryptCustomerID":{"type":"string","nullable":true},"branchName":{"type":"string","nullable":true},"isNewRecord":{"type":"boolean"},"gender":{"type":"string","nullable":true},"doctor":{"type":"string","nullable":true},"taxNO":{"maxLength":15,"minLength":0,"type":"string","nullable":true},"visitingDate":{"type":"string","format":"date-time","nullable":true},"isBlackList":{"type":"boolean"},"r_SPH":{"type":"number","format":"double"},"r_CYL":{"type":"number","format":"double"},"r_AXIS":{"type":"number","format":"double"},"r_ADD":{"type":"number","format":"double"},"l_SPH":{"type":"number","format":"double"},"l_CYL":{"type":"number","format":"double"},"l_AXIS":{"type":"number","format":"double"},"l_ADD":{"type":"number","format":"double"},"doctorID":{"type":"string","nullable":true},"righT_SphericalWithSign":{"type":"string","nullable":true},"righT_CylinderWithSign":{"type":"string","nullable":true},"righT_AdditionWithSign":{"type":"string","nullable":true},"righT_AxisWithSign":{"type":"string","nullable":true},"righT_FixFlotedText":{"type":"string","nullable":true},"lefT_SphericalWithSign":{"type":"string","nullable":true},"lefT_CylinderWithSign":{"type":"string","nullable":true},"lefT_AdditionWithSign":{"type":"string","nullable":true},"lefT_AxisWithSign":{"type":"string","nullable":true},"lefT_FixFlotedText":{"type":"string","nullable":true},"rightVision":{"type":"string","nullable":true},"leftVision":{"type":"string","nullable":true},"rightvn":{"type":"string","nullable":true},"leftvn":{"type":"string","nullable":true},"rightpd":{"type":"string","nullable":true},"leftpd":{"type":"string","nullable":true},"leftbc":{"type":"string","nullable":true},"rightbc":{"type":"string","nullable":true},"leftdia":{"type":"string","nullable":true},"rightdia":{"type":"string","nullable":true},"prescriptionRemarks":{"type":"string","nullable":true},"salesOrderID":{"type":"string","nullable":true},"isStoreCustomer":{"type":"boolean"},"storeID":{"type":"string","nullable":true},"isMember":{"type":"boolean","nullable":true},"age":{"type":"integer","format":"int32","nullable":true},"bloodGroup":{"type":"string","nullable":true},"self":{"type":"string","nullable":true},"membershipID":{"type":"integer","format":"int64","nullable":true},"dndForPromotionalMessage":{"type":"boolean","nullable":true},"dndForTransactionalMessage":{"type":"boolean","nullable":true},"clientConsentImage":{"type":"string","nullable":true},"clientConsentDisplayName":{"type":"string","nullable":true},"prescriptionDocument":{"type":"string","nullable":true},"prescriptionDocumentDisplayName":{"type":"string","nullable":true},"isForeignerFlag":{"type":"boolean","nullable":true}},"additionalProperties":false},"OMEnumModelEncrypted":{"type":"object","properties":{"value":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"moduleID":{"type":"string","nullable":true},"itemImagePath":{"type":"string","nullable":true}},"additionalProperties":false},"OMEyecheckupRecallModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"customerID":{"type":"integer","format":"int64","nullable":true},"customerName":{"type":"string","nullable":true},"date":{"type":"string","format":"date-time","nullable":true},"dateString":{"type":"string","nullable":true},"remarks":{"type":"string","nullable":true},"group":{"type":"string","nullable":true},"recallList":{"type":"array","items":{"$ref":"#/components/schemas/OMEyecheckupRecallModel"},"nullable":true},"notifiedRecallList":{"type":"array","items":{"$ref":"#/components/schemas/OMEyecheckupRecallModel"},"nullable":true}},"additionalProperties":false},"OMFastWizardModel":{"type":"object","properties":{"customerModel":{"$ref":"#/components/schemas/OMCustomerModel"},"salesorderModel":{"$ref":"#/components/schemas/OMSalesOrderModel"},"receiptModel":{"$ref":"#/components/schemas/ReceiptWithouInvoiceModel"},"eyeInfoModel":{"$ref":"#/components/schemas/CustomerEyeInfoModel"},"eyecheckupRecallModel":{"$ref":"#/components/schemas/OMEyecheckupRecallModel"},"purchaseOrderModel":{"$ref":"#/components/schemas/OMPurchaseOrderModel"},"autoItemTypeSectionList":{"type":"array","items":{"$ref":"#/components/schemas/OMAutoItemTypeSectionModel"},"nullable":true},"isLensAdded":{"type":"boolean"},"orderDate":{"type":"string","format":"date-time"},"expectedDate":{"type":"string","format":"date-time"},"visitorIP":{"type":"string","nullable":true},"branchCity":{"type":"string","nullable":true},"isSpectacleLensInOrder":{"type":"boolean","nullable":true},"sessionID":{"type":"string","nullable":true},"supplierID":{"type":"string","nullable":true},"fitterID":{"type":"string","nullable":true},"isExternal":{"type":"boolean"},"userId":{"type":"integer","format":"int64"},"priorityID":{"type":"string","nullable":true},"showLabOrderInQuickSale":{"type":"boolean"},"showQuickSaleAddFrameSection":{"type":"boolean","nullable":true},"showQuickSaleAddSunGlassSection":{"type":"boolean","nullable":true},"showQuickSaleAddLensSection":{"type":"boolean","nullable":true},"showQuickSaleAddContactLensSection":{"type":"boolean","nullable":true},"showQuickSaleAddCLCPSection":{"type":"boolean","nullable":true},"showQuickSaleAddAccessoriesSection":{"type":"boolean","nullable":true},"showQuickSaleAddPerfumeSection":{"type":"boolean","nullable":true},"showQuickSaleAddDeodorantSection":{"type":"boolean","nullable":true},"showQuickSaleAddAttarSection":{"type":"boolean","nullable":true},"showQuickSaleAddFreshenerSection":{"type":"boolean","nullable":true},"showQuickSaleAddLeatherAccessoriesSection":{"type":"boolean","nullable":true},"showQuickSaleAddCosmeticsSection":{"type":"boolean","nullable":true},"showQuickSaleAddGiftSetsSection":{"type":"boolean","nullable":true},"showQuickSaleAddMenAccessoriesSection":{"type":"boolean","nullable":true},"showQuickSaleAddWomenAccessoriesSection":{"type":"boolean","nullable":true},"showQuickSaleAddWatchesSection":{"type":"boolean","nullable":true},"showQuickSaleAddImitationJewellerySection":{"type":"boolean","nullable":true},"showQuickSaleAddDressMaterialSection":{"type":"boolean","nullable":true},"showQuickSaleAddKurtiSection":{"type":"boolean","nullable":true},"showQuickSaleAddKurtiPairSection":{"type":"boolean","nullable":true},"showQuickSaleAddChaniyaCholiSection":{"type":"boolean","nullable":true},"showQuickSaleAddLegginsSection":{"type":"boolean","nullable":true},"showQuickSaleAddKurtaPentSection":{"type":"boolean","nullable":true},"showQuickSaleAddPlazzoSection":{"type":"boolean","nullable":true},"showQuickSaleAddOnePieceSection":{"type":"boolean","nullable":true},"showQuickSaleAddDupattaSection":{"type":"boolean","nullable":true},"showQuickSaleAddWesternSection":{"type":"boolean","nullable":true},"allowMannualBarcode":{"type":"boolean","nullable":true},"defaultZeroReceiptAmountForQuickSale":{"type":"boolean","nullable":true},"allowZeroAmountReceiptInQuickSale":{"type":"boolean","nullable":true},"isRemoveValidationFromCustomer":{"type":"boolean","nullable":true},"modelNo":{"type":"string","nullable":true},"colorId":{"type":"string","nullable":true},"brandId":{"type":"string","nullable":true},"shapeId":{"type":"string","nullable":true},"sizeId":{"type":"string","nullable":true},"materialId":{"type":"string","nullable":true},"subCategoryId":{"type":"string","nullable":true},"price":{"type":"number","format":"double","nullable":true},"cost":{"type":"number","format":"double","nullable":true},"mrp":{"type":"number","format":"double","nullable":true},"taxID":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"index":{"type":"string","nullable":true},"productID":{"type":"string","nullable":true},"lenseStyleID":{"type":"string","nullable":true},"lensCoatID":{"type":"string","nullable":true},"lensColorId":{"type":"string","nullable":true},"spectacleLensTypeID":{"type":"string","nullable":true},"unitTypeId":{"type":"string","nullable":true},"itemTypeID":{"type":"string","nullable":true},"itemTypeCode":{"type":"string","nullable":true},"frameId":{"type":"string","nullable":true},"priceRangeID":{"type":"string","nullable":true},"autoTitle":{"type":"boolean"},"autoFrameTitle":{"type":"boolean"},"autoSunGlassTitle":{"type":"boolean"},"autoSpectacleLensTitle":{"type":"boolean"},"autoContactLensTitle":{"type":"boolean"},"autoContactLensCareProductTitle":{"type":"boolean"},"autoPerfumeTitle":{"type":"boolean"},"autoDeodorantTitle":{"type":"boolean"},"autoAttarTitle":{"type":"boolean"},"autoFreshenerTitle":{"type":"boolean"},"autoLeatherAccessoriesTitle":{"type":"boolean"},"autoCosmeticsTitle":{"type":"boolean"},"autoGiftSetsTitle":{"type":"boolean"},"autoMenAccessoriesTitle":{"type":"boolean"},"autoWomenAccessoriesTitle":{"type":"boolean"},"autoWatchesTitle":{"type":"boolean"},"autoImitationJewelleryTitle":{"type":"boolean"},"autoReadymadeGarmentsTitle":{"type":"boolean"},"branchId":{"type":"integer","format":"int64"},"yearId":{"type":"string","nullable":true}},"additionalProperties":false},"OMGetSalesOrderDetailData_Result":{"type":"object","properties":{"id":{"type":"string","nullable":true},"itemId":{"type":"string","nullable":true},"sessionId":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"qty":{"type":"number","format":"double","nullable":true},"mrp":{"type":"number","format":"double","nullable":true},"totalMRP":{"type":"number","format":"double","nullable":true},"price":{"type":"number","format":"double"},"totalPrice":{"type":"number","format":"double","nullable":true},"discountRate":{"type":"number","format":"double","nullable":true},"discountAmount":{"type":"number","format":"double","nullable":true},"taxableAmount":{"type":"number","format":"double","nullable":true},"sgstRate":{"type":"number","format":"double","nullable":true},"sgstAmount":{"type":"number","format":"double","nullable":true},"cgstRate":{"type":"number","format":"double","nullable":true},"cgstAmount":{"type":"number","format":"double","nullable":true},"igstRate":{"type":"number","format":"double","nullable":true},"igstAmount":{"type":"number","format":"double","nullable":true},"totalAmount":{"type":"number","format":"double","nullable":true},"pairNo":{"type":"string","nullable":true},"spectacleLensType":{"type":"string","nullable":true},"spherical":{"type":"string","nullable":true},"cylinder":{"type":"string","nullable":true},"axis":{"type":"string","nullable":true},"addition":{"type":"string","nullable":true},"pd":{"type":"string","nullable":true},"vn":{"type":"string","nullable":true},"vision":{"type":"string","nullable":true},"near":{"type":"string","nullable":true},"isOrdered":{"type":"boolean","nullable":true},"lensFittingHeight":{"type":"number","format":"double","nullable":true},"lensTotalHeight":{"type":"number","format":"double","nullable":true},"basecurve":{"type":"string","nullable":true},"diameter":{"type":"string","nullable":true},"k1":{"type":"string","nullable":true},"k2":{"type":"string","nullable":true},"typeID":{"type":"string","nullable":true}},"additionalProperties":false},"OMLoginRequest":{"type":"object","properties":{"userName":{"type":"string","nullable":true},"password":{"type":"string","nullable":true}},"additionalProperties":false},"OMPrescriptionRequestModel":{"type":"object","properties":{"lensTypeID":{"type":"string","nullable":true},"sph":{"type":"string","nullable":true},"cyl":{"type":"string","nullable":true},"axis":{"type":"string","nullable":true},"add":{"type":"string","nullable":true},"va":{"type":"string","nullable":true},"vn":{"type":"string","nullable":true},"pd":{"type":"string","nullable":true},"bc":{"type":"string","nullable":true},"dia":{"type":"string","nullable":true},"fh":{"type":"string","nullable":true},"th":{"type":"string","nullable":true}},"additionalProperties":false},"OMPurchaseOrderModel":{"required":["supplierId"],"type":"object","properties":{"purchaseOrderId":{"type":"integer","format":"int64","nullable":true},"statusId":{"type":"integer","format":"int32","nullable":true},"priorityId":{"type":"integer","format":"int32","nullable":true},"branchId":{"type":"integer","format":"int64","nullable":true},"yearId":{"type":"integer","format":"int64","nullable":true},"sessionId":{"type":"string","nullable":true},"subCategoryId":{"type":"integer","format":"int64","nullable":true},"fitterID":{"type":"integer","format":"int64","nullable":true},"condition":{"type":"string","nullable":true},"priority":{"type":"string","nullable":true},"taxType":{"type":"string","nullable":true},"supplier":{"type":"string","nullable":true},"supplierInvoiceNo":{"type":"string","nullable":true},"purchaseOrderNumber":{"type":"string","nullable":true},"orderDate":{"type":"string","format":"date-time","nullable":true},"orderDateString":{"type":"string","nullable":true},"receiveDate":{"type":"string","format":"date-time","nullable":true},"receiveDateString":{"type":"string","nullable":true},"transport":{"type":"string","nullable":true},"supplierId":{"type":"integer","format":"int64"},"taxTypeId":{"type":"integer","format":"int64","nullable":true},"totalQuantity":{"type":"number","format":"double","nullable":true},"grandTotal":{"type":"number","format":"double","nullable":true},"totalDiscount":{"type":"number","format":"double","nullable":true},"totalTaxableAmount":{"type":"number","format":"double","nullable":true},"totalSGST":{"type":"number","format":"double","nullable":true},"totalCGST":{"type":"number","format":"double","nullable":true},"totalIGST":{"type":"number","format":"double","nullable":true},"rounding":{"type":"number","format":"double","nullable":true},"netAmount":{"type":"number","format":"double","nullable":true},"serviceTax":{"type":"number","format":"double","nullable":true},"jobCharges":{"type":"number","format":"double","nullable":true},"shippingCharges":{"type":"number","format":"double","nullable":true},"otherCharges":{"type":"number","format":"double","nullable":true},"status":{"type":"string","nullable":true},"remarks":{"type":"string","nullable":true},"createdBy":{"type":"integer","format":"int64","nullable":true},"createdIP":{"type":"string","nullable":true},"isCompositionScheme":{"type":"boolean"},"isReverseTaxCalculation":{"type":"boolean"},"getOrderList":{"type":"array","items":{"$ref":"#/components/schemas/OMPurchaseOrderTempModel"},"nullable":true},"isSupplierStateSameAsCompanyState":{"type":"boolean"},"isSupplierStateNOTSameAsCompanyState":{"type":"boolean"},"title":{"type":"string","nullable":true},"itemTypeID":{"type":"integer","format":"int64","nullable":true},"isDirectInward":{"type":"boolean"},"modelNo":{"type":"string","nullable":true},"colorId":{"type":"integer","format":"int64","nullable":true},"brandId":{"type":"integer","format":"int64","nullable":true},"shapeId":{"type":"integer","format":"int64","nullable":true},"sizeId":{"type":"integer","format":"int64","nullable":true},"materialId":{"type":"integer","format":"int64","nullable":true},"price":{"type":"number","format":"double","nullable":true},"cost":{"type":"number","format":"double","nullable":true},"mrp":{"type":"number","format":"double","nullable":true},"taxID":{"type":"integer","format":"int64","nullable":true},"code":{"type":"string","nullable":true},"index":{"type":"string","nullable":true},"productID":{"type":"integer","format":"int64","nullable":true},"lenseStyleID":{"type":"integer","format":"int64","nullable":true},"lensCoatID":{"type":"integer","format":"int64","nullable":true},"lensColorId":{"type":"integer","format":"int64","nullable":true},"spectacleLensTypeID":{"type":"integer","format":"int64","nullable":true},"unitTypeId":{"type":"integer","format":"int64","nullable":true},"frameId":{"type":"integer","format":"int64","nullable":true},"itemTypeCode":{"type":"string","nullable":true},"autoFrameTitle":{"type":"boolean"},"autoSunGlassTitle":{"type":"boolean"},"autoSpectacleLensTitle":{"type":"boolean"},"autoContactLensTitle":{"type":"boolean"},"autoContactLensCareProductTitle":{"type":"boolean"},"autoTitle":{"type":"boolean"},"autoTitleClone":{"type":"boolean"},"autoPRMTitle":{"type":"boolean"},"prmCode":{"type":"string","nullable":true},"deoCode":{"type":"string","nullable":true},"autoDEOTitle":{"type":"boolean"},"allowMannualBarcode":{"type":"boolean"},"isFranchise":{"type":"boolean"},"priceRangeID":{"type":"integer","format":"int64","nullable":true},"branchLogo":{"type":"string","nullable":true},"branchName":{"type":"string","nullable":true},"companyName":{"type":"string","nullable":true}},"additionalProperties":false},"OMPurchaseOrderTempModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"itemId":{"type":"integer","format":"int64","nullable":true},"sessionId":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"salesPrice":{"type":"number","format":"double","nullable":true},"purchaseCost":{"type":"number","format":"double","nullable":true},"qty":{"type":"number","format":"double","nullable":true},"cost":{"type":"number","format":"double","nullable":true},"totalCost":{"type":"number","format":"double","nullable":true},"discountRate":{"type":"number","format":"double","nullable":true},"discountAmount":{"type":"number","format":"double","nullable":true},"taxableAmount":{"type":"number","format":"double","nullable":true},"sgstRate":{"type":"number","format":"double","nullable":true},"sgstAmount":{"type":"number","format":"double","nullable":true},"cgstRate":{"type":"number","format":"double","nullable":true},"cgstAmount":{"type":"number","format":"double","nullable":true},"igstRate":{"type":"number","format":"double","nullable":true},"igstAmount":{"type":"number","format":"double","nullable":true},"totalAmount":{"type":"number","format":"double","nullable":true},"totalQuantity":{"type":"number","format":"double","nullable":true},"grandTotal":{"type":"number","format":"double","nullable":true},"totalDiscount":{"type":"number","format":"double","nullable":true},"totalTaxableAmount":{"type":"number","format":"double","nullable":true},"totalSGST":{"type":"number","format":"double","nullable":true},"totalCGST":{"type":"number","format":"double","nullable":true},"totalIGST":{"type":"number","format":"double","nullable":true},"serviceTax":{"type":"number","format":"double","nullable":true},"jobCharges":{"type":"number","format":"double","nullable":true},"otherCharges":{"type":"number","format":"double","nullable":true},"shippingCharges":{"type":"number","format":"double","nullable":true},"rounding":{"type":"number","format":"double","nullable":true},"netAmount":{"type":"number","format":"double","nullable":true},"isCompositionScheme":{"type":"boolean"},"isReverseTaxCalculation":{"type":"boolean"},"isSupplierStateSameAsCompanyState":{"type":"boolean"},"isSupplierStateNOTSameAsCompanyState":{"type":"boolean"},"batchNo":{"type":"string","nullable":true},"expiredDate":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false},"OMReceiptTypeModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"remarks":{"type":"string","nullable":true},"isActive":{"type":"boolean"},"createdBy":{"type":"integer","format":"int64"},"createdDate":{"type":"string","format":"date-time"},"createdIP":{"type":"string","nullable":true},"modifiedBy":{"type":"integer","format":"int64","nullable":true},"modifiedDate":{"type":"string","format":"date-time","nullable":true},"modifiedIP":{"type":"string","nullable":true},"allowDeposit":{"type":"boolean","nullable":true}},"additionalProperties":false},"OMRequestModel":{"type":"object","properties":{"companyID":{"type":"integer","format":"int64"},"branchID":{"type":"integer","format":"int64"},"yearID":{"type":"integer","format":"int64","nullable":true}},"additionalProperties":false},"OMSalesOrderModel":{"required":["customerId","date","deliveryDate"],"type":"object","properties":{"dateString":{"type":"string","nullable":true},"sessionId":{"type":"string","nullable":true},"companyId":{"type":"string","nullable":true},"branchId":{"type":"string","nullable":true},"schemeID":{"type":"string","nullable":true},"salesRepresentativeID":{"type":"string","nullable":true},"customerId":{"minLength":1,"type":"string"},"cancellationReasonID":{"type":"string","nullable":true},"cancellReason":{"type":"string","nullable":true},"yearId":{"type":"string","nullable":true},"gstNo":{"maxLength":15,"minLength":0,"type":"string","nullable":true},"salesOrderId":{"type":"integer","format":"int64"},"isForeigner":{"type":"boolean","nullable":true},"salesOrderNo":{"type":"string","nullable":true},"date":{"type":"string","format":"date-time"},"taxTypeId":{"type":"integer","format":"int64","nullable":true},"transport":{"type":"string","nullable":true},"grandTotal":{"type":"number","format":"double","nullable":true},"totalQuantity":{"type":"number","format":"double","nullable":true},"totalDiscount":{"type":"number","format":"double","nullable":true},"totalTaxableAmount":{"type":"number","format":"double","nullable":true},"totalTax":{"type":"number","format":"double","nullable":true},"totalSGST":{"type":"number","format":"double","nullable":true},"totalCGST":{"type":"number","format":"double","nullable":true},"totalIGST":{"type":"number","format":"double","nullable":true},"totalMRP":{"type":"number","format":"double","nullable":true},"totalSavings":{"type":"number","format":"double","nullable":true},"jobCharges":{"type":"number","format":"double","nullable":true},"serviceTax":{"type":"number","format":"double","nullable":true},"shippingCharges":{"type":"number","format":"double","nullable":true},"otherCharges":{"type":"number","format":"double","nullable":true},"netAmount":{"type":"number","format":"double","nullable":true},"remarks":{"type":"string","nullable":true},"acceptedBy":{"type":"string","nullable":true},"statusID":{"type":"string","nullable":true},"createdBy":{"type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time","nullable":true},"creatorName":{"type":"string","nullable":true},"createdIP":{"type":"string","nullable":true},"checkSalesOrderCustomer":{"type":"string","nullable":true},"salesPriceIncludesTax":{"type":"boolean"},"isCompositionScheme":{"type":"boolean"},"showMRP":{"type":"boolean"},"barcodeScan":{"type":"string","nullable":true},"goToReceipt":{"type":"boolean"},"deliveryDate":{"type":"string","format":"date-time"},"deliveryDateString":{"type":"string","nullable":true},"deliveryTimeString":{"type":"string","nullable":true},"deliveryTime":{"type":"string","format":"time","nullable":true},"rounding":{"type":"number","format":"double","nullable":true},"itemTypeID":{"type":"string","nullable":true},"searchItem":{"type":"string","nullable":true},"giftVoucherID":{"type":"string","nullable":true},"giftVoucherDiscount":{"type":"number","format":"double","nullable":true},"giftVoucherNo":{"type":"string","nullable":true},"taxTypeName":{"type":"string","nullable":true},"srName":{"type":"string","nullable":true},"customerTitle":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"customerMobile":{"type":"string","nullable":true},"customerEmailID":{"type":"string","nullable":true},"rightLensFittingHeight":{"type":"number","format":"double","nullable":true},"rightLensTotalHeight":{"type":"number","format":"double","nullable":true},"leftLensFittingHeight":{"type":"number","format":"double","nullable":true},"leftLensTotalHeight":{"type":"number","format":"double","nullable":true},"typeID":{"type":"string","nullable":true},"getSalesOrderDetailList":{"type":"array","items":{"$ref":"#/components/schemas/OMSalesOrderModel"},"nullable":true},"salesOrderDetailList":{"type":"array","items":{"$ref":"#/components/schemas/OMGetSalesOrderDetailData_Result"},"nullable":true},"allowUserToChangePrice":{"type":"boolean","nullable":true},"allowUserToChangeDiscount":{"type":"boolean","nullable":true},"maxUserDiscountPercentage":{"type":"number","format":"double","nullable":true},"allowUerToGenerateFutureDateOrder":{"type":"boolean"},"allowUserToGeneratePastDateOrder":{"type":"boolean"},"allowStoreManagerToGenerateFutureDateOrder":{"type":"boolean"},"allowStoreManagerToGeneratePastDateOrder":{"type":"boolean"},"userInRole":{"type":"boolean"},"userInRoleStoreManager":{"type":"boolean"},"allowWarehouseManagerToCancelOrder":{"type":"boolean"},"allowCompanyManagerToCancelOrder":{"type":"boolean"},"storeSalesOrderID":{"type":"string","nullable":true},"isFranchise":{"type":"boolean"},"referencePurchaseOrderID":{"type":"string","nullable":true},"isSalesPriceIncludeTax":{"type":"boolean"},"isCustomerStateSameAsCompanyState":{"type":"boolean"},"isCustomerStateNOTSameAsCompanyState":{"type":"boolean"},"visitingDate":{"type":"string","format":"date-time","nullable":true},"visitingDateString":{"type":"string","nullable":true},"isPopup":{"type":"string","nullable":true},"deliveryModeID":{"type":"integer","format":"int64"},"deliveryModeName":{"type":"string","nullable":true},"isFranchise_Branch":{"type":"boolean"},"deliveryDateDays":{"type":"string","nullable":true},"dndForTransactionalMessage":{"type":"boolean"},"dndForPromotionalMessage":{"type":"boolean"},"isImportedOrder":{"type":"boolean"},"isGiftVoucherApplied":{"type":"boolean"},"branchLogo":{"type":"string","nullable":true},"branchName":{"type":"string","nullable":true},"companyName":{"type":"string","nullable":true},"enableInsurance":{"type":"boolean"},"customerInsuranceID":{"type":"integer","format":"int64","nullable":true},"insuranceID":{"type":"integer","format":"int64","nullable":true},"policyHolderID":{"type":"integer","format":"int64","nullable":true},"insuranceCompanyID":{"type":"integer","format":"int64","nullable":true},"policyNo":{"type":"string","nullable":true},"insuranceInformation":{"type":"string","nullable":true},"insuranceStartDate":{"type":"string","format":"date-time","nullable":true},"insuranceEndDate":{"type":"string","format":"date-time","nullable":true},"coverageLimit":{"type":"number","format":"double","nullable":true},"remainingCoverage":{"type":"number","format":"double","nullable":true},"availableBenefit":{"type":"number","format":"double","nullable":true},"topupAmount":{"type":"number","format":"double","nullable":true},"membershipType":{"type":"string","nullable":true},"verificationNumber":{"type":"string","nullable":true},"totalInsuranceAmount":{"type":"number","format":"double","nullable":true},"totalInsuranceBenefitAmount":{"type":"number","format":"double","nullable":true},"grossTotal":{"type":"number","format":"double","nullable":true},"nisNumber":{"type":"string","nullable":true},"nisCoverageLimit":{"type":"number","format":"double","nullable":true},"nisUsedAmount":{"type":"number","format":"double","nullable":true},"totalNISAmount":{"type":"number","format":"double","nullable":true},"voucherNumber":{"type":"string","nullable":true},"voucherCoverageLimit":{"type":"number","format":"double","nullable":true},"voucherUsedAmount":{"type":"number","format":"double","nullable":true},"totalVoucherAmount":{"type":"number","format":"double","nullable":true}},"additionalProperties":false},"OMSearchCustomer":{"type":"object","properties":{"companyID":{"type":"integer","format":"int64"},"branchID":{"type":"integer","format":"int64"},"yearID":{"type":"integer","format":"int64","nullable":true},"customerID":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"mobile":{"type":"string","nullable":true},"phoneNO":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"isActive":{"type":"string","nullable":true},"orderBy":{"type":"string","nullable":true},"customerSourceStringID":{"type":"string","nullable":true},"typeID":{"type":"string","nullable":true},"fromPage":{"type":"integer","format":"int32"},"toPage":{"type":"integer","format":"int32"},"customerNo":{"type":"string","nullable":true},"identityNumber":{"type":"string","nullable":true},"occupation":{"type":"string","nullable":true},"birthDate":{"type":"string","nullable":true},"visitingDate":{"type":"string","nullable":true},"customerSource":{"type":"string","nullable":true},"customerCategory":{"type":"string","nullable":true},"isMember":{"type":"string","nullable":true},"membershipName":{"type":"string","nullable":true},"isBlackList":{"type":"string","nullable":true}},"additionalProperties":false},"ProblemDetails":{"type":"object","properties":{"type":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"status":{"type":"integer","format":"int32","nullable":true},"detail":{"type":"string","nullable":true},"instance":{"type":"string","nullable":true}},"additionalProperties":{}},"ReceiptFilterRequest":{"type":"object","properties":{"companyID":{"type":"string","nullable":true},"branchID":{"type":"string","nullable":true},"yearID":{"type":"string","nullable":true},"customerID":{"type":"string","nullable":true},"receiptNo":{"type":"string","nullable":true},"receiptType":{"type":"string","nullable":true},"salesOrderNo":{"type":"string","nullable":true},"invoiceNO":{"type":"string","nullable":true},"date":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"customerMobile":{"type":"string","nullable":true},"fromDate":{"type":"string","nullable":true},"toDate":{"type":"string","nullable":true},"amount":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"pageNumber":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"orderBy":{"type":"string","nullable":true}},"additionalProperties":false},"ReceiptWithouInvoiceModel":{"required":["amount","date"],"type":"object","properties":{"receiptId":{"type":"string","nullable":true},"yearId":{"type":"string","nullable":true},"repairingID":{"type":"string","nullable":true},"repairingNO":{"type":"string","nullable":true},"referenceNo":{"type":"string","nullable":true},"receiptTypeId":{"type":"string","nullable":true},"receiptPrintFormat":{"type":"integer","format":"int32","nullable":true},"netAmount":{"type":"number","format":"double","nullable":true},"otherCharges":{"type":"number","format":"double","nullable":true},"branchId":{"type":"integer","format":"int64"},"branchName":{"type":"string","nullable":true},"branchAddress":{"type":"string","nullable":true},"branchCity":{"type":"string","nullable":true},"branchEmailID":{"type":"string","nullable":true},"branchMobile":{"type":"string","nullable":true},"branchEmail":{"type":"string","nullable":true},"branchMobileNo":{"type":"string","nullable":true},"totalQuantity":{"type":"number","format":"double","nullable":true},"totalPrice":{"type":"number","format":"double","nullable":true},"totalTaxableAmount":{"type":"number","format":"double","nullable":true},"totalSGST":{"type":"number","format":"double","nullable":true},"totalCGST":{"type":"number","format":"double","nullable":true},"totalIGST":{"type":"number","format":"double","nullable":true},"rounding":{"type":"number","format":"double","nullable":true},"totalDiscount":{"type":"number","format":"double","nullable":true},"salesOrderID":{"type":"string","nullable":true},"salesOrderIDStr":{"type":"string","nullable":true},"receiptAmount":{"type":"number","format":"double","nullable":true},"isForeigner":{"type":"boolean","nullable":true},"taxNotApplicable":{"type":"boolean"},"taxNO":{"type":"string","nullable":true},"signature":{"type":"string","nullable":true},"termsAndConditions":{"type":"string","nullable":true},"intrenalReceiptName":{"type":"string","nullable":true},"isExternalReceiptFormat":{"type":"boolean"},"receiptName":{"type":"string","nullable":true},"salesOrderNo":{"type":"string","nullable":true},"salesOrderDate":{"type":"string","format":"date-time","nullable":true},"statusId":{"type":"integer","format":"int32","nullable":true},"encryptSalesID":{"type":"string","nullable":true},"repairingReceiptNO":{"type":"string","nullable":true},"invoiceId":{"type":"string","nullable":true},"showDiscountOnReceipt":{"type":"boolean"},"htmlContent":{"type":"string","nullable":true},"invoiceNo":{"type":"string","nullable":true},"customerID":{"type":"integer","format":"int64"},"customerIDStr":{"type":"string","nullable":true},"customerFullName":{"type":"string","nullable":true},"customerAddress":{"type":"string","nullable":true},"material":{"type":"string","nullable":true},"work":{"type":"string","nullable":true},"cardTypeId":{"type":"string","nullable":true},"cardType":{"type":"string","nullable":true},"receiptNo":{"type":"string","nullable":true},"date":{"type":"string","format":"date-time"},"amount":{"type":"number","format":"double"},"redemAmount":{"type":"number","format":"double","nullable":true},"balanceAmount":{"type":"number","format":"double","nullable":true},"advanceAmount":{"type":"number","format":"double","nullable":true},"bankName":{"type":"string","nullable":true},"bankBranch":{"type":"string","nullable":true},"bankAccountNo":{"type":"string","nullable":true},"chequeDate":{"type":"string","format":"date-time","nullable":true},"chequeNo":{"type":"string","nullable":true},"cardBankName":{"type":"string","nullable":true},"cardNo":{"type":"string","nullable":true},"validFrom":{"type":"string","format":"date-time","nullable":true},"cardValidFrom":{"type":"string","format":"date-time","nullable":true},"cardExpiry":{"type":"string","format":"date-time","nullable":true},"cardSecurityNo":{"type":"string","nullable":true},"nameOnCard":{"type":"string","nullable":true},"remarks":{"type":"string","nullable":true},"gstNo":{"type":"string","nullable":true},"acceptedBy":{"type":"string","nullable":true},"isActive":{"type":"boolean"},"createdBy":{"type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time","nullable":true},"creatorName":{"type":"string","nullable":true},"createdIP":{"type":"string","nullable":true},"chequeDateString":{"type":"string","nullable":true},"dateString":{"type":"string","nullable":true},"salesOrderDateString":{"type":"string","nullable":true},"cardExpiryDateString":{"type":"string","nullable":true},"cardValidFromDateString":{"type":"string","nullable":true},"creditNoteID":{"type":"string","nullable":true},"creditAmount":{"type":"number","format":"double","nullable":true},"lC_CardNO":{"type":"string","nullable":true},"lC_Point":{"type":"number","format":"double","nullable":true},"lC_Redemption":{"type":"number","format":"double","nullable":true},"lC_ID":{"type":"string","nullable":true},"getSAlesOrderList":{"type":"array","items":{"$ref":"#/components/schemas/Invoice_TempModel"},"nullable":true},"houseNumber":{"type":"string","nullable":true},"societyName":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"area":{"type":"string","nullable":true},"landmark":{"type":"string","nullable":true},"customerTitle":{"type":"string","nullable":true},"customerFirstName":{"type":"string","nullable":true},"customerLastName":{"type":"string","nullable":true},"emailId":{"type":"string","nullable":true},"customerMobile":{"type":"string","nullable":true},"customerTaxNO":{"type":"string","nullable":true},"salesValue":{"type":"number","format":"double","nullable":true},"getEyePrescription":{"$ref":"#/components/schemas/CustomerEyeInfoModel"},"prescriptionList":{"type":"array","items":{"$ref":"#/components/schemas/SalesOrderDetail"},"nullable":true},"spherical_Right":{"type":"string","nullable":true},"spherical_Left":{"type":"string","nullable":true},"cylinder_Right":{"type":"string","nullable":true},"cylinder_Left":{"type":"string","nullable":true},"axiS_Right":{"type":"string","nullable":true},"axiS_Left":{"type":"string","nullable":true},"adD_Right":{"type":"string","nullable":true},"adD_Left":{"type":"string","nullable":true},"vA_Right":{"type":"string","nullable":true},"vA_Left":{"type":"string","nullable":true},"vN_Right":{"type":"string","nullable":true},"vN_Left":{"type":"string","nullable":true},"pD_Right":{"type":"string","nullable":true},"pD_Left":{"type":"string","nullable":true},"balance":{"type":"number","format":"double","nullable":true},"previousAdvance":{"type":"number","format":"double","nullable":true},"salesPerson":{"type":"string","nullable":true},"deliveryDate":{"type":"string","format":"date-time","nullable":true},"deliveryDateString":{"type":"string","nullable":true},"deliveryTime":{"type":"string","nullable":true},"receiptType":{"type":"string","nullable":true},"deliveryTimeString":{"type":"string","nullable":true},"isSalesPriceIncludeTax":{"type":"boolean"},"isCustomerStateSameAsCompanyState":{"type":"boolean"},"isCustomerStateNOTSameAsCompanyState":{"type":"boolean"},"policyNo":{"type":"string","nullable":true},"insuranceCompanyID":{"type":"integer","format":"int64","nullable":true},"insuranceID":{"type":"integer","format":"int64","nullable":true},"policyHolderID":{"type":"integer","format":"int64","nullable":true},"customerInsuranceID":{"type":"integer","format":"int64","nullable":true},"insuranceInformation":{"type":"string","nullable":true},"insuranceStartDate":{"type":"string","format":"date-time","nullable":true},"insuranceEndDate":{"type":"string","format":"date-time","nullable":true},"coverageLimit":{"type":"number","format":"double","nullable":true},"remainingCoverage":{"type":"number","format":"double","nullable":true},"availableBenefit":{"type":"number","format":"double","nullable":true},"topupAmount":{"type":"number","format":"double","nullable":true},"membershipType":{"type":"string","nullable":true},"verificationNumber":{"type":"string","nullable":true},"insuranceRemarks":{"type":"string","nullable":true},"grossTotal":{"type":"number","format":"double","nullable":true},"nisNumber":{"type":"string","nullable":true},"nisCoverageLimit":{"type":"number","format":"double","nullable":true},"nisUsedAmount":{"type":"number","format":"double","nullable":true},"voucherNumber":{"type":"string","nullable":true},"voucherCoverageLimit":{"type":"number","format":"double","nullable":true},"voucherUsedAmount":{"type":"number","format":"double","nullable":true},"isCompositionScheme":{"type":"boolean"},"showPrescriptionOnReceiptPrint":{"type":"boolean"},"termsAndConditionList":{"type":"array","items":{"$ref":"#/components/schemas/CompanyConditionModel"},"nullable":true},"genrateInvoice":{"type":"boolean"},"allowUerToGenerateFutureDateReceipt":{"type":"boolean"},"allowUserToGeneratePastDateReceipt":{"type":"boolean"},"allowStoreManagerToGenerateFutureDateReceipt":{"type":"boolean"},"allowStoreManagerToGeneratePastDateReceipt":{"type":"boolean"},"allowGenerateInvoiceBeforeFullPayment":{"type":"boolean"},"userInRole":{"type":"boolean"},"userInRoleStoreManager":{"type":"boolean"},"showItemNameOnReceipt":{"type":"boolean"},"showMRP":{"type":"boolean"},"enableInsurance":{"type":"boolean"},"totalTax":{"type":"number","format":"double","nullable":true},"totalNISAmount":{"type":"number","format":"double","nullable":true},"totalVoucherAmount":{"type":"number","format":"double","nullable":true},"totalInsuranceAmount":{"type":"number","format":"double","nullable":true},"totalInsuranceBenefitAmount":{"type":"number","format":"double","nullable":true},"displayCompanyName":{"type":"string","nullable":true},"soCreatedDate":{"type":"string","format":"date-time","nullable":true},"soCreatedDateTimeString":{"type":"string","nullable":true},"printAmount":{"type":"number","format":"double","nullable":true},"soTotalDiscountAmount":{"type":"number","format":"double","nullable":true},"soTotalNetAmount":{"type":"number","format":"double","nullable":true},"totalReceipt":{"type":"number","format":"double","nullable":true},"getReceiptTypeList":{"type":"array","items":{"$ref":"#/components/schemas/OMReceiptTypeModel"},"nullable":true},"conversionRate":{"type":"number","format":"double","nullable":true},"rewardPoints":{"type":"integer","format":"int32","nullable":true},"actualRedemAmount":{"type":"number","format":"double","nullable":true},"membershipName":{"type":"string","nullable":true},"membershipID":{"type":"string","nullable":true},"dndForPramotionalMessage":{"type":"boolean"},"dndForTransactionalMessage":{"type":"boolean"},"branchTaxNO":{"type":"string","nullable":true},"branchLogo":{"type":"string","nullable":true},"branchSignature":{"type":"string","nullable":true},"branchCountry":{"type":"string","nullable":true},"branchState":{"type":"string","nullable":true},"companyName":{"type":"string","nullable":true}},"additionalProperties":false},"SOCancellationReasonDto":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"cancellationReason":{"type":"string","nullable":true},"isActive":{"type":"boolean"}},"additionalProperties":false},"SalesOrderDetail":{"type":"object","properties":{"spectacleLensType":{"type":"integer","format":"int32"},"spherical":{"type":"string","nullable":true},"spherical_Right":{"type":"string","nullable":true},"spherical_Left":{"type":"string","nullable":true},"cylinder":{"type":"string","nullable":true},"cylinder_Right":{"type":"string","nullable":true},"cylinder_Left":{"type":"string","nullable":true},"axis":{"type":"string","nullable":true},"axiS_Right":{"type":"string","nullable":true},"axiS_Left":{"type":"string","nullable":true},"addition":{"type":"string","nullable":true},"adD_Right":{"type":"string","nullable":true},"adD_Left":{"type":"string","nullable":true},"vision":{"type":"string","nullable":true},"vA_Right":{"type":"string","nullable":true},"vA_Left":{"type":"string","nullable":true},"vn":{"type":"string","nullable":true},"vN_Right":{"type":"string","nullable":true},"vN_Left":{"type":"string","nullable":true},"pd":{"type":"string","nullable":true},"pD_Right":{"type":"string","nullable":true},"pD_Left":{"type":"string","nullable":true},"pairNo":{"type":"string","nullable":true}},"additionalProperties":false},"SalesOrderSearchRequest":{"type":"object","properties":{"pageNumber":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"orderBy":{"type":"string","nullable":true},"yearID":{"type":"integer","format":"int64","nullable":true},"customerID":{"type":"string","nullable":true},"branchName":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"customerMobile":{"type":"string","nullable":true},"salesOrderNo":{"type":"string","nullable":true},"date":{"type":"string","nullable":true},"fromDate":{"type":"string","nullable":true},"toDate":{"type":"string","nullable":true},"acceptedBy":{"type":"string","nullable":true},"deliveryMode":{"type":"string","nullable":true},"netAmount":{"type":"string","nullable":true},"deliveryDateTime":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"discount":{"type":"string","nullable":true}},"additionalProperties":false},"SalesOrderTempModelRequest":{"type":"object","properties":{"id":{"type":"string","nullable":true},"sessionID":{"type":"string","nullable":true},"salesOrderID":{"type":"string","nullable":true},"isOrdered":{"type":"boolean"},"itemID":{"type":"string","nullable":true},"inventoryID":{"type":"string","nullable":true},"qty":{"type":"number","format":"double"},"mrp":{"type":"number","format":"double","nullable":true},"totalMRP":{"type":"number","format":"double","nullable":true},"price":{"type":"number","format":"double"},"totalPrice":{"type":"number","format":"double"},"discountRate":{"type":"number","format":"double"},"discountAmount":{"type":"number","format":"double"},"taxableAmount":{"type":"number","format":"double"},"taxRate":{"type":"number","format":"double"},"taxAmount":{"type":"number","format":"double"},"sgstRate":{"type":"number","format":"double"},"sgstAmount":{"type":"number","format":"double"},"cgstRate":{"type":"number","format":"double"},"cgstAmount":{"type":"number","format":"double"},"igstRate":{"type":"number","format":"double"},"igstAmount":{"type":"number","format":"double"},"jobCharges":{"type":"number","format":"double","nullable":true},"serviceTaxId":{"type":"integer","format":"int32","nullable":true},"serviceTaxRate":{"type":"number","format":"double","nullable":true},"serviceTaxAmount":{"type":"number","format":"double","nullable":true},"totalAmount":{"type":"number","format":"double"},"createdBy":{"type":"integer","format":"int64"},"createdDate":{"type":"string","format":"date-time"},"createdIP":{"type":"string","nullable":true},"spectacleLensType":{"type":"integer","format":"int32"},"spherical":{"type":"string","nullable":true},"cylinder":{"type":"string","nullable":true},"axis":{"type":"string","nullable":true},"addition":{"type":"string","nullable":true},"near":{"type":"string","nullable":true},"vision":{"type":"string","nullable":true},"vn":{"type":"string","nullable":true},"pd":{"type":"string","nullable":true},"lensFittingHeight":{"type":"number","format":"double","nullable":true},"lensTotalHeight":{"type":"number","format":"double","nullable":true},"pairNo":{"type":"string","nullable":true},"basecurve":{"type":"string","nullable":true},"diameter":{"type":"string","nullable":true},"prescriptionRemarks":{"type":"string","nullable":true},"k1":{"type":"string","nullable":true},"k2":{"type":"string","nullable":true},"typeID":{"type":"string","nullable":true},"batchNo":{"type":"string","nullable":true},"expiredDate":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false},"SaveInvoiceOnlyRequest":{"type":"object","properties":{"salesOrderID":{"type":"string","nullable":true},"customerID":{"type":"string","nullable":true},"sessionID":{"type":"string","nullable":true},"invoiceDate":{"type":"string","format":"date-time","nullable":true},"isCompositionScheme":{"type":"boolean","nullable":true}},"additionalProperties":false},"SearchInvoice":{"type":"object","properties":{"companyID":{"type":"integer","format":"int64"},"branchID":{"type":"integer","format":"int64"},"yearID":{"type":"integer","format":"int64","nullable":true},"customerMobile":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"invoiceNumber":{"type":"string","nullable":true},"fromDate":{"type":"string","nullable":true},"toDate":{"type":"string","nullable":true},"date":{"type":"string","nullable":true},"amount":{"type":"string","nullable":true},"netAmount":{"type":"string","nullable":true},"totalRows":{"type":"string","nullable":true},"salesOrderNo":{"type":"string","nullable":true},"orderBy":{"type":"string","nullable":true},"customerID":{"type":"string","nullable":true},"fromPage":{"type":"integer","format":"int32"},"toPage":{"type":"integer","format":"int32"}},"additionalProperties":false},"SearchWhatsAppConfig":{"type":"object","properties":{"companyID":{"type":"integer","format":"int64"},"branchID":{"type":"integer","format":"int64"},"displayName":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"wabaID":{"type":"string","nullable":true},"phoneNumberID":{"type":"string","nullable":true},"accessToken":{"type":"string","nullable":true},"fromPage":{"type":"integer","format":"int32"},"toPage":{"type":"integer","format":"int32"},"orderBy":{"type":"string","nullable":true}},"additionalProperties":false},"ServiceTokenRequest":{"type":"object","properties":{"secret":{"type":"string","nullable":true},"companyID":{"type":"string","nullable":true},"branchID":{"type":"string","nullable":true}},"additionalProperties":false},"UpdateSalesOrderRequestModel":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"qty":{"type":"number","format":"double"},"price":{"type":"number","format":"double"},"discountRate":{"type":"number","format":"double"},"discountAmount":{"type":"number","format":"double"}},"additionalProperties":false},"WhatsAppConfigSaveRequest":{"type":"object","properties":{"encryptedWhatsAppConfigID":{"type":"string","nullable":true},"wabaID":{"type":"string","nullable":true},"wabaName":{"type":"string","nullable":true},"phoneNumberID":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"accessToken":{"type":"string","nullable":true},"displayName":{"type":"string","nullable":true},"isActive":{"type":"boolean"},"status":{"type":"string","nullable":true},"webhookURL":{"type":"string","nullable":true},"remarks":{"type":"string","nullable":true}},"additionalProperties":false}},"securitySchemes":{"Bearer":{"type":"http","description":"Enter: Bearer {your JWT token}","scheme":"bearer","bearerFormat":"JWT"}}},"security":[{"Bearer":[]}]}