Hi
I'm using the IPS Rest services.
I'm trying to post costs to a work order with the endpoint /IPS/rest/api/workmanagement/workorders/{workorder}/costs
Most of the JSON I have used is filled in from a REST GET query of another work order. When submitting, I get a 500 internal error.
My Questions are:
- I doubt I need to send the entire JSON as most of these fields are blank in IPS, what is the minimal json structure I need to send?
- The IPS documentation only provides details on calling GET endpoints with query parameters. Is there documentation on posting data to IPS?
- Is there a way I can view additional REST API logging in IPS?
Cheers