Questions

webservice Clear Tag Filter

Web Service Post string parameter is being passed with wrong time

I have a Web Service Method that is Posting to the tickets endpoint to create a ticket in another ticketing application.
In the header, Content-type is being set to application/json.
There are parameters set to hold the values from two da...
1 Answer
Scott Williamson Last activity on 7/14/2023 10:57:29 AM by Mark Sayers

Web Service Post string parameter is being passed with plusses instead of spaces

I have a Web Service Method that is Posting to the tickets endpoint to create a ticket in another ticketing application.
In the header, Content-type is being set to text/json.
There are parameters set to hold an integer for ticket ID, and...
1 Answer
Scott Williamson Last activity on 7/12/2023 10:31:12 AM by Mark Sayers

PATCH to calculate a date plus 30 days

I am trying to use a Web Service to update a ticket once it is approved at a point in a workflow. I am able to update the status and create an "Effective Date" utilizing the "Modified Date" using the following code in the body:
[
{"op": "...
1 Answer
Kevin Hull Last activity on 4/20/2023 4:11:46 PM by Mark Sayers