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