Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all articles
Browse latest Browse all 2504

REST API : How to Create Incident with a custom field value

$
0
0

Topic by Sharan Desai

Hi Team,

AS we know that the latest release of RN has introduced the REST API Service. 

I am able to create an incident using REST API but i am facing difficulty to create an incident along with an custom field value.

I have created a custom field of type text which i want to populate create creating an incident and below is the syntax that i am using :

 

{

 

"primaryContact": {
    "lookupName": "Sharan Desai"
},

"subject": "Testing Incident",

"customFields": {

        "custom_text_id": "asd"
},


}


Viewing all articles
Browse latest Browse all 2504

Trending Articles