Order API
A comprehensive guide to manage orders in myKaarma. Order can be of many types: Service, Parts, Sales, Finance etc. Order is the collection of multiple lines which can be collectively associated to a Vehicle or a Customer. This guide can be referred as help in following operations:
๐๏ธ How to get a list of Orders
This document is designed to help you understand how you can fetch a list of Orders with search parameters customizations. The endpoint enables users to search for a list of orders on the basis of various parameters like `orderDate, closeDate, orderNumber etc.`. The list returned contains an array of orders which contains all the order related information.
๐๏ธ How to create an order for Service Department
This document is designed to help you understand how you can create a Repair Order for the Service Department. The endpoint enables users to submit a new Repair order with various parameters like orderDate, advisorNumber, orderNumber, etc.
๐๏ธ How to update an order for Service Department
This document is designed to help you understand how you can update a Repair Order for the Service Department. The endpoint enables users to submit an existing Repair order with various parameters like orderDate, closeDate, orderNumber, etc..
๐๏ธ How to read an order for Service Department
This document is designed to help you understand how you can read a Repair Order for the Service Department. The returned order will contain all the relevant order information.
๐๏ธ How to create an order for Parts Department
This document is designed to help you understand how you can create a Parts Order for the Parts Department. The endpoint enables users to submit a new repair order with various parameters like orderDate, closeDate, orderNumber, etc.. The created order will contain all the relevant order information.