Solved

Create Support Case using REST API


How can i create a new support case record in Acumatica using REST API action endpoint?

 

Case Screen

 

icon

Best answer by RohitRattan88 15 May 2023, 15:06

View original

4 replies

Userlevel 7
Badge +4

Hi @andrewm80 ,

You could follow guide available at https://help.acumatica.com/(W(36))/Help?ScreenId=ShowWiki&pageid=9d966d50-a0a1-4456-a9ff-1cc2159d48d4

or follow I330 course: https://openuni.acumatica.com/courses/integration/i330-data-manipulation-with-rest-api/

Here’s a quick example:

login to instance:

 

create case by making a PUT call on Case entity :

here’s the result in UI:

 

Thank you very much @RohitRattan88 I am trying to create with attributes but it does not want to create please see my example below.

 

{

   "BusinessAccount":{"value":"Account"},

   "ClassID":{"value":"Class"},

   "ContactID":{"value":"Name"},

   "Subject":{"value":"Testing Example"},

   "Attributes":{

      "ContactEmail":{"value":"email@mail.com"},

      "RequestType":{"value":"Support"},

      "DateofIncident":{"value":"2023-05-12"},

      "URLinuse":{"value":"Red"}

}

}

 

 

Userlevel 7
Badge +4

@andrewm80 I tried crating an new case with attributes using APIs. it returned 200 and created case but did not save values for attributes:

This could be bug with APIs.

I suggest creating a DEV support case with Acumatica for further review.

Thank you

Hi @RohitRattan88 thank you for your help i will follow up as per your suggestion.

Reply


About Acumatica ERP system
Acumatica Cloud ERP provides the best business management solution for transforming your company to thrive in the new digital economy. Built on a future-proof platform with open architecture for rapid integrations, scalability, and ease of use, Acumatica delivers unparalleled value to small and midmarket organizations. Connected Business. Delivered.
© 2008 — 2024  Acumatica, Inc. All rights reserved