Discussions

Ask a Question
Back to All

CPD Help

When calling the endpoint /api/workOrder/checkIn one of the elements of the Model is Comment. I see that element sent over and accepted but it does not show anywhere that I can see in the interface. Where does this comment go? (several other endpoints have the same element)

• When calling the endpoint /api/workOrder/checkOut I need to know the Repair Category ID and the Repair Code Id. To get these, I must to a GET on /api/customerSettings which returns an Array. How do I know which element of that array is the correct one?

• MOST IMPORTANT I need to be able to create work orders for a test company in order to do end to end testing. We have a couple of CPD (I don’t know what that means) companies that are set up in our sandbox. How can I create new Workorders for these companies?