You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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

Received Response
82
Views
1
Comments
edited Jun 8, 2022 12:02PM in General Technical Discussions 1 comment

Content

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"
},


}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!