CIZARO API
CIZARO API
Version: v1
Licensed by CIZARO
https://cizaro.com/
Access
[ Jump to Models ]
Table of Contents
Up
post /administration/create
Summary (administrationCreatePost)
Creates a new Administration Parameter
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /administration/GetAllByBranch/{BranchId}
Summary (administrationGetAllByBranchBranchIdGet)
Get All Global Parameters by Branch
Path parameters
BranchId (required)
Path Parameter —
Responses
200
Success
Up
get /administration/GetAll
Summary (administrationGetAllGet)
Get All Global Parameters
Responses
200
Success
Up
get /administration/GetByBranch/{BranchId}/{name}
Summary (administrationGetByBranchBranchIdNameGet)
Get one Global Parameter by Parameter Name and branch Id
Path parameters
BranchId (required)
Path Parameter —
name (required)
Path Parameter —
Responses
200
Success
Up
get /administration/GetByName/{name_string}
Summary (administrationGetByNameNameStringGet)
Get one Global Parameter by Parameter Name
Path parameters
name_string (required)
Path Parameter —
Responses
200
Success
Up
get /administration/Get/{name}
Summary (administrationGetNameGet)
Get All Global Parameters, that aren't linked to a branch
Path parameters
name (required)
Path Parameter —
Responses
200
Success
Up
put /administration/UpdateByBranch/{BranchId}/{AdministrationName}
Summary (administrationUpdateByBranchBranchIdAdministrationNamePut)
Sets a Branch Parameter Value, by Parameter Name and Branch Id
Path parameters
AdministrationName (required)
Path Parameter —
BranchId (required)
Path Parameter —
Query parameters
AdministrationValue (required)
Query Parameter —
Responses
200
Success
Up
post /administration/UpdateById/{administrationId}
Summary (administrationUpdateByIdAdministrationIdPost)
Sets a Global Parameter Value, by Parameter Id
Path parameters
administrationId (required)
Path Parameter —
Query parameters
AdministrationValue (required)
Query Parameter —
Responses
200
Success
Up
put /administration/UpdateGlobal/{AdministrationName}
Summary (administrationUpdateGlobalAdministrationNamePut)
Sets a Global Parameter Value, by Parameter Name
Path parameters
AdministrationName (required)
Path Parameter —
Query parameters
AdministrationValue (required)
Query Parameter —
Responses
200
Success
Up
get /security/CreateTokenByKey/{apiKey}
Summary (securityCreateTokenByKeyApiKeyGet)
Returns the Bearer token, passing the Global Key as a Router Parameter, this token will be used in all others api that requires authentication
Path parameters
apiKey (required)
Path Parameter —
Responses
200
Success
Up
post /security/CreateToken
Summary (securityCreateTokenPost)
Returns the Bearer token, passing the Username and key as a body parameter, this token will be used in all others api that requires authentication
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /branch/GetAllByCompany/{CompanyId}
Summary (branchGetAllByCompanyCompanyIdGet)
Returns all branches linked by a single Company
Path parameters
CompanyId (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Summary (branchGetAllGet)
Returns all branches
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /branch/GetAll/{OffSet}
Summary (branchGetAllOffSetGet)
Returns all branches, limited by an offset, The ShowExtended parameter allows to include metadata related to the query
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowExtended (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Summary (branchGetIdGet)
Returns a single Branch, according to its Id
Path parameters
id (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /campaign/GetByDate
Summary (campaignGetByDateGet)
Returns all campaigns inside a date range
Query parameters
date (required)
Query Parameter —
Responses
200
Success
Up
get /campaign/GetById/{id}
Summary (campaignGetByIdIdGet)
Returns a single Campaign, according to its Id
Path parameters
id (required)
Path Parameter —
Responses
200
Success
Up
get /campaign/Get/{offset}
Summary (campaignGetOffsetGet)
Returns all campaigns, limited by an offset
Path parameters
offset (required)
Path Parameter — format: int32
Responses
200
Success
Summary (cityCreatePost)
Add a City and returns the created Entity
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
delete /City/Delete/{id}
Summary (cityDeleteIdDelete)
Delete the record by its Id
Path parameters
id (required)
Path Parameter —
Responses
200
Success
Summary (cityGetAllGet)
Get All Cities delimited by an offset if exists
Query parameters
OffSet (optional)
Query Parameter — format: int32
Responses
200
Success
Up
post /City/GetByDynamicFilter/{Offset}
Summary (cityGetByDynamicFilterOffsetPost)
Get City By Dynamic Filter
Path parameters
Offset (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /City/GetById/{cityId}
Summary (cityGetByIdCityIdGet)
Get City by Id
Path parameters
cityId (required)
Path Parameter —
Responses
200
Success
Summary (cityUpdatePut)
Update a City and returns the created Entity
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /EmployeeTimeClock/GetById/{employeeClockId}
Summary (employeeTimeClockGetByIdEmployeeClockIdGet)
Get employee time clock by Id
Path parameters
employeeClockId (required)
Path Parameter —
Responses
200
Success
Summary (enumGetAllEnumGet)
Returns All Enums in the system
Responses
200
Success
Up
get /enum/GetAllEnumTypes
Summary (enumGetAllEnumTypesGet)
Returns All Enums Types in the system
Responses
200
Success
Up
get /enum/GetEnum/{EnumType}
Summary (enumGetEnumEnumTypeGet)
Returns the Enums filtered by Type
Path parameters
EnumType (required)
Path Parameter —
Responses
200
Success
Up
get /Messages/GetAll/{OffSet}
Summary (messagesGetAllOffSetGet)
Returns all system messages, limited by an offset
Path parameters
OffSet (required)
Path Parameter — format: int32
Responses
200
Success
Up
get /Messages/GetByLanguageAndName/{LanguageId}/{MessageName}
Summary (messagesGetByLanguageAndNameLanguageIdMessageNameGet)
Returns a single system message, according to its Id, and a specific language
Path parameters
LanguageId (required)
Path Parameter —
MessageName (required)
Path Parameter —
Responses
200
Success
Up
get /Messages/GetByLanguage/{LanguageId}
Summary (messagesGetByLanguageLanguageIdGet)
Returns all system messages, filtered by an specific language
Path parameters
LanguageId (required)
Path Parameter —
Responses
200
Success
Up
get /orders/Get/{PaymenTypeId}
(ordersGetPaymenTypeIdGet)
Path parameters
PaymenTypeId (required)
Path Parameter —
Responses
200
Success
Summary (companyGetAllGet)
Returns all Companys in the system
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /company/GetById/{CompanyId}
Summary (companyGetByIdCompanyIdGet)
Returns a single Company accoording to its Id
Path parameters
CompanyId (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Summary (countryCreatePost)
Add a Country and returns the created Entity
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
delete /Country/Delete/{id}
Summary (countryDeleteIdDelete)
Delete the record by its Id
Path parameters
id (required)
Path Parameter —
Responses
200
Success
Summary (countryGetAllGet)
Get All Countries delimited by an offset if exists
Query parameters
OffSet (optional)
Query Parameter — format: int32
Responses
200
Success
Up
post /Country/GetByDynamicFilter/{Offset}
Summary (countryGetByDynamicFilterOffsetPost)
Get Country By Dynamic Filter
Path parameters
Offset (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /Country/GetById/{countryId}
Summary (countryGetByIdCountryIdGet)
Get Country by Id
Path parameters
countryId (required)
Path Parameter —
Responses
200
Success
Summary (countryUpdatePut)
Update a Country and returns the updated Entity
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /currency_type/GetAll/{OffSet}
Summary (currencyTypeGetAllOffSetGet)
Returns all Currency Types, limited by an offset, the optional ShowPicture parameter indicates if the user wants to receive the picture or not, this picture is coded as a base64 string, Currency Type means the set of distinct Bills and Coins used for a specific currency
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /currency_type/Get/{currencyTypeId}
Summary (currencyTypeGetCurrencyTypeIdGet)
Returns a single Currency Type, according to its Id, the optional ShowPicture parameter indicates if the user wants to receive the picture or not, this picture is coded as a base64 string, Currency Type means the set of distinct Bills and Coins used for a specific currency
Path parameters
currencyTypeId (required)
Path Parameter —
Query parameters
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /customquery/GetProperties/{TableName}
(customqueryGetPropertiesTableNameGet)
Path parameters
TableName (required)
Path Parameter —
Responses
200
Success
Up
get /customquery/GetTables
(customqueryGetTablesGet)
Responses
200
Success
Up
post /customquery/Query2
(customqueryQuery2Post)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
post /customer/AddCustomer
Summary (customerAddCustomerPost)
Adds a new customer
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
post /customer/EditCustomer
Summary (customerEditCustomerPost)
Edits a customer
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Summary (customerGetAllGet)
Returns all customers
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /customer/GetAll/{OffSet}
Summary (customerGetAllOffSetGet)
Returns all customers, limited by an offset
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /customer/GetByName/{name}
Summary (customerGetByNameNameGet)
Returns a single Customer, according to its Name
Path parameters
name (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /customer/Get/{CustomerId}
Summary (customerGetCustomerIdGet)
Returns a single Customer, according to its Id
Path parameters
CustomerId (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /customer/GetTypes/{CustomerTypeId}
Summary (customerGetTypesCustomerTypeIdGet)
Returns a single Customer Type, according to its Id
Path parameters
CustomerTypeId (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /customer_type/GetAll
Summary (customerTypeGetAllGet)
Returns all Companys in the system
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
post /customer_type/GetbyDynamicFilter/{OffSet}
(customerTypeGetbyDynamicFilterOffSetPost)
Path parameters
OffSet (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /dashboard_layout/GetAll
Summary (dashboardLayoutGetAllGet)
Returns all Companys in the system
Responses
200
Success
Up
get /dashboard_layout/GetById/{DashboardId}
Summary (dashboardLayoutGetByIdDashboardIdGet)
Returns all Companys in the system
Path parameters
DashboardId (required)
Path Parameter —
Responses
200
Success
Up
get /delivery_option/GetAll/{OffSet}
Summary (deliveryOptionGetAllOffSetGet)
Returns all delivery options, limited by an offset
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /delivery_option/Get/{id}
Summary (deliveryOptionGetIdGet)
Returns a single Delivery Option, according to its Id
Path parameters
id (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Summary (documentsGetAllGet)
Returns all Documents in the system
Responses
200
Success
Up
get /documents/GetById/{DocId}
Summary (documentsGetByIdDocIdGet)
Returns a single Documents in the system
Path parameters
DocId (required)
Path Parameter —
Responses
200
Success
Up
get /driver/GetAllMessages/{driverid}
Summary (driverGetAllMessagesDriveridGet)
Returns all messages, according to the Driver Id
Path parameters
driverid (required)
Path Parameter —
Responses
200
Success
Up
get /driver/GetById/{id}
Summary (driverGetByIdIdGet)
Returns a single driver, according to its Id
Path parameters
id (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /driver/GetByName/{firstname}/{driver_license}
Summary (driverGetByNameFirstnameDriverLicenseGet)
Returns a single driver, filtered by the driver's firstname and the driver license
Path parameters
firstname (required)
Path Parameter —
driver_license (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Summary (driverPost)
Post a new message to a specific driver
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Summary (employeeGetAllGet)
Returns all Employees
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
ShowPicture (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /employee/GetByBranch/{BranchId}/{OffSet}
Summary (employeeGetByBranchBranchIdOffSetGet)
Returns a list of Employees, filtered branch
Path parameters
BranchId (required)
Path Parameter —
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
ShowPicture (optional)
Query Parameter — default: false
ShowExtended (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /employee/GetByCredentials/{Email}/{Password}
Summary (employeeGetByCredentialsEmailPasswordGet)
Returns a single Employee, filtered by email and password
Path parameters
Email (required)
Path Parameter —
Password (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
ShowPicture (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /employee/GetByEmail/{Email}
Summary (employeeGetByEmailEmailGet)
Returns a single Employee, filtered by email
Path parameters
Email (required)
Path Parameter —
Request headers
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
ShowPicture (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /employee/GetById/{Id}
Summary (employeeGetByIdIdGet)
Returns a single Employee, according to its Id
Path parameters
Id (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
ShowPicture (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /employee/GetEmployeePhotoById/{EmployeeID}
Summary (employeeGetEmployeePhotoByIdEmployeeIDGet)
Returns the Employee picture, encoded as a base64 string, according to its Id
Path parameters
EmployeeID (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
post /employee/GetbyDynamicFilter/{OffSet}
(employeeGetbyDynamicFilterOffSetPost)
Path parameters
OffSet (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
(employeePost)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
(employeePut)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Summary (employeeShiftPost)
Insert an Time Clock Entry, this endpoint checks the shift entry type of the body parameter.
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /EmployeeShift/Summary
Summary (employeeShiftSummaryGet)
Get the Shifts of determined employee
Query parameters
Employee_id (required)
Query Parameter —
dateTime (required)
Query Parameter —
Responses
200
Success
Up
post /EmployeeTimeClock/AddTimeClock/{EmployeeId}
Summary (employeeTimeClockAddTimeClockEmployeeIdPost)
Add Employee Time Clock and returns the created Entity
Path parameters
EmployeeId (required)
Path Parameter —
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
put /EmployeeTimeClock/EditTimeClock/{EmployeeId}
Summary (employeeTimeClockEditTimeClockEmployeeIdPut)
Edits Employee Time Clock and returns the edited Entity
Path parameters
EmployeeId (required)
Path Parameter —
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /EmployeeTimeClock/GetAll
Summary (employeeTimeClockGetAllGet)
Get All Time Clock delimited by an offset if exists
Query parameters
OffSet (optional)
Query Parameter — format: int32
Responses
200
Success
Up
post /EmployeeTimeClock/GetByDynamicFilter/{Offset}
Summary (employeeTimeClockGetByDynamicFilterOffsetPost)
Get Employee Time Clock By Dynamic Filter
Path parameters
Offset (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /EmployeeTimeClock/GetByEmployeeId/{EmployeeId}
Summary (employeeTimeClockGetByEmployeeIdEmployeeIdGet)
Get Time Clock By User
Path parameters
EmployeeId (required)
Path Parameter —
Responses
200
Success
Up
get /fleet/GetByDriver/{name}
Summary (fleetGetByDriverNameGet)
Returns the Fleet filtered by Driver Name
Path parameters
name (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
post /hardware/OpenCashTray
(hardwareOpenCashTrayPost)
Responses
200
Success
Up
get /initvalues/GetCurrentBranch
Summary (initvaluesGetCurrentBranchGet)
Get the Branch Id used as global parameter in the API
Responses
200
Success
Up
get /initvalues/GetCurrentCashtray
Summary (initvaluesGetCurrentCashtrayGet)
Get the Cashtray Id used as global parameter in the API
Responses
200
Success
Up
get /initvalues/GetCurrentCompany
Summary (initvaluesGetCurrentCompanyGet)
Get the Company Id used as global parameter in the API
Responses
200
Success
Up
post /initvalues/GetCurrentCustomer/{CustomerId}
Summary (initvaluesGetCurrentCustomerCustomerIdPost)
Set the Customer Id used as global parameter in the API
Path parameters
CustomerId (required)
Path Parameter —
Responses
200
Success
Up
get /initvalues/GetCurrentCustomer
Summary (initvaluesGetCurrentCustomerGet)
Get the Customer Id used as global parameter in the API
Responses
200
Success
Up
get /initvalues/GetCurrentEmployee
Summary (initvaluesGetCurrentEmployeeGet)
Get the Employee Id used as global parameter in the API
Responses
200
Success
Up
get /initvalues/GetCurrentInventory
Summary (initvaluesGetCurrentInventoryGet)
Get the Inventory Id used as global parameter in the API
Responses
200
Success
Up
get /initvalues/GetCurrentSalesman
Summary (initvaluesGetCurrentSalesmanGet)
Get the Salesman Id used as global parameter in the API
Responses
200
Success
Up
post /initvalues/GetCurrentSalesman/{SalesmanId}
Summary (initvaluesGetCurrentSalesmanSalesmanIdPost)
Set the Salesman Id used as global parameter in the API
Path parameters
SalesmanId (required)
Path Parameter —
Responses
200
Success
Up
get /initvalues/GetCurrentStation
Summary (initvaluesGetCurrentStationGet)
Get the Station Id used as global parameter in the API
Responses
200
Success
Up
post /initvalues/GetCurrentStation/{StationId}
Summary (initvaluesGetCurrentStationStationIdPost)
Set the Station Id used as global parameter in the API
Path parameters
StationId (required)
Path Parameter —
Responses
200
Success
Up
get /initvalues/GetCurrentUser
Summary (initvaluesGetCurrentUserGet)
Get the User Id used as global parameter in the API
Responses
200
Success
Up
post /initvalues/SetCurrentBranch/{BranchId}
Summary (initvaluesSetCurrentBranchBranchIdPost)
Set the Branch Id used as global parameter in the API
Path parameters
BranchId (required)
Path Parameter —
Responses
200
Success
Up
post /initvalues/SetCurrentCashtray/{CashtrayId}
Summary (initvaluesSetCurrentCashtrayCashtrayIdPost)
Set the Cashtray Id used as global parameter in the API
Path parameters
CashtrayId (required)
Path Parameter —
Responses
200
Success
Up
post /initvalues/SetCurrentCompany/{CompanyId}
Summary (initvaluesSetCurrentCompanyCompanyIdPost)
Set the Company Id used as global parameter in the API
Path parameters
CompanyId (required)
Path Parameter —
Responses
200
Success
Up
post /initvalues/SetCurrentEmployee/{EmployeeId}
Summary (initvaluesSetCurrentEmployeeEmployeeIdPost)
Set the Employee Id used as global parameter in the API
Path parameters
EmployeeId (required)
Path Parameter —
Responses
200
Success
Up
post /initvalues/SetCurrentInventory/{InventoryId}
Summary (initvaluesSetCurrentInventoryInventoryIdPost)
Set the Inventory Id used as global parameter in the API
Path parameters
InventoryId (required)
Path Parameter —
Responses
200
Success
Up
post /initvalues/SetCurrentUser/{UserId}
Summary (initvaluesSetCurrentUserUserIdPost)
Set the User Id used as global parameter in the API
Path parameters
UserId (required)
Path Parameter —
Responses
200
Success
Up
post /inventory_counting/Addline
Summary (inventoryCountingAddlinePost)
Add an specific inventory counting line
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /inventory_counting/GetLines/{item_id}/{id}
Summary (inventoryCountingGetLinesItemIdIdGet)
Get inventory counting lines, filtered by the parent inventory counting Id, and the line Id
Path parameters
id (required)
Path Parameter —
item_id (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /inventory_counting/Get/{offset}
Summary (inventoryCountingGetOffsetGet)
Get all inventory countings, limited by an offset
Path parameters
offset (required)
Path Parameter — format: int32
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
put /inventory_counting/UpdateInventoryCountingLines/{id}/{qty}/{lot_number}/{reason}
Summary (inventoryCountingUpdateInventoryCountingLinesIdQtyLotNumberReasonPut)
Updates an specific inventory counting line
Path parameters
id (required)
Path Parameter —
qty (required)
Path Parameter — format: int32
lot_number (required)
Path Parameter —
reason (required)
Path Parameter —
Responses
200
Success
Up
get /inventory_list/GetAll/{OffSet}
Summary (inventoryListGetAllOffSetGet)
Get all inventory countings, limited by an offset
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
post /inventory_list/GetbyDynamicFilter/{OffSet}
(inventoryListGetbyDynamicFilterOffSetPost)
Path parameters
OffSet (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
post /inventory_movement/Addline
Summary (inventoryMovementAddlinePost)
Add an specific inventory movement line
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /inventory_movement/GetAll/{offset}
Summary (inventoryMovementGetAllOffsetGet)
Add an specific inventory movement
Path parameters
offset (required)
Path Parameter — format: int32
Responses
200
Success
Up
get /inventory_movement/GetById/{id}
(inventoryMovementGetByIdIdGet)
Path parameters
id (required)
Path Parameter —
Responses
200
Success
Up
get /inventory_movement/GetLines/{MovementId}
Summary (inventoryMovementGetLinesMovementIdGet)
Get an specific inventory movement, according to its Id
Path parameters
MovementId (required)
Path Parameter —
Responses
200
Success
Up
put /inventory/Decrease/{id}/{qty}/{lot_no}
Summary (inventoryDecreaseIdQtyLotNoPut)
Decrease a inventory Quantity, filtered by Id
Path parameters
id (required)
Path Parameter —
qty (required)
Path Parameter — format: int32
lot_no (required)
Path Parameter —
Responses
200
Success
Up
get /inventory/GetAll/{offset}
Summary (inventoryGetAllOffsetGet)
Get All inventory records, limited by an OffSet
Path parameters
offset (required)
Path Parameter — format: int32
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /inventory/GetBalance
(inventoryGetBalanceGet)
Query parameters
item_id (required)
Query Parameter —
inventory_list_id (required)
Query Parameter —
r_item_matrix_id (required)
Query Parameter —
currentBranchID (required)
Query Parameter —
Responses
200
Success
Up
get /inventory/GetById/{id}
Summary (inventoryGetByIdIdGet)
Get and specific inventory record, according to its Id
Path parameters
id (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /inventory/GetbyItem/{value}/{parametertype}
Summary (inventoryGetbyItemValueParametertypeGet)
Get and specific inventory record, according to its Id
Path parameters
value (required)
Path Parameter —
parametertype (required)
Path Parameter — format: int32
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
put /inventory/Increase/{id}/{qty}/{lot_no}
Summary (inventoryIncreaseIdQtyLotNoPut)
Increase a inventory Quantity, filtered by Id
Path parameters
id (required)
Path Parameter —
qty (required)
Path Parameter — format: int32
lot_no (required)
Path Parameter —
Responses
200
Success
Up
get /item_categories/GetAllCategories
Summary (itemCategoriesGetAllCategoriesGet)
Get All Item Categories, The optional parameter ShowPicture determines if the associated picture is included or not,The optional parameter ShowOnlyAssigned filters only the categories that has items in it
Query parameters
ShowPicture (optional)
Query Parameter — default: false
ShowOnlyAssigned (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /item_categories/GetAllCategories/{OffSet}
Summary (itemCategoriesGetAllCategoriesOffSetGet)
Get All Item Categories, limited by an OffSet,The optional parameter ShowPicture determines if the associated picture is included or not,The optional parameter ShowOnlyAssigned filters only the categories that has items in it
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowPicture (optional)
Query Parameter — default: false
ShowOnlyAssigned (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /item_categories/GetCategoryById/{CategoryId}
Summary (itemCategoriesGetCategoryByIdCategoryIdGet)
Get a Item Category, according to its Id,The optional parameter ShowPicture determines if the associated picture is included or not
Path parameters
CategoryId (required)
Path Parameter —
Query parameters
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /item_categories/GetCategoryImage/{category_id}
Summary (itemCategoriesGetCategoryImageCategoryIdGet)
Get a Item Category Picture, according to its Id,This response is coded as Base64 string
Path parameters
category_id (required)
Path Parameter —
Query parameters
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
(itemCategoriesPost)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
(itemCategoriesPut)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /item_matrix/GetByItemId/{ItemId}
Summary (itemMatrixGetByItemIdItemIdGet)
Returns all variants according to an Item Id
Path parameters
ItemId (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /item_matrix/Get/{Value}/{ParameterType}
Summary (itemMatrixGetValueParameterTypeGet)
Returns a variant using a value and a value tipe, where 0 = MATRIX SKU, 1 = MATRIX BARCODE, 2 = MATRUX NAME
Path parameters
Value (required)
Path Parameter —
ParameterType (required)
Path Parameter — format: int32
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
post /item_matrix/GetbyDynamicFilter/{OffSet}
(itemMatrixGetbyDynamicFilterOffSetPost)
Path parameters
OffSet (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Summary (itemsAddItemPost)
Adds a new item
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Summary (itemsEditItemPost)
Modifies a new item
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /items/GetAllItemDetails
Summary (itemsGetAllItemDetailsGet)
Returns all Items details
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
post /items/GetByDynamicFilter/{OffSet}
(itemsGetByDynamicFilterOffSetPost)
Path parameters
OffSet (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /items/GetByName/{searchValue}
Summary (itemsGetByNameSearchValueGet)
Returns a Item, filtered by its Name, The optional parameter ShowPicture determines if the associated picture is included or not
Path parameters
searchValue (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Summary (itemsGetIdGet)
Returns a Item, according to its Id, The optional parameter ShowPicture determines if the associated picture is included or not
Path parameters
id (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /items/GetImage/{ItemId}
Summary (itemsGetImageItemIdGet)
Returns the Item Picture List, according to its Id
Path parameters
ItemId (required)
Path Parameter —
Responses
200
Success
Up
get /items/GetImageStream/{ItemId}
Summary (itemsGetImageStreamItemIdGet)
Returns the Item Picture List, according to its Id
Path parameters
ItemId (required)
Path Parameter —
Responses
200
Success
Up
get /items/GetItemCategoryByListID/{ListId}
Summary (itemsGetItemCategoryByListIDListIdGet)
Returns the Item Categories, according to the List Id
Path parameters
ListId (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /items/GetItemDetail/{value}/{parameterType}
Summary (itemsGetItemDetailValueParameterTypeGet)
Returns a item detail, according to a filter value, the parametertype parameter determines how this filter value will be applied, as follows: 0 applies to the item SKU,1 applies to the item barcode,2 applies to the item PLU,3 applies to the item Name,
Path parameters
value (required)
Path Parameter —
parameterType (required)
Path Parameter — format: int32
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /items/GetItemImage/{value}/{parametertype}
Summary (itemsGetItemImageValueParametertypeGet)
Returns a item picture, according to a filter value, the parametertype parameter determines how this filter value will be applied, as follows: 0 applies to the item SKU,1 applies to the item barcode,2 applies to the item PLU,3 applies to the item Name,
Path parameters
value (required)
Path Parameter —
parametertype (required)
Path Parameter — format: int32
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /items/GetItemImages/{value}/{parametertype}
Summary (itemsGetItemImagesValueParametertypeGet)
Returns a item picture list, according to a filter value, the parametertype parameter determines how this filter value will be applied, as follows: 0 applies to the item SKU,1 applies to the item barcode,2 applies to the item PLU,3 applies to the item Name,
Path parameters
value (required)
Path Parameter —
parametertype (required)
Path Parameter — format: int32
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /items/GetItemInventoryByItemId/{ItemId}
Summary (itemsGetItemInventoryByItemIdItemIdGet)
Returns the Item InventoryRecord, filtered by Item Id
Path parameters
ItemId (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /items/GetItemsByBarcode/{barcode}
Summary (itemsGetItemsByBarcodeBarcodeGet)
Returns a Item, filtered by its barcode, The optional parameter ShowPicture determines if the associated picture is included or not
Path parameters
barcode (required)
Path Parameter —
Query parameters
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Summary (itemsGetItemsGet)
Returns all Items, The optional parameter ShowPicture determines if the associated picture is included or not,The ShowExtended parameter allows to include metadata related to the query
Query parameters
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
ShowExtended (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /items/GetItems/{OffSet}
Summary (itemsGetItemsOffSetGet)
Returns all Items, limited by an OffSet, The optional parameter ShowPicture determines if the associated picture is included or not,The ShowExtended parameter allows to include metadata related to the query
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowPicture (optional)
Query Parameter — default: false
ShowExtended (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /items/SearchItem/{OffSet}/{searchTerm}
Summary (itemsSearchItemOffSetSearchTermGet)
Returns Items, filtered by name as a searchTerm, The optional parameter ShowPicture determines if the associated picture is included or not,The ShowExtended parameter allows to include metadata related to the query
Path parameters
OffSet (required)
Path Parameter — format: int32
searchTerm (required)
Path Parameter —
Query parameters
ShowPicture (optional)
Query Parameter — default: false
ShowExtended (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Summary (languageGetAllGet)
Returns all languages availables
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Summary (leadCreatePost)
Add a Lead and returns the created Entity
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
delete /lead/Delete/{id}
Summary (leadDeleteIdDelete)
Delete the record by its Id
Path parameters
id (required)
Path Parameter —
Responses
200
Success
Summary (leadGetAllGet)
Get All States delimited by an offset if exists
Query parameters
OffSet (optional)
Query Parameter — format: int32
Responses
200
Success
Up
post /lead/GetByDynamicFilter
Summary (leadGetByDynamicFilterPost)
Get Lead By Dynamic Filter
Consumes
This API call consumes the following media types via the request header:
Request body
Query parameters
Offset (optional)
Query Parameter — format: int32
Responses
200
Success
Up
get /lead/GetByEmployee/{EmployeeId}
Summary (leadGetByEmployeeEmployeeIdGet)
Returns all leads posted by the employee id
Path parameters
EmployeeId (required)
Path Parameter —
Responses
200
Success
Up
get /lead/GetById/{leadId}
Summary (leadGetByIdLeadIdGet)
Get Lead by Id
Path parameters
leadId (required)
Path Parameter —
Responses
200
Success
Summary (leadUpdatePost)
Update a Lead and returns the created Entity
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /matrix_attributes/GetMatrixAttributes/{OffSet}
(matrixAttributesGetMatrixAttributesOffSetGet)
Path parameters
OffSet (required)
Path Parameter — format: int32
Responses
200
Success
Up
post /matrix_attributes
(matrixAttributesPost)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
put /matrix_attributes
(matrixAttributesPut)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /measure/GetAll/{OffSet}
Summary (measureGetAllOffSetGet)
Returns all measure units, limited by an offset
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Summary (measureGetIdGet)
Returns a single measure unit, according to its Id
Path parameters
id (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /modifiergroup/GetModifiersGroup/{OffSet}
(modifiergroupGetModifiersGroupOffSetGet)
Path parameters
OffSet (required)
Path Parameter — format: int32
Responses
200
Success
(modifiergroupPost)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
(modifiergroupPut)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
post /modifiers/AddInfo/{OrderLineId}
(modifiersAddInfoOrderLineIdPost)
Path parameters
OrderLineId (required)
Path Parameter —
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
post /modifiers/AddModifier
(modifiersAddModifierPost)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
(modifiersGetAllGet)
Responses
200
Success
Up
get /modifiers/GetModifiers/{ItemId}
Summary (modifiersGetModifiersItemIdGet)
Returns all Modifiers groupedm and filtered by a ItemId
Path parameters
ItemId (required)
Path Parameter —
Responses
200
Success
Up
get /modifiers/GetModifiers/{OffSet}
(modifiersGetModifiersOffSetGet)
Path parameters
OffSet (required)
Path Parameter — format: int32
Responses
200
Success
(modifiersPost)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
(modifiersPut)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /money_type/GetAll
Summary (moneyTypeGetAllGet)
Get all currencies in the system
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /money_type/Get/{id}
Summary (moneyTypeGetIdGet)
Get a specific currency, according to its Id
Path parameters
id (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /order_number_history/GetAll/{OffSet}
Summary (orderNumberHistoryGetAllOffSetGet)
Get all order number histories, limited by an OffSet
Path parameters
OffSet (required)
Path Parameter — format: int32
Responses
200
Success
Up
get /order_number_history/GetByType/{OrderTypeID}/{OffSet}
Summary (orderNumberHistoryGetByTypeOrderTypeIDOffSetGet)
Get order number history, filtered by document type id, and limited by an OffSet
Path parameters
OrderTypeID (required)
Path Parameter — format: int32
OffSet (required)
Path Parameter — format: int32
Responses
200
Success
Up
get /order_number/GetAll/{OffSet}
Summary (orderNumberGetAllOffSetGet)
Get all order numbers, limited by an OffSet
Path parameters
OffSet (required)
Path Parameter — format: int32
Responses
200
Success
Up
get /order_number/Get/{BranchId}/{OrderType}
Summary (orderNumberGetBranchIdOrderTypeGet)
Get order number, filtered by branch id and document type Id
Path parameters
BranchId (required)
Path Parameter —
OrderType (required)
Path Parameter — format: int32
Responses
200
Success
Summary (ordersAddLinePost)
Add a new Order line to an specific order and returns the generated ID for the added Order line
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Summary (ordersAddOrderPost)
Add a new order to the database, this order object can contain many lines objects as needed
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
post /orders/CancelOrder/{OrderId}
Summary (ordersCancelOrderOrderIdPost)
Cancel an specific order
Path parameters
OrderId (required)
Path Parameter —
Responses
200
Success
Summary (ordersEditOrderPut)
Edits an order in the database, this order object can contain many lines objects as needed
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Summary (ordersGetAllGet)
Get all orders,The ShowLines optional parameter determines if the order lines are included or not,The ShowPayments optional parameter determines if the payments associated are included or not
Query parameters
ShowLines (optional)
Query Parameter — default: false
ShowPayments (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /orders/GetAll/{OffSet}
Summary (ordersGetAllOffSetGet)
Get all orders, limited by an OffSet,The ShowLines optional parameter determines if the order lines are included or not,The ShowPayments optional parameter determines if the payments associated are included or not
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowLines (optional)
Query Parameter — default: false
ShowPayments (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /orders/GetByBranch/{BranchId}
Summary (ordersGetByBranchBranchIdGet)
Get the orders, filtered by branch,The ShowLines optional parameter determines if the order lines are included or not,The ShowPayments optional parameter determines if the payments associated are included or not
Path parameters
BranchId (required)
Path Parameter —
Query parameters
ShowLines (optional)
Query Parameter — default: false
ShowPayments (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /orders/GetByBranch/{BranchId}/{OffSet}
Summary (ordersGetByBranchBranchIdOffSetGet)
Get the orders, filtered by branch and limited by an OffSet,The ShowLines optional parameter determines if the order lines are included or not,The ShowPayments optional parameter determines if the payments associated are included or not
Path parameters
BranchId (required)
Path Parameter —
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowLines (optional)
Query Parameter — default: false
ShowPayments (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /orders/GetByDateRange/{OffSet}
Summary (ordersGetByDateRangeOffSetGet)
Get the orders, filtered by date range and limited by an OffSet,The ShowLines optional parameter determines if the order lines are included or not,The ShowPayments optional parameter determines if the payments associated are included or not
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
DateFrom (required)
Query Parameter —
DateTo (required)
Query Parameter —
ShowLines (optional)
Query Parameter — default: false
ShowPayments (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /orders/GetByEmployee/{SaleEmployeeId}/{OffSet}
Summary (ordersGetByEmployeeSaleEmployeeIdOffSetGet)
Get the orders, filtered by Salesman and limited by an OffSet,The ShowLines optional parameter determines if the order lines are included or not,The ShowPayments optional parameter determines if the payments associated are included or not
Path parameters
SaleEmployeeId (required)
Path Parameter —
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowLines (optional)
Query Parameter — default: false
ShowPayments (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /orders/GetById/{Id}
Summary (ordersGetByIdIdGet)
Get a order, according to its Id,The ShowLines optional parameter determines if the order lines are included or not,The ShowPayments optional parameter determines if the payments associated are included or not
Path parameters
Id (required)
Path Parameter —
Query parameters
ShowLines (optional)
Query Parameter — default: true
ShowPayments (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /orders/GetByNo/{OrderNo}
Summary (ordersGetByNoOrderNoGet)
Get a order, filtered by Order Number,The ShowLines optional parameter determines if the order lines are included or not,The ShowPayments optional parameter determines if the payments associated are included or not
Path parameters
OrderNo (required)
Path Parameter — format: int32
Query parameters
ShowLines (optional)
Query Parameter — default: false
ShowPayments (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /orders/GetByNumberRange/{OffSet}
Summary (ordersGetByNumberRangeOffSetGet)
Get the orders, filtered by order number range and limited by an OffSet,The ShowLines optional parameter determines if the order lines are included or not,The ShowPayments optional parameter determines if the payments associated are included or not
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
OrderFrom (required)
Query Parameter — format: int32
OrderTo (required)
Query Parameter — format: int32
ShowLines (optional)
Query Parameter — default: false
ShowPayments (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /orders/GetByType/{OrderTypeId}/{OffSet}
Summary (ordersGetByTypeOrderTypeIdOffSetGet)
Get the orders, filtered by order type Id and limited by an OffSet,The ShowLines optional parameter determines if the order lines are included or not,The ShowPayments optional parameter determines if the payments associated are included or not
Path parameters
OrderTypeId (required)
Path Parameter — format: int32
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowLines (optional)
Query Parameter — default: false
ShowPayments (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /orders/GetByUserId/{UserId}/{OffSet}
Summary (ordersGetByUserIdUserIdOffSetGet)
Get the orders, filtered by User Id and limited by an OffSet,The ShowLines optional parameter determines if the order lines are included or not,The ShowPayments optional parameter determines if the payments associated are included or not
Path parameters
UserId (required)
Path Parameter —
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowLines (optional)
Query Parameter — default: false
ShowPayments (optional)
Query Parameter — default: false
Responses
200
Success
Up
post /orders/GetLinesbyDynamicFilter/{OffSet}
(ordersGetLinesbyDynamicFilterOffSetPost)
Path parameters
OffSet (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
post /orders/GetbyDynamicFilter/{OffSet}
(ordersGetbyDynamicFilterOffSetPost)
Path parameters
OffSet (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Query parameters
ShowLines (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /orders/RemoveItem
(ordersRemoveItemGet)
Query parameters
OrderLineId (required)
Query Parameter —
reason (required)
Query Parameter —
Responses
200
Success
Up
put /orders/UpdateOrderStatus
(ordersUpdateOrderStatusPut)
Query parameters
OrderID (required)
Query Parameter —
StatusID (required)
Query Parameter — format: int32
Responses
200
Success
Up
post /payment/AddOrderToExistingPayment/{paymentId}
(paymentAddOrderToExistingPaymentPaymentIdPost)
Path parameters
paymentId (required)
Path Parameter —
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
post /payment/AddPayment
(paymentAddPaymentPost)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
put /payment/EditPayment
(paymentEditPaymentPut)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Summary (paymentGetAllGet)
Get All Payments delimited by an offset if exists
Query parameters
OffSet (optional)
Query Parameter — format: int32
Responses
200
Success
Up
get /payment/GetById/{PaymentId}
Summary (paymentGetByIdPaymentIdGet)
Get a specific payment, according to its Id
Path parameters
PaymentId (required)
Path Parameter —
Responses
200
Success
Up
get /payment/GetByOrder/{OrderId}
(paymentGetByOrderOrderIdGet)
Path parameters
OrderId (required)
Path Parameter —
Responses
200
Success
Up
get /paymenttype/GetAll
Summary (paymenttypeGetAllGet)
Get all payment types, the ShowPicture optional parameters determines if the picture is included or not
Query parameters
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /paymenttype/GetAll/{OffSet}
Summary (paymenttypeGetAllOffSetGet)
Get all payment types, limited by an OffSet, the ShowPicture optional parameters determines if the picture is included or not
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /paymenttype/Get/{PaymenTypeId}
Summary (paymenttypeGetPaymenTypeIdGet)
Get a specific payment type, according to its Id, the ShowPicture optional parameters determines if the picture is included or not
Path parameters
PaymenTypeId (required)
Path Parameter —
Query parameters
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /position_entry/GetAll
Summary (positionEntryGetAllGet)
Get all position entries in the system
Responses
200
Success
Up
get /position_entry/GetByPosition/{PositionId}
Summary (positionEntryGetByPositionPositionIdGet)
Get all position entry, for a single position
Path parameters
PositionId (required)
Path Parameter —
Responses
200
Success
Up
get /position_entry/Get/{id}
Summary (positionEntryGetIdGet)
Get a single position entry, according to its Id
Path parameters
id (required)
Path Parameter —
Responses
200
Success
Up
get /position_entry/GetLastByPosition/{PositionId}
Summary (positionEntryGetLastByPositionPositionIdGet)
Get the last position entry, for a single position
Path parameters
PositionId (required)
Path Parameter —
Responses
200
Success
Up
post /position/AddPosition
Summary (positionAddPositionPost)
Adds a new position
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
post /position/EditPosition
Summary (positionEditPositionPost)
Modifies an existing position
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /position/GetAllEntries/{OffSet}
Summary (positionGetAllEntriesOffSetGet)
Get all position entries in the system, limited by an offset
Path parameters
OffSet (required)
Path Parameter — format: int32
Responses
200
Success
Summary (positionGetAllGet)
Get all position entries in the system
Query parameters
IncludeType (optional)
Query Parameter — default: false
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /position/GetAll/{OffSet}
Summary (positionGetAllOffSetGet)
Get all position entries in the system, limited by an offset
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
IncludeType (optional)
Query Parameter — default: false
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
ShowExtended (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /position/GetAllTypes/{OffSet}
Summary (positionGetAllTypesOffSetGet)
Get all position types in the system, limited by an offset
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowPicture (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /position/GetAllZones/{OffSet}
Summary (positionGetAllZonesOffSetGet)
Get all position zones in the system, limited by an offset
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /position/GetByBranch/{BranchId}
Summary (positionGetByBranchBranchIdGet)
Get all position entries in the system
Path parameters
BranchId (required)
Path Parameter —
Query parameters
IncludeType (optional)
Query Parameter — default: false
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /position/GetById/{PositionId}
Summary (positionGetByIdPositionIdGet)
Get a position, according by its Id
Path parameters
PositionId (required)
Path Parameter —
Query parameters
IncludeType (optional)
Query Parameter — default: false
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /position/GetByZoneId/{ZoneId}
Summary (positionGetByZoneIdZoneIdGet)
Get a position, according by its Id
Path parameters
ZoneId (required)
Path Parameter —
Query parameters
IncludeType (optional)
Query Parameter — default: false
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /position/GetDefaultZoneByStationConfigId/{StationConfigId}
Summary (positionGetDefaultZoneByStationConfigIdStationConfigIdGet)
Get the default position zone, according to Station Config Id
Path parameters
StationConfigId (required)
Path Parameter —
Query parameters
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /position/GetEntriesByPosition/{PositionId}/{OffSet}
Summary (positionGetEntriesByPositionPositionIdOffSetGet)
Get all position entries by a specific position, limited by an offset
Path parameters
PositionId (required)
Path Parameter —
OffSet (required)
Path Parameter — format: int32
Responses
200
Success
Up
get /position/GetEntryById/{PositionEntryId}
Summary (positionGetEntryByIdPositionEntryIdGet)
Get all position zones entries in the system, limited by an offset
Path parameters
PositionEntryId (required)
Path Parameter —
Responses
200
Success
Up
get /position/GetTypeById/{PositionTypeId}
Summary (positionGetTypeByIdPositionTypeIdGet)
Get a single position type, according to its Id
Path parameters
PositionTypeId (required)
Path Parameter —
Query parameters
ShowPicture (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /position/GetZoneByBranchId/{BranchId}
Summary (positionGetZoneByBranchIdBranchIdGet)
Get position zones, filtered by Branch
Path parameters
BranchId (required)
Path Parameter —
Query parameters
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /position/GetZoneById/{PositionZoneId}
Summary (positionGetZoneByIdPositionZoneIdGet)
Get a position zone, according by its Id
Path parameters
PositionZoneId (required)
Path Parameter —
Query parameters
ShowPicture (optional)
Query Parameter — default: false
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
post /position/SetAvailable/{PositionId}
Summary (positionSetAvailablePositionIdPost)
Set the status in the position as Available, it writes the value of 1 in the database
Path parameters
PositionId (required)
Path Parameter —
Responses
200
Success
Up
post /position/SetBusy/{PositionId}/{GuestNo}
Summary (positionSetBusyPositionIdGuestNoPost)
Set the status in the position as Busy, it writes the value of 0 in the database
Path parameters
PositionId (required)
Path Parameter —
GuestNo (required)
Path Parameter — format: int32
Responses
200
Success
Up
post /position/SetGuestNo/{PositionId}/{GuestNo}
Summary (positionSetGuestNoPositionIdGuestNoPost)
Set the the Guests Quantity to the position, this requires that the position is busy, it writes the value of 0 in the database
Path parameters
PositionId (required)
Path Parameter —
GuestNo (required)
Path Parameter — format: int32
Responses
200
Success
Up
post /position/SetPositionLocation
Summary (positionSetPositionLocationPost)
Update a position location
Query parameters
positionId (required)
Query Parameter —
x (required)
Query Parameter —
y (required)
Query Parameter —
Responses
200
Success
Summary (priceGetGet)
Get all prices list entries in the system
Responses
200
Success
Summary (priceGetIdGet)
Get a prices list entry, according to its Id
Path parameters
id (required)
Path Parameter —
Responses
200
Success
Up
get /price/GetAllPriceList
Summary (priceGetAllPriceListGet)
Get all prices list entries in the system
Responses
200
Success
Up
get /price/GetCostPrice/{value}/{parametertype}/{PriceListId}
Summary (priceGetCostPriceValueParametertypePriceListIdGet)
Gets a price entry, filtered by list Id, the parametertype parameter determines how this filter value will be applied, as follows: 0 applies to the item SKU,1 applies to the item barcode,2 applies to the item PLU,3 applies to the item Name,
Path parameters
value (required)
Path Parameter —
parametertype (required)
Path Parameter — format: int32
PriceListId (required)
Path Parameter —
Responses
200
Success
Up
post /production_order/AddProductionOrder
Summary (productionOrderAddProductionOrderPost)
Adds a new Production Order
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
put /production_order/EditTax
Summary (productionOrderEditTaxPut)
Modifies a existing Production Order
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /production_order/GetAll
Summary (productionOrderGetAllGet)
Get all Production Orders in the system
Responses
200
Success
Up
get /production_order/GetAll/{OffSet}
Summary (productionOrderGetAllOffSetGet)
Get all Production Orders in the system, limited by an offset
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowExtended (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /production_order/GetById/{ProductionOrderId}
Summary (productionOrderGetByIdProductionOrderIdGet)
Get a Production Order, according by its Id
Path parameters
ProductionOrderId (required)
Path Parameter —
Responses
200
Success
Up
post /purchase_order/AddLine/{PurchaseOrderId}
(purchaseOrderAddLinePurchaseOrderIdPost)
Path parameters
PurchaseOrderId (required)
Path Parameter —
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
post /purchase_order/AddPurchaseOrder
(purchaseOrderAddPurchaseOrderPost)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
put /purchase_order/EditPurchaseOrder
(purchaseOrderEditPurchaseOrderPut)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /purchase_order/GetByBranch/{BranchId}/{OffSet}
(purchaseOrderGetByBranchBranchIdOffSetGet)
Path parameters
BranchId (required)
Path Parameter —
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowLines (optional)
Query Parameter — default: false
Responses
200
Success
Up
post /purchase_order/GetByDynamicFilter/{OffSet}
(purchaseOrderGetByDynamicFilterOffSetPost)
Path parameters
OffSet (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Query parameters
ShowLines (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /purchase_order/GetById/{Id}
(purchaseOrderGetByIdIdGet)
Path parameters
Id (required)
Path Parameter —
Query parameters
ShowLines (optional)
Query Parameter — default: false
Responses
200
Success
Up
post /purchase_order/GetLinesByDynamicFilter/{OffSet}
(purchaseOrderGetLinesByDynamicFilterOffSetPost)
Path parameters
OffSet (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /purchase_order/Get/{OffSet}
(purchaseOrderGetOffSetGet)
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowLines (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /purchase_order/RemoveLine
(purchaseOrderRemoveLineGet)
Query parameters
PurchaseOrderLineId (required)
Query Parameter —
Responses
200
Success
Up
post /receiving_order/AddLine/{ReceivingOrderId}
(receivingOrderAddLineReceivingOrderIdPost)
Path parameters
ReceivingOrderId (required)
Path Parameter —
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
post /receiving_order/AddReceivingOrder
(receivingOrderAddReceivingOrderPost)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
post /receiving_order/EditReceivingOrder
(receivingOrderEditReceivingOrderPost)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /receiving_order/GetAll
Summary (receivingOrderGetAllGet)
Get All Receiving Orders
Query parameters
ShowLines (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /receiving_order/GetByBranch/{BranchId}/{OffSet}
(receivingOrderGetByBranchBranchIdOffSetGet)
Path parameters
BranchId (required)
Path Parameter —
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowLines (optional)
Query Parameter — default: false
Responses
200
Success
Up
post /receiving_order/GetByDynamicFilter/{OffSet}
(receivingOrderGetByDynamicFilterOffSetPost)
Path parameters
OffSet (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Query parameters
ShowLines (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /receiving_order/GetById/{Id}
(receivingOrderGetByIdIdGet)
Path parameters
Id (required)
Path Parameter —
Query parameters
ShowLines (optional)
Query Parameter — default: false
Responses
200
Success
Up
post /receiving_order/GetLinesByDynamicFilter/{OffSet}
(receivingOrderGetLinesByDynamicFilterOffSetPost)
Path parameters
OffSet (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /receiving_order/Get/{OffSet}
Summary (receivingOrderGetOffSetGet)
Get All Receiving Orders delimited by an offset if exists
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowLines (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /receiving_order/RemoveLine
(receivingOrderRemoveLineGet)
Query parameters
ReceivingOrderLineId (required)
Query Parameter —
Responses
200
Success
Summary (reminderAddPost)
Creates a new reminder
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
delete /reminder/DeleteMyReminder/{id}
Summary (reminderDeleteMyReminderIdDelete)
Deletes a specific reminder by Id
Path parameters
id (required)
Path Parameter —
Responses
200
Success
Up
get /reminder/GetMyReminders/{EmployeeId}/{OffSet}
Summary (reminderGetMyRemindersEmployeeIdOffSetGet)
Returns all reminders created by a specific employee, limited by an offset
Path parameters
EmployeeId (required)
Path Parameter —
OffSet (required)
Path Parameter — format: int32
Responses
200
Success
Up
get /reminder/GetReminderById/{id}
Summary (reminderGetReminderByIdIdGet)
Get a single reminder, according to its Id
Path parameters
id (required)
Path Parameter —
Responses
200
Success
Up
get /reminder/GetReminders/{employeeid}/{offset}
Summary (reminderGetRemindersEmployeeidOffsetGet)
Returns all reminders assigned to a specific employee, limited by an offset
Path parameters
employeeid (required)
Path Parameter —
offset (required)
Path Parameter — format: int32
Responses
200
Success
Up
put /reminder/MarkReminderAsDone/{id}
Summary (reminderMarkReminderAsDoneIdPut)
Marks a specific reminder as Done
Path parameters
id (required)
Path Parameter —
Responses
200
Success
Up
put /reminder/MarkReminderAsRead/{id}
Summary (reminderMarkReminderAsReadIdPut)
Marks a specific reminder as Read
Path parameters
id (required)
Path Parameter —
Responses
200
Success
Summary (reminderPut)
Updates a specific reminder by Id
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /report_layout/GetAll
Summary (reportLayoutGetAllGet)
Returns all Companys in the system
Responses
200
Success
Up
get /report_layout/GetById/{ReportId}
Summary (reportLayoutGetByIdReportIdGet)
Returns all Companys in the system
Path parameters
ReportId (required)
Path Parameter —
Responses
200
Success
Up
post /return_order/AddLine/{ReturnOrderId}
(returnOrderAddLineReturnOrderIdPost)
Path parameters
ReturnOrderId (required)
Path Parameter —
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
post /return_order/AddReturnOrder
(returnOrderAddReturnOrderPost)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
put /return_order/EditReturnOrder
(returnOrderEditReturnOrderPut)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /return_order/GetAll
Summary (returnOrderGetAllGet)
Get All Return Orders
Query parameters
ShowLines (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /return_order/GetByBranch/{BranchId}/{OffSet}
(returnOrderGetByBranchBranchIdOffSetGet)
Path parameters
BranchId (required)
Path Parameter —
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowLines (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /return_order/GetById/{Id}
(returnOrderGetByIdIdGet)
Path parameters
Id (required)
Path Parameter —
Query parameters
ShowLines (optional)
Query Parameter — default: false
Responses
200
Success
Up
post /return_order/GetLinesbyDynamicFilter/{OffSet}
(returnOrderGetLinesbyDynamicFilterOffSetPost)
Path parameters
OffSet (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /return_order/Get/{OffSet}
Summary (returnOrderGetOffSetGet)
Get All Return Orders delimited by an offset if exists
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowLines (optional)
Query Parameter — default: false
Responses
200
Success
Up
post /return_order/GetbyDynamicFilter/{OffSet}
(returnOrderGetbyDynamicFilterOffSetPost)
Path parameters
OffSet (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Query parameters
ShowLines (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /return_order/RemoveLine
(returnOrderRemoveLineGet)
Query parameters
ReturnOrderLineId (required)
Query Parameter —
Responses
200
Success
Up
get /room_entry/GetAll
Summary (roomEntryGetAllGet)
Gets all Room Entries in the system
Query parameters
id (required)
Query Parameter —
Responses
200
Success
Up
get /room_entry/Get/{id}
Summary (roomEntryGetIdGet)
Gets a specific Room Entry, according to its Id
Path parameters
id (required)
Path Parameter —
Responses
200
Success
Up
get /route/GetAll/{OffSet}
Summary (routeGetAllOffSetGet)
Gets all routes in the system, limited by an OffSet
Path parameters
OffSet (required)
Path Parameter — format: int32
Responses
200
Success
Up
get /ordersignature/GetByOrderId/{OrderId}
Summary (ordersignatureGetByOrderIdOrderIdGet)
Gets signature picture, filtered by document Id, this value is a encoded base64 string
Path parameters
OrderId (required)
Path Parameter —
Responses
200
Success
Summary (ordersignaturePost)
Insert a new signature, the value to post must be a encoded as base64 string picture
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /spreadsheets/GetAll
Summary (spreadsheetsGetAllGet)
Returns all Documents in the system
Responses
200
Success
Up
get /spreadsheets/GetById/{SpreadSheetId}
Summary (spreadsheetsGetByIdSpreadSheetIdGet)
Returns all Documents in the system
Path parameters
SpreadSheetId (required)
Path Parameter —
Responses
200
Success
Summary (stateCreatePost)
Add a State and returns the created Entity
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
delete /State/Delete/{id}
Summary (stateDeleteIdDelete)
Delete the record by its Id
Path parameters
id (required)
Path Parameter —
Responses
200
Success
Summary (stateGetAllGet)
Get All States delimited by an offset if exists
Query parameters
OffSet (optional)
Query Parameter — format: int32
Responses
200
Success
Up
post /State/GetByDynamicFilter/{Offset}
Summary (stateGetByDynamicFilterOffsetPost)
Get State By Dynamic Filter
Path parameters
Offset (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /State/GetById/{stateId}
Summary (stateGetByIdStateIdGet)
Get State by Id
Path parameters
stateId (required)
Path Parameter —
Responses
200
Success
Summary (stateUpdatePut)
Update a State and returns the updated Entity
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Summary (stationGetAllGet)
Get all Station Configs
Responses
200
Success
Up
get /station/GetAll/{OffSet}
Summary (stationGetAllOffSetGet)
Get all Station Configs With an OffSet parameter
Path parameters
OffSet (required)
Path Parameter — format: int32
Responses
200
Success
Up
get /station/GetByBranch/{BranchId}/{OffSet}
Summary (stationGetByBranchBranchIdOffSetGet)
Get all Station Configs By BranchId
Path parameters
BranchId (required)
Path Parameter —
OffSet (required)
Path Parameter — format: int32
Responses
200
Success
Up
get /station/GetByStationId/{StationId}
Summary (stationGetByStationIdStationIdGet)
Get a Station Config by StationId
Path parameters
StationId (required)
Path Parameter —
Responses
200
Success
(supplierPost)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
(supplierPut)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Summary (taxAddtaxPost)
Adds a new tax
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Summary (taxEditTaxPut)
Modifies a existing tax
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Summary (taxGetAllGet)
Get all taxes in the system
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /tax/GetAll/{OffSet}
Summary (taxGetAllOffSetGet)
Get all taxes in the system, limited by an offset
Path parameters
OffSet (required)
Path Parameter — format: int32
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
ShowExtended (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /tax/GetById/{TaxId}
Summary (taxGetByIdTaxIdGet)
Get a tax, according by its Id
Path parameters
TaxId (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
delete /todo/DeleteToDo/{id}
Summary (todoDeleteToDoIdDelete)
Deletes a specific TODO entry
Path parameters
id (required)
Path Parameter —
Responses
200
Success
Up
get /todo/GetAll/{offset}
Summary (todoGetAllOffsetGet)
Gets all TODO's entries , limited by an OffSet
Path parameters
offset (required)
Path Parameter — format: int32
Responses
200
Success
Up
get /todo/GetById/{id}
Summary (todoGetByIdIdGet)
Gets the TODO's entries , filtered by employee Id
Path parameters
id (required)
Path Parameter —
Responses
200
Success
Up
get /todo/GetReadedById/{id}
Summary (todoGetReadedByIdIdGet)
Gets the readed TODO's entries , filtered by employee Id
Path parameters
id (required)
Path Parameter —
Responses
200
Success
Up
put /todo/MarkTodoAsRead/{id}
Summary (todoMarkTodoAsReadIdPut)
Updates a specific TODO entry
Path parameters
id (required)
Path Parameter —
Responses
200
Success
Summary (userGetAllGet)
Gets all Users
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /user/GetByEmployeeId/{EmployeeId}
Summary (userGetByEmployeeIdEmployeeIdGet)
Gets a specific User, filtered by Employee Id
Path parameters
EmployeeId (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /user/GetById/{id}
Summary (userGetByIdIdGet)
Gets a specific User, filtered by User Id
Path parameters
id (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
get /user/GetByUserName/{username}
Summary (userGetByUserNameUsernameGet)
Gets a specific User, filtered by UserName
Path parameters
username (required)
Path Parameter —
Query parameters
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Up
post /user/GetbyDynamicFilter/{OffSet}
(userGetbyDynamicFilterOffSetPost)
Path parameters
OffSet (required)
Path Parameter — format: int32
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
get /user/LoginBackend
Summary (userLoginBackendGet)
Gets a specific User, filtered by UserName and Password
Query parameters
username (required)
Query Parameter —
password (required)
Query Parameter —
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Summary (userLoginPOSGet)
Gets a specific User, filtered by UserName and Password
Query parameters
username (required)
Query Parameter —
password (required)
Query Parameter —
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
Summary (userLoginPOSPwdGet)
Gets a specific User, filtered by UserName and Password
Query parameters
password (required)
Query Parameter —
ShowDeleted (optional)
Query Parameter — default: false
Responses
200
Success
(userPost)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
(userPut)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Up
post /vehicle_position
Summary (vehiclePositionPost)
Inserts a Vehicle Position Entry
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
Summary (vehiclePositionPut)
Updates a Vehicle Position Entry
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
Success
[ Jump to Methods ]
Table of Contents
Assembly
Attribute
AutoCreateOption
CacheBehavior
CallingConventions
CityDTO
ConnectionState
ConstructorInfo
CountryDTO
CustomAttributeData
CustomAttributeNamedArgument
CustomAttributeTypedArgument
CustomerRequest
DBColumn
DBColumnType
DBForeignKey
DBIndex
DBTable
DriverMessageRequest
EmployeeClockDTO
EmployeeResponse
EmployeeShiftUpdateRequest
EventAttributes
EventInfo
FieldAttributes
FieldInfo
FilterCondition
FilterModel
FilterModelTable
GenericParameterAttributes
IComponent
IContainer
ICustomAggregate
ICustomAttributeProvider
ICustomFunctionOperator
IDataLayer
IDbConnection
IObjectLayer
IServiceProvider
ISite
IdentityMapBehavior
IntPtr
IntermediateClassInfo
ItemCategoryResponse
ItemResponse
LayoutKind
LeadDTO
LockingOption
LoginRequest
MapInheritanceType
MatrixAttributesResponse
MemberInfo
MemberTypes
MethodAttributes
MethodBase
MethodImplAttributes
MethodInfo
ModifierGroupResponse
ModifiersResponse
Module
ModuleHandle
MovementLineRequest
NullableBehavior
OptimisticLockingBehavior
OptimisticLockingReadBehavior
OptimisticLockingReadMergeBehavior
OrderLineResponse
OrderResponse
OrderSignatureRequest
ParameterAttributes
ParameterInfo
ParameterRequest
PaymenOrderResponse
PaymentResponse
PositionEntryResponse
PositionResponse
PositionTypeResponse
ProductMenu
ProductionOrderResponse
PropertyAttributes
PropertyInfo
PurchaseOrderLineResponse
PurchaseOrderResponse
ReceivingOrderLineResponse
ReceivingOrderResponse
ReminderUpdateRequest
ReturnOrderLineResponse
ReturnOrderResponse
RuntimeFieldHandle
RuntimeMethodHandle
RuntimeTypeHandle
SaveModifierRequest
SecurityRuleSet
Session
ShiftEntryType
StateDTO
StructLayoutAttribute
SupplierRequest
TaxResponse
TimeSpan
Type
TypeAttributes
TypeInfo
UserResponse
ValueConverter
VehiclePositionRequest
XPClassInfo
XPDictionary
XPMemberInfo
XPObjectType
XPObjectTypesManager
inventory_counting_lines_tbl
reminder_assign_employee_tbl
reminder_tbl
definedTypes (optional)
exportedTypes (optional)
codeBase (optional)
entryPoint (optional)
fullName (optional)
imageRuntimeVersion (optional)
isDynamic (optional)
location (optional)
reflectionOnly (optional)
isCollectible (optional)
isFullyTrusted (optional)
customAttributes (optional)
escapedCodeBase (optional)
manifestModule (optional)
modules (optional)
globalAssemblyCache (optional)
hostContext (optional)
securityRuleSet (optional)
cityId (optional)
countryId (optional)
name (optional)
zone (optional)
codeZone (optional)
code (optional)
territory (optional)
name (optional)
declaringType (optional)
reflectedType (optional)
module (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
attributes (optional)
methodImplementationFlags (optional)
callingConvention (optional)
isAbstract (optional)
isConstructor (optional)
isFinal (optional)
isHideBySig (optional)
isSpecialName (optional)
isStatic (optional)
isVirtual (optional)
isAssembly (optional)
isFamily (optional)
isFamilyAndAssembly (optional)
isFamilyOrAssembly (optional)
isPrivate (optional)
isPublic (optional)
isConstructedGenericMethod (optional)
isGenericMethod (optional)
isGenericMethodDefinition (optional)
containsGenericParameters (optional)
methodHandle (optional)
isSecurityCritical (optional)
isSecuritySafeCritical (optional)
isSecurityTransparent (optional)
memberType (optional)
countryId (optional)
nationality (optional)
name (optional)
cultureName (optional)
nameIso (optional)
alfaCode (optional)
code (optional)
attributeType (optional)
constructor (optional)
constructorArguments (optional)
namedArguments (optional)
memberInfo (optional)
typedValue (optional)
memberName (optional)
isField (optional)
argumentType (optional)
value (optional)
customer_id (optional)
title (optional)
bank_name (optional)
bank_account (optional)
firstname (optional)
surname (optional)
address (optional)
state_address (optional)
city_address (optional)
is_company (optional)
postal_code_address (optional)
email (optional)
profession (optional)
contact_homephone (optional)
contact_officephone (optional)
contact_mobilephone (optional)
contact_faxphone (optional)
remark (optional)
home_address (optional)
nationality (optional)
birth_day (optional)
gender (optional)
customer_type (optional)
is_active (optional)
photo (optional)
username (optional)
password (optional)
custom_fields (optional)
columns (optional)
indexes (optional)
foreignKeys (optional)
driver_id (optional)
entry_type (optional)
message (optional)
driver_message_id (optional)
employee_clock_id (optional)
employee_id (optional)
entry_type (optional)
entry_time (optional)
shiftDate (optional)
employee_message (optional)
totalWorkedHours (optional)
workedHours (optional)
dayHours (optional)
automaticallyEnter (optional)
employee_comments (optional)
employeeId (optional)
firstName (optional)
surName (optional)
profession (optional)
address (optional)
contactMobilePhone (optional)
cityAddress (optional)
stateAddress (optional)
email (optional)
password (optional)
photo (optional)
is_active (optional)
custom_fields (optional)
employee_id (optional)
shiftEntryType (optional)
entryTime (optional)
employerMessage (optional)
message (optional)
comments (optional)
automatically_enter (optional)
name (optional)
declaringType (optional)
reflectedType (optional)
module (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
memberType (optional)
attributes (optional)
isSpecialName (optional)
addMethod (optional)
removeMethod (optional)
raiseMethod (optional)
isMulticast (optional)
eventHandlerType (optional)
name (optional)
declaringType (optional)
reflectedType (optional)
module (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
memberType (optional)
attributes (optional)
fieldType (optional)
isInitOnly (optional)
isLiteral (optional)
isNotSerialized (optional)
isPinvokeImpl (optional)
isSpecialName (optional)
isStatic (optional)
isAssembly (optional)
isFamily (optional)
isFamilyAndAssembly (optional)
isFamilyOrAssembly (optional)
isPrivate (optional)
isPublic (optional)
isSecurityCritical (optional)
isSecuritySafeCritical (optional)
isSecurityTransparent (optional)
fieldHandle (optional)
fieldName (optional)
operator (optional)
value (optional)
logicalOperator (optional)
conditions (optional)
tableName (optional)
connection (optional)
autoCreateOption (optional)
dataLayer (optional)
dictionary (optional)
connectionString (optional)
connectionTimeout (optional)
database (optional)
state (optional)
canLoadCollectionObjects (optional)
objectLayer (optional)
dictionary (optional)
component (optional)
container (optional)
designMode (optional)
name (optional)
attributes (optional)
isPersistent (optional)
isVisibleInDesignTime (optional)
members (optional)
trackPropertiesModifications (optional)
optimisticLockingReadBehavior (optional)
optimisticLockFieldName (optional)
optimisticLockFieldInDataLayerName (optional)
optimisticLockingBehavior (optional)
optimisticLockField (optional)
optimisticLockFieldInDataLayer (optional)
nullableBehavior (optional)
tableName (optional)
table (optional)
isAbstract (optional)
keyProperty (optional)
tableMapType (optional)
persistentBaseClass (optional)
idClass (optional)
persistentProperties (optional)
objectProperties (optional)
collectionProperties (optional)
associationListProperties (optional)
dictionary (optional)
hasDescendants (optional)
isObjectLoading (optional)
baseClass (optional)
ownMembers (optional)
fullName (optional)
assemblyName (optional)
classType (optional)
canGetByClassType (optional)
category_id (optional)
category_name (optional)
parent_category_id (optional)
color (optional)
image (optional)
is_active (optional)
custom_fields (optional)
item_id (optional)
name (optional)
price (optional)
description (optional)
pricewithTax (optional)
costwithTax (optional)
cost (optional)
upc_sku (optional)
barcode (optional)
menu_category_id (optional)
item_image (optional)
plu (optional)
tax (optional)
measurement (optional)
quantity_in_a_box (optional)
created_on (optional)
created_by (optional)
created_by_name (optional)
updated_on (optional)
updated_by (optional)
updated_by_name (optional)
use_matrix (optional)
use_modifiers (optional)
note (optional)
ingredients (optional)
modifiers_number (optional)
custom_fields (optional)
leadId (optional)
campaignId (optional)
createdBy (optional)
firstName (optional)
lastName (optional)
address (optional)
phone (optional)
email (optional)
city (optional)
state (optional)
leadStatus (optional)
comment (optional)
username (optional)
password (optional)
matrix_atributes_id (optional)
matrix_atributes_name (optional)
matrix_atributes_type (optional)
price (optional)
code (optional)
percentage (optional)
no (optional)
is_active (optional)
no_ecommerce_variant (optional)
photo (optional)
memberType (optional)
declaringType (optional)
reflectedType (optional)
name (optional)
module (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
memberType (optional)
name (optional)
declaringType (optional)
reflectedType (optional)
module (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
attributes (optional)
methodImplementationFlags (optional)
callingConvention (optional)
isAbstract (optional)
isConstructor (optional)
isFinal (optional)
isHideBySig (optional)
isSpecialName (optional)
isStatic (optional)
isVirtual (optional)
isAssembly (optional)
isFamily (optional)
isFamilyAndAssembly (optional)
isFamilyOrAssembly (optional)
isPrivate (optional)
isPublic (optional)
isConstructedGenericMethod (optional)
isGenericMethod (optional)
isGenericMethodDefinition (optional)
containsGenericParameters (optional)
methodHandle (optional)
isSecurityCritical (optional)
isSecuritySafeCritical (optional)
isSecurityTransparent (optional)
name (optional)
declaringType (optional)
reflectedType (optional)
module (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
attributes (optional)
methodImplementationFlags (optional)
callingConvention (optional)
isAbstract (optional)
isConstructor (optional)
isFinal (optional)
isHideBySig (optional)
isSpecialName (optional)
isStatic (optional)
isVirtual (optional)
isAssembly (optional)
isFamily (optional)
isFamilyAndAssembly (optional)
isFamilyOrAssembly (optional)
isPrivate (optional)
isPublic (optional)
isConstructedGenericMethod (optional)
isGenericMethod (optional)
isGenericMethodDefinition (optional)
containsGenericParameters (optional)
methodHandle (optional)
isSecurityCritical (optional)
isSecuritySafeCritical (optional)
isSecurityTransparent (optional)
memberType (optional)
returnParameter (optional)
returnType (optional)
returnTypeCustomAttributes (optional)
modifier_group_id (optional)
name (optional)
description (optional)
color (optional)
unique_option (optional)
is_active (optional)
modifier_id (optional)
name (optional)
item_id (optional)
has_price (optional)
amount (optional)
is_percentage (optional)
multiple_option (optional)
multiple_option_unique (optional)
unique_option (optional)
tax_id (optional)
price (optional)
pricewithTax (optional)
vat (optional)
item_quantity (optional)
modifier_group_id (optional)
modifier_group_name (optional)
modifier_group_unique_option (optional)
is_active (optional)
image (optional)
custom_fields (optional)
assembly (optional)
fullyQualifiedName (optional)
name (optional)
mdStreamVersion (optional)
moduleVersionId (optional)
scopeName (optional)
moduleHandle (optional)
customAttributes (optional)
metadataToken (optional)
mdStreamVersion (optional)
inventory_movement_lines_id (optional)
inventory_movement_id (optional)
item_name (optional)
item_barcode (optional)
item_id (optional)
sku (optional)
price (optional)
pricewTax (optional)
tax (optional)
matrixCode (optional)
r_item_matrix_id (optional)
matrixCodeName (optional)
lotNO (optional)
comments (optional)
reason_quantity_not_arrived (optional)
actual_quantity (optional)
order_status_id (optional)
created_on (optional)
order_lines_id (optional)
order_id (optional)
purchase_product_id (optional)
parent_order_line_id (optional)
sort (optional)
product_name (optional)
product_description (optional)
quantity (optional)
delivered_quantity (optional)
quantity_received (optional)
refundQty (optional)
refundAmount (optional)
starting_date (optional)
end_date (optional)
duration (optional)
production_status_id (optional)
refundUserID (optional)
isCreditnoteRefunded (optional)
cost (optional)
price (optional)
pricewithTax (optional)
minimumPrice (optional)
maximumPrice (optional)
price_id (optional)
has_special_price (optional)
isMixMatch (optional)
mixMatchId (optional)
total (optional)
totalwDisocunt (optional)
vat (optional)
default_price (optional)
tax_id (optional)
sell_inventory_id (optional)
measure_id (optional)
tax (optional)
is_room (optional)
has_vat_discount (optional)
is_info (optional)
inventory_updated (optional)
money_type_id (optional)
is_table (optional)
food_stamp_eligible (optional)
is_cancelled (optional)
is_printed (optional)
is_discount (optional)
is_payment_discount (optional)
customer_split (optional)
void_reason (optional)
serial (optional)
price_change_reason (optional)
delay_minutes (optional)
delayed_time (optional)
printing_time (optional)
is_surcharge (optional)
is_served (optional)
is_modifier (optional)
loyalty_points (optional)
sale_employee_id (optional)
modifier_id (optional)
matrixCode (optional)
r_item_matrix_id (optional)
matrixCodeName (optional)
matrix_sku (optional)
barcode (optional)
position (optional)
sku (optional)
lotNO (optional)
delivery_option_id (optional)
guarantee_days (optional)
external_note (optional)
moq (optional)
quantity_in_box (optional)
item_weight (optional)
group_name (optional)
manufacturer (optional)
use_barcode_with_quantity_price (optional)
refundReason (optional)
is_time_based (optional)
mix_match_discount (optional)
mix_match_discount_applied (optional)
mix_match_discount_line_id (optional)
mix_match_applied (optional)
vat1 (optional)
tax_id1 (optional)
tax1 (optional)
vat2 (optional)
tax_id2 (optional)
tax2 (optional)
vat3 (optional)
tax_id3 (optional)
tax3 (optional)
vat4 (optional)
tax_id4 (optional)
tax4 (optional)
tax0 (optional)
custom_fields (optional)
order_id (optional)
order_no (optional)
customer_id (optional)
sale_employe_id (optional)
user_id (optional)
order_date (optional)
due_date (optional)
order_status_id (optional)
order_type_id (optional)
totalafterallTaxes (optional)
total (optional)
totalwithDiscount (optional)
default_delivery_option_id (optional)
delivery_contact_name (optional)
delivery_phone (optional)
delivery_email (optional)
delivery_address (optional)
delivery_city (optional)
delivery_state (optional)
delivery_branch (optional)
delivery_country (optional)
delivery_temptative_date (optional)
online_order_no (optional)
sub_account (optional)
branch_id (optional)
station_id (optional)
is_paid (optional)
additionalInfo (optional)
note (optional)
resolution_no (optional)
invoice_order_no (optional)
description (optional)
voidReason (optional)
receipt_no (optional)
invoice_date (optional)
cancel_order_no (optional)
related_order_Branch_NO (optional)
money_type_id (optional)
is_printed (optional)
inventory_updated (optional)
created_on (optional)
lines (optional)
paymentOrders (optional)
orderStatusName (optional)
position_entry_id (optional)
employeeName (optional)
custom_fields (optional)
orderId (optional)
signature (optional)
attributes (optional)
member (optional)
name (optional)
parameterType (optional)
position (optional)
isIn (optional)
isLcid (optional)
isOptional (optional)
isOut (optional)
isRetval (optional)
defaultValue (optional)
rawDefaultValue (optional)
hasDefaultValue (optional)
customAttributes (optional)
metadataToken (optional)
administration_name (optional)
administration_value (optional)
user_id (optional)
branch_id (optional)
r_payments_orders_id (optional)
payments_id (optional)
order_id (optional)
credit_note_id (optional)
gift_card_id (optional)
cashTray_id (optional)
room_entry_id (optional)
amount (optional)
payed_amount (optional)
is_full_payed (optional)
account_payment (optional)
ecomm_payment_type_id (optional)
status (optional)
ecommerce_payment_type_code (optional)
currency_name (optional)
currency_code_name (optional)
credit_balance (optional)
debit_note_id (optional)
payments (optional)
payments_id (optional)
customer_id (optional)
contract_id (optional)
payments_type_id (optional)
receipt_series (optional)
cashTray (optional)
payment_no (optional)
payment_Branch_NO (optional)
refund_NO (optional)
order_no (optional)
order_Branch_NO (optional)
payment_Value (optional)
date_of_payment (optional)
bank_account_id (optional)
couponNO (optional)
couponSecurityNO (optional)
routing_number (optional)
account_number (optional)
checkNumber (optional)
credit_auto_NO (optional)
credit_receipt_NO (optional)
credit_Card_Type (optional)
credit_CardNO (optional)
description (optional)
totalWithTaxes (optional)
totalBeforeTaxes (optional)
receivedAmount (optional)
changes (optional)
inshort (optional)
paid (optional)
installment_NO (optional)
payment_status (optional)
department_id (optional)
account_id (optional)
money_type_id (optional)
contract_no (optional)
is_confirmed (optional)
confirmation_no (optional)
confirmation_reason (optional)
status (optional)
installmentNO (optional)
card_account_type (optional)
deposite_date_payment (optional)
paymentOrders (optional)
position_entry_id (optional)
position_parent_entry_id (optional)
registration_no (optional)
voucher_no (optional)
customer_id (optional)
customer_Name (optional)
customer_Phone (optional)
customer_email (optional)
customer_info (optional)
employees (optional)
arrival_time (optional)
departure_time (optional)
duration (optional)
guest_no (optional)
child_no (optional)
station_id (optional)
total_order (optional)
is_paid (optional)
employee_id (optional)
status (optional)
is_arrived (optional)
reservation_status (optional)
position_id (optional)
merge_positions_id (optional)
remarks (optional)
cancelation (optional)
room_entry_id (optional)
position_id (optional)
guest_number (optional)
position_type_id (optional)
sort_number (optional)
position_zone_id (optional)
is_smoking (optional)
remarks (optional)
number (optional)
is_inactive (optional)
inactive_reasons (optional)
allowed_employees (optional)
status_id (optional)
status (optional)
color (optional)
is_onlayout (optional)
is_active (optional)
x (optional)
locationX (optional)
y (optional)
locationY (optional)
width (optional)
heigth (optional)
positionType (optional)
positionEntry (optional)
position_type_id (optional)
position_type (optional)
color (optional)
guest_no (optional)
is_active (optional)
image_data (optional)
image_data_busy (optional)
id (optional)
item_id (optional)
service_related_item_id (optional)
name (optional)
description (optional)
plu (optional)
upc_sku (optional)
manufacturer (optional)
group_name (optional)
kdsZone (optional)
barcode (optional)
price (optional)
cost (optional)
average_cost (optional)
color (optional)
vat (optional)
tax_id (optional)
tax_id_in_cost (optional)
vat1 (optional)
tax_id1 (optional)
tax_id1_in_cost (optional)
vat2 (optional)
tax_id2 (optional)
tax_id2_in_cost (optional)
vat3 (optional)
tax_id3 (optional)
tax_id3_in_cost (optional)
vat4 (optional)
tax_id4 (optional)
tax_id4_in_cost (optional)
pricewithTax (optional)
sellInventory (optional)
item_type (optional)
issue_method (optional)
product_stage (optional)
minimumPricewithTax (optional)
maximumPricewithTax (optional)
costwithTax (optional)
menu_category_id (optional)
default_contact_id (optional)
is_active (optional)
serialNumber (optional)
serial_status (optional)
serial_inventory_id (optional)
r_item_serial_id (optional)
category_name (optional)
show_on_POS (optional)
is_service (optional)
time_based_service (optional)
enabledItem (optional)
food_stamp_eligible (optional)
photo (optional)
requires_quantity (optional)
use_serials_inventory (optional)
inventory_measure (optional)
buy_measure (optional)
sell_measure (optional)
inventory_control (optional)
guarantee_days (optional)
printerName (optional)
external_note (optional)
note (optional)
loyality_points (optional)
loyality_percent (optional)
use_loyality_percent (optional)
use_lotNoEntry (optional)
use_WMS (optional)
is_loyality_quantity (optional)
stockmax (optional)
stockmin (optional)
inventorySellType (optional)
is_compound (optional)
duration_type (optional)
duration (optional)
maximum_credit (optional)
requiresTransportation (optional)
requiresProduction (optional)
use_matrix (optional)
use_matrix_inventory (optional)
sort (optional)
modifiers_number (optional)
userstoSell (optional)
rolestoSell (optional)
fromHour (optional)
toHour (optional)
daystoSell (optional)
subdivision (optional)
show_at_order_screen (optional)
updated_on (optional)
customer_types (optional)
quantity_in_box (optional)
moq (optional)
item_weight (optional)
use_barcode_with_quantity_price (optional)
reportSelection (optional)
maximum_cost (optional)
minimum_cost (optional)
mix_match_discounts (optional)
mix_match_discountList (optional)
production_order_id (optional)
bill_material_name (optional)
bill_of_material_id (optional)
finish_item_id (optional)
measure_unit_id (optional)
contract_id (optional)
sale_order_id (optional)
position (optional)
r_inventory_wms_id (optional)
position_scrape (optional)
wms_scrape_position_id (optional)
r_item_matrix_id (optional)
matrix_code_name (optional)
finish_item_name (optional)
destination_inventory_list_id (optional)
scrap_sale_inventory_id (optional)
branch_id (optional)
assembly_id (optional)
description (optional)
comments (optional)
total_cost (optional)
total_cost_with_tax (optional)
total_standard_cost (optional)
modify_by_other_user (optional)
production_start_date (optional)
production_finish_date (optional)
branch_order_no (optional)
type (optional)
order_no (optional)
production_no (optional)
order_status_id (optional)
planned_production_quantity (optional)
bom_quantity (optional)
manufactured_quantity (optional)
manufactured_scraps_quantity (optional)
quality_control_quantity (optional)
quality_control_not_pass_quantity (optional)
finished_production_quantity (optional)
multiplication_quantity (optional)
expiration_date (optional)
lot_no (optional)
custom_fields (optional)
name (optional)
declaringType (optional)
reflectedType (optional)
module (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
memberType (optional)
propertyType (optional)
attributes (optional)
isSpecialName (optional)
canRead (optional)
canWrite (optional)
getMethod (optional)
setMethod (optional)
purchaseOrderLineId (optional)
purchaseOrderId (optional)
itemId (optional)
itemName (optional)
inventoryListId (optional)
measureUnitId (optional)
measureQuantity (optional)
quantity (optional)
quantityReceived (optional)
isCancelled (optional)
price (optional)
priceWithTax (optional)
defaultPrice (optional)
taxId (optional)
tax (optional)
total (optional)
extendedPrice (optional)
isSupplied (optional)
isDiscount (optional)
orderStatusId (optional)
expirationDate (optional)
lotNo (optional)
refRoles (optional)
matrixCode (optional)
matrixCodeName (optional)
sellPriceWithTax (optional)
itemBarcode (optional)
vat (optional)
totalReceived (optional)
relatedItemMatrixId (optional)
updateCost (optional)
itemSku (optional)
sort (optional)
createdCompanyId (optional)
quantityInABox (optional)
itemWeight (optional)
description (optional)
averageCost (optional)
minimumCost (optional)
maximumCost (optional)
itemCategory (optional)
itemGroup (optional)
price2 (optional)
priceWithTax2 (optional)
total2 (optional)
extendedPrice2 (optional)
itemDescription (optional)
priceAfterAddition (optional)
priceAfterAdditionWithTax (optional)
quantityAccepted (optional)
matrixBarcode (optional)
matrixSku (optional)
tax0 (optional)
vat1 (optional)
taxId1 (optional)
tax1 (optional)
vat2 (optional)
taxId2 (optional)
tax2 (optional)
vat3 (optional)
taxId3 (optional)
tax3 (optional)
vat4 (optional)
taxId4 (optional)
tax4 (optional)
position (optional)
wmsPositionId (optional)
purchaseOrderId (optional)
contactId (optional)
date (optional)
dueDate (optional)
isPaid (optional)
isOpen (optional)
receivingOrderId (optional)
totalOrder (optional)
discounts (optional)
extendedPrice (optional)
totalInWarehouse (optional)
totalOnRoad (optional)
tax (optional)
branchId (optional)
moneyTypeId (optional)
isCancelled (optional)
modifyByOtherUser (optional)
orderSeries (optional)
orderExternalNo (optional)
orderNo (optional)
poOrderBranchNo (optional)
orderStatusId (optional)
accountId (optional)
refRoles (optional)
quoteNo (optional)
comments (optional)
additionalTax1 (optional)
additionalTax2 (optional)
additionalTax3 (optional)
paidAmount (optional)
createdCompanyId (optional)
contractId (optional)
exchangeRate (optional)
changeMainPrice (optional)
totalOrder2 (optional)
extendedPrice2 (optional)
tax2 (optional)
additionalTax4 (optional)
additionalTax5 (optional)
additionalTax6 (optional)
itemTax0 (optional)
itemTax1 (optional)
itemTax2 (optional)
itemTax3 (optional)
itemTax4 (optional)
recordNo (optional)
lines (optional)
receivingOrderLineId (optional)
receivingOrderId (optional)
itemId (optional)
itemName (optional)
inventoryListId (optional)
measureUnitId (optional)
measureQuantity (optional)
quantity (optional)
poQuantity (optional)
price (optional)
priceWithTax (optional)
defaultPrice (optional)
taxId (optional)
tax (optional)
total (optional)
extendedPrice (optional)
isSupplied (optional)
isDiscount (optional)
orderStatusId (optional)
purchaseOrderLineId (optional)
expirationDate (optional)
lotNo (optional)
refRoles (optional)
transOrderLineId (optional)
matrixCode (optional)
matrixCodeName (optional)
itemBarcode (optional)
sellPriceWithTax (optional)
purchaseOrderNo (optional)
vat (optional)
rItemMatrixId (optional)
discountPercentage (optional)
taxExempt (optional)
updateCost (optional)
discountAmount (optional)
totalWithoutDiscount (optional)
sort (optional)
itemSku (optional)
priceAfterAddition (optional)
priceAfterAdditionWithTax (optional)
branchId (optional)
createdCompanyId (optional)
quantityInABox (optional)
itemWeight (optional)
averageCost (optional)
minimumCost (optional)
maximumCost (optional)
itemCategory (optional)
itemGroup (optional)
itemDescription (optional)
serial1 (optional)
serial2 (optional)
serial3 (optional)
serial4 (optional)
wmsPosition (optional)
matrixBarcode (optional)
matrixSku (optional)
tax0 (optional)
vat1 (optional)
taxId1 (optional)
tax1 (optional)
vat2 (optional)
taxId2 (optional)
tax2 (optional)
vat3 (optional)
taxId3 (optional)
tax3 (optional)
vat4 (optional)
taxId4 (optional)
tax4 (optional)
rInventoryWmsId (optional)
receivingOrderId (optional)
contactId (optional)
date (optional)
totalOrder (optional)
discounts (optional)
extendedPrice (optional)
tax (optional)
moneyTypeId (optional)
isCancelled (optional)
modifyByOtherUser (optional)
orderSeries (optional)
orderExternalNo (optional)
orderNo (optional)
poOrderNo (optional)
grvorderBranchNo (optional)
orderStatusId (optional)
billId (optional)
branchId (optional)
accountId (optional)
driverName (optional)
driverId (optional)
carNo (optional)
managerEmployee (optional)
processEmployee (optional)
refRoles (optional)
dueDate (optional)
comments (optional)
poOrderNoString (optional)
additionalTax1 (optional)
additionalTax2 (optional)
additionalTax3 (optional)
paidAmount (optional)
isPaid (optional)
createdCompanyId (optional)
extendedPriceWithDiscount (optional)
additionalTax4 (optional)
additionalTax5 (optional)
additionalTax6 (optional)
itemTax0 (optional)
itemTax1 (optional)
itemTax2 (optional)
itemTax3 (optional)
itemTax4 (optional)
recordNo (optional)
lines (optional)
subject (optional)
description (optional)
start (optional)
end (optional)
priority (optional)
reminderid (optional)
returnOrderLineId (optional)
returnOrderId (optional)
receivingOrderId (optional)
itemId (optional)
itemName (optional)
inventoryListId (optional)
measureUnitId (optional)
returnReason (optional)
itemBarcode (optional)
itemSku (optional)
measureQuantity (optional)
matrixCode (optional)
rItemMatrixId (optional)
matrixCodeName (optional)
quantity (optional)
poQuantity (optional)
price (optional)
priceWithTax (optional)
defaultPrice (optional)
taxId (optional)
tax (optional)
total (optional)
extendedPrice (optional)
isSupplied (optional)
orderStatusId (optional)
expirationDate (optional)
serial (optional)
lotNo (optional)
quantityInABox (optional)
itemWeight (optional)
itemCategory (optional)
itemGroup (optional)
matrixBarcode (optional)
matrixSku (optional)
vat (optional)
tax0 (optional)
vat1 (optional)
taxId1 (optional)
tax1 (optional)
vat2 (optional)
taxId2 (optional)
tax2 (optional)
vat3 (optional)
taxId3 (optional)
tax3 (optional)
vat4 (optional)
taxId4 (optional)
tax4 (optional)
returnOrderId (optional)
contactId (optional)
date (optional)
totalOrder (optional)
discounts (optional)
extendedPrice (optional)
tax (optional)
moneyTypeId (optional)
isCancelled (optional)
modifyByOtherUser (optional)
orderSeries (optional)
orderExternalNo (optional)
debitNoteNo (optional)
debitNoteBranchNo (optional)
poOrderNo (optional)
orderNo (optional)
returnOrderBranchNo (optional)
orderStatusId (optional)
billId (optional)
branchId (optional)
managerEmployee (optional)
processEmployee (optional)
accountId (optional)
driverName (optional)
driverId (optional)
carNo (optional)
comments (optional)
reasonToReturn (optional)
additionalTax1 (optional)
additionalTax2 (optional)
additionalTax3 (optional)
additionalTax4 (optional)
additionalTax5 (optional)
additionalTax6 (optional)
itemTax0 (optional)
itemTax1 (optional)
itemTax2 (optional)
itemTax3 (optional)
itemTax4 (optional)
lines (optional)
modifierId (optional)
orderId (optional)
orderLineId (optional)
site (optional)
container (optional)
caseSensitive (optional)
trackPropertiesModifications (optional)
isObjectsLoading (optional)
isObjectsSaving (optional)
isObjectModifiedOnNonPersistentPropertyChange (optional)
objectsSavedInCurrentTransaction (optional)
autoCreateOption (optional)
connection (optional)
connectionString (optional)
lockingOption (optional)
optimisticLockingReadBehavior (optional)
cacheBehavior (optional)
identityMapBehavior (optional)
objectLayer (optional)
dictionary (optional)
isConnected (optional)
typesManager (optional)
inTransaction (optional)
trackingChanges (optional)
dataLayer (optional)
serviceProvider (optional)
stateId (optional)
countryId (optional)
name (optional)
code (optional)
typeId (optional)
value (optional)
contact_id (optional)
contact_no (optional)
contact_Branch_NO (optional)
title (optional)
name (optional)
contact_person (optional)
contact_homephone (optional)
contact_officephone (optional)
contact_mobilephone (optional)
contact_faxphone (optional)
address (optional)
remark (optional)
contact_hours (optional)
description (optional)
profession (optional)
website (optional)
email (optional)
groups (optional)
tax_id_number (optional)
tax_exempt_number (optional)
is_active (optional)
is_preferred (optional)
is_supplier (optional)
department_id (optional)
fiscalID (optional)
account_id (optional)
rate (optional)
state_address (optional)
city_address (optional)
country_id_address (optional)
postal_code_address (optional)
taxExtempt (optional)
photo (optional)
company_legal_name (optional)
custom_fields (optional)
tax_id (optional)
name (optional)
percent (optional)
vat_id (optional)
vat_code (optional)
group (optional)
is_fixed (optional)
is_active (optional)
type (optional)
apply_to (optional)
tax_bracket (optional)
custom_fields (optional)
ticks (optional)
days (optional)
hours (optional)
milliseconds (optional)
minutes (optional)
seconds (optional)
totalDays (optional)
totalHours (optional)
totalMilliseconds (optional)
totalMinutes (optional)
totalSeconds (optional)
name (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
isInterface (optional)
memberType (optional)
namespace (optional)
assemblyQualifiedName (optional)
fullName (optional)
assembly (optional)
module (optional)
isNested (optional)
declaringType (optional)
declaringMethod (optional)
reflectedType (optional)
underlyingSystemType (optional)
isTypeDefinition (optional)
isArray (optional)
isByRef (optional)
isPointer (optional)
isConstructedGenericType (optional)
isGenericParameter (optional)
isGenericTypeParameter (optional)
isGenericMethodParameter (optional)
isGenericType (optional)
isGenericTypeDefinition (optional)
isSZArray (optional)
isVariableBoundArray (optional)
isByRefLike (optional)
hasElementType (optional)
genericTypeArguments (optional)
genericParameterPosition (optional)
genericParameterAttributes (optional)
attributes (optional)
isAbstract (optional)
isImport (optional)
isSealed (optional)
isSpecialName (optional)
isClass (optional)
isNestedAssembly (optional)
isNestedFamANDAssem (optional)
isNestedFamily (optional)
isNestedFamORAssem (optional)
isNestedPrivate (optional)
isNestedPublic (optional)
isNotPublic (optional)
isPublic (optional)
isAutoLayout (optional)
isExplicitLayout (optional)
isLayoutSequential (optional)
isAnsiClass (optional)
isAutoClass (optional)
isUnicodeClass (optional)
isCOMObject (optional)
isContextful (optional)
isEnum (optional)
isMarshalByRef (optional)
isPrimitive (optional)
isValueType (optional)
isSignatureType (optional)
isSecurityCritical (optional)
isSecuritySafeCritical (optional)
isSecurityTransparent (optional)
structLayoutAttribute (optional)
typeInitializer (optional)
typeHandle (optional)
guid (optional)
baseType (optional)
isSerializable (optional)
containsGenericParameters (optional)
isVisible (optional)
name (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
isInterface (optional)
memberType (optional)
namespace (optional)
assemblyQualifiedName (optional)
fullName (optional)
assembly (optional)
module (optional)
isNested (optional)
declaringType (optional)
declaringMethod (optional)
reflectedType (optional)
underlyingSystemType (optional)
isTypeDefinition (optional)
isArray (optional)
isByRef (optional)
isPointer (optional)
isConstructedGenericType (optional)
isGenericParameter (optional)
isGenericTypeParameter (optional)
isGenericMethodParameter (optional)
isGenericType (optional)
isGenericTypeDefinition (optional)
isSZArray (optional)
isVariableBoundArray (optional)
isByRefLike (optional)
hasElementType (optional)
genericTypeArguments (optional)
genericParameterPosition (optional)
genericParameterAttributes (optional)
attributes (optional)
isAbstract (optional)
isImport (optional)
isSealed (optional)
isSpecialName (optional)
isClass (optional)
isNestedAssembly (optional)
isNestedFamANDAssem (optional)
isNestedFamily (optional)
isNestedFamORAssem (optional)
isNestedPrivate (optional)
isNestedPublic (optional)
isNotPublic (optional)
isPublic (optional)
isAutoLayout (optional)
isExplicitLayout (optional)
isLayoutSequential (optional)
isAnsiClass (optional)
isAutoClass (optional)
isUnicodeClass (optional)
isCOMObject (optional)
isContextful (optional)
isEnum (optional)
isMarshalByRef (optional)
isPrimitive (optional)
isValueType (optional)
isSignatureType (optional)
isSecurityCritical (optional)
isSecuritySafeCritical (optional)
isSecurityTransparent (optional)
structLayoutAttribute (optional)
typeInitializer (optional)
typeHandle (optional)
guid (optional)
baseType (optional)
isSerializable (optional)
containsGenericParameters (optional)
isVisible (optional)
genericTypeParameters (optional)
declaredConstructors (optional)
declaredEvents (optional)
declaredFields (optional)
declaredMembers (optional)
declaredMethods (optional)
declaredNestedTypes (optional)
declaredProperties (optional)
implementedInterfaces (optional)
user_id (optional)
employee_id (optional)
driver_id (optional)
username (optional)
password (optional)
posPassword (optional)
internal_no (optional)
is_order (optional)
showGridMenu (optional)
cashTrayUser (optional)
showPOSGridMenu (optional)
is_active (optional)
role_id (optional)
language_id (optional)
pos_administrator (optional)
inventory_manager (optional)
backoffice_web_user (optional)
pos_starting_Form (optional)
closedForms (optional)
favoritesForms (optional)
branches (optional)
emailAccounts (optional)
dashboardUsername (optional)
dashboardPassword (optional)
useOnlineDashboards (optional)
unique_backoffice (optional)
unique_pos (optional)
unique_order (optional)
implement_privilege (optional)
fingerprint (optional)
fingerprint_length (optional)
user_type (optional)
date_last_login (optional)
date_changed_password (optional)
custom_fields (optional)
phone_timestamp (optional)
latitude (optional)
longitude (optional)
direction (optional)
altitude (optional)
speed (optional)
quantity_satellites (optional)
battery_percentage (optional)
signal (optional)
is_sos (optional)
internet_timestamp (optional)
fleet_id (optional)
driver_id (optional)
route_id (optional)
status (optional)
vehicle_position_id (optional)
attributes (optional)
isPersistent (optional)
isVisibleInDesignTime (optional)
members (optional)
trackPropertiesModifications (optional)
optimisticLockingReadBehavior (optional)
optimisticLockFieldName (optional)
optimisticLockFieldInDataLayerName (optional)
optimisticLockingBehavior (optional)
optimisticLockField (optional)
optimisticLockFieldInDataLayer (optional)
nullableBehavior (optional)
fullName (optional)
tableName (optional)
table (optional)
isAbstract (optional)
classType (optional)
canGetByClassType (optional)
keyProperty (optional)
tableMapType (optional)
baseClass (optional)
persistentBaseClass (optional)
idClass (optional)
persistentProperties (optional)
objectProperties (optional)
collectionProperties (optional)
associationListProperties (optional)
dictionary (optional)
ownMembers (optional)
hasDescendants (optional)
assemblyName (optional)
isObjectLoading (optional)
nullableBehavior (optional)
classes (optional)
customFunctionOperators (optional)
customAggregates (optional)
attributes (optional)
isPersistent (optional)
isVisibleInDesignTime (optional)
isReadOnly (optional)
isKey (optional)
isAutoGenerate (optional)
isIdentity (optional)
isNullable (optional)
defaultValue (optional)
dbDefaultValue (optional)
isFetchOnly (optional)
subMembers (optional)
isDelayed (optional)
isAliased (optional)
isPublic (optional)
memberType (optional)
converter (optional)
storageType (optional)
mappingField (optional)
mappingFieldSize (optional)
mappingFieldDBType (optional)
mappingFieldDBTypeName (optional)
owner (optional)
name (optional)
displayName (optional)
isCollection (optional)
isAssociationList (optional)
isNonAssociationList (optional)
isManyToManyAlias (optional)
collectionElementType (optional)
isAssociation (optional)
isManyToMany (optional)
intermediateClass (optional)
manyToManyRelatedProperty (optional)
referenceType (optional)
isStruct (optional)
isAggregated (optional)
mergeCollisionBehavior (optional)
isOptimisticLockingIgnored (optional)
isExpandableToPersistent (optional)
typeName (optional)
assemblyName (optional)
isValidType (optional)
systemType (optional)
typeClassInfo (optional)
classInfo (optional)
session (optional)
isLoading (optional)
isDeleted (optional)
this (optional)
loading (optional)
productItem (optional)
stockmax (optional)
stockmin (optional)
counted_percent (optional)
difference_costwithtax (optional)
difference_cost (optional)
difference_pricewithtax (optional)
difference_price (optional)
updated_branch_id (optional)
created_branch_id (optional)
created_company_id (optional)
updated_by (optional)
updated_on (optional)
sync_on (optional)
created_by (optional)
ref_branches (optional)
ref_roles (optional)
created_on (optional)
inventory_counting_lines_id (optional)
inventory_counting_id (optional)
item_id (optional)
item_name (optional)
barcode (optional)
upc_sku (optional)
buyingMeasure (optional)
inventoryMeasureName (optional)
cost (optional)
costwithtax (optional)
price (optional)
pricewithTax (optional)
description (optional)
reason (optional)
theoretical_quantity (optional)
physical_quantity (optional)
difference_quantity (optional)
matrixCode (optional)
r_item_matrix_id (optional)
matrixCodeName (optional)
position (optional)
lotNO (optional)
serial (optional)
required (optional)
totalQuantity (optional)
inventory_updated (optional)
is_active (optional)
wms_position_id (optional)
classInfo (optional)
session (optional)
isLoading (optional)
isDeleted (optional)
this (optional)
loading (optional)
updated_branch_id (optional)
created_branch_id (optional)
created_company_id (optional)
updated_by (optional)
updated_on (optional)
sync_on (optional)
created_by (optional)
ref_branches (optional)
ref_roles (optional)
created_on (optional)
reminder_assign_employee_id (optional)
employee_id (optional)
reminder_id (optional)
classInfo (optional)
session (optional)
isLoading (optional)
isDeleted (optional)
this (optional)
loading (optional)
updated_branch_id (optional)
created_branch_id (optional)
created_company_id (optional)
updated_by (optional)
updated_on (optional)
sync_on (optional)
created_by (optional)
ref_branches (optional)
ref_roles (optional)
created_on (optional)
reminderid (optional)
related_to (optional)
reminder_subject (optional)
reminder_description (optional)
remider_starting_time (optional)
remider_ending_time (optional)
status (optional)
priority (optional)
is_each_day (optional)
ref_ids (optional)
reminder_type (optional)
is_done (optional)
isReaded (optional)
assigned_email (optional)
sender_email (optional)
department_id (optional)
object_id (optional)
object_name (optional)
reminder_assign_employee_tbls (optional)