AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • In-Person Gatherings
    • Power BI Workshop
    • Podcast
    • Rolodex
    • Blog
    • Forums
  • Paid
    • AugSQL
    • GI Course
    • GI Library
    • Consulting
  • Register
Acumatica Forums

By using this website, you agree to our Terms of Use (click here)

Forums
AUG Forums
Everything Else
Create Support Case...
 
Notifications
Clear all

Questions Create Support Case using REST API in Acumatica

 
Everything Else
Last Post by Andrew Molefe 3 years ago
0 Posts
1 Users
1 Reactions
1,266 Views
RSS
Andrew Molefe
Posts: 1
 Andrew Molefe
Topic starter
May 29, 2023 3:34 am
(@amolefe)
New Member
Joined: 3 years ago

I am trying to create a case with attributes but it does not want to create please see my example below.

REQUEST:
{

   "BusinessAccount":{"value":"BILLING"},
   "ClassID":{"value":"INTEGRATION"},
   "ContactID":{"value":"Andrew"},
   "Subject":{"value":"Testing API automation"},
   "Attributes":[
       {
       "AttributeID":{"value":"DATEOFINCI"},
      "Value":{"value":"2023-05-12"}
       },
       {
       "AttributeID":{"value":"TYPEOFREQU"},
      "Value":{"value":"Support"}
       }
   ]

}

 

RESPONSE:
{

    "id": "9b960bdd-b7f3-ed11-bb61-000d3ab55ce5",
    "rowNumber": 1,
    "note": {
        "value": ""
    },
    "error": "Inserting  'Case' record raised at least one error. Please review the errors.",
    "Attributes": [],
    "Billable": {},
    "BillableOvertime": {
        "value": 0
    },
    "BillableTime": {
        "value": 0
    },
    "BusinessAccount": {
        "value": "DIGITAL"
    },
    "BusinessAccountName": {
        "value": "DIGITAL"
    },
    "CaseID": {
        "value": "<NEW>"
    },
    "ClassID": {
        "value": "INTEGRATION",
        "error": "Class ID 'INTEGRATION' cannot be found in the system."
    },
    "ClosingDate": {},
    "ContactDisplayName": {},
    "ContactID": {},
    "Contract": {},
    "DateReported": {
        "value": "2023-05-16T09:04:22.72+02:00"
    },
    "Description": {},
    "InitialResponse": {},
    "LastActivityDate": {},
    "LastIncomingActivity": {},
    "LastModifiedDateTime": {
        "value": "2023-05-16T09:04:22.6443614+02:00"
    },
    "LastOutgoingActivity": {},
    "Location": {},
    "ManualOverride": {
        "value": false
    },
    "NoteID": {
        "value": "9b960bdd-b7f3-ed11-bb61-000d3ab55ce5"
    },
    "OvertimeSpent": {
        "value": "000"
    },
    "Owner": {},
    "OwnerEmployeeName": {},
    "Priority": {
        "value": "Medium"
    },
    "Reason": {
        "value": "Unassigned"
    },
    "ResolutionTime": {
        "value": "000"
    },
    "Severity": {
        "value": "Medium"
    },
    "SLA": {},
    "Status": {
        "value": "New"
    },
    "Subject": {
        "value": "Testing API automation"
    },
    "TimeSpent": {
        "value": "000"
    },
    "Workgroup": {},
    "WorkgroupDescription": {},
    "custom": {}

}

 


Tim Rodman reacted
Topic Tags
#AcumaticaTnT
Forum Jump:
  Previous Topic
Next Topic  
Topic Tags:  #AcumaticaTnT (1) ,
Forum Information
Recent Posts
Unread Posts
Tags
  • 12 Forums
  • 2,530 Topics
  • 11 K Posts
  • 7 Online
  • 2,418 Members
Our newest member: Chad Treadwell
Latest Post: Negative/Credit Inventory Value?
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Online Members

 No online members at the moment

Acumatica Forums

Terms of Use & Disclaimers :: Privacy Policy

Copyright © 2026 · AUG Forums, LLC. All rights reserved. This website is not owned, affiliated with, or endorsed by Acumatica, Inc.

‹›×

    ‹›×