Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

How to get request payload to create the HR service when the user submits the form?

Drishti
Tera Guru

Hi Community,

 

If i am raising case from portal then , from where I can get request payload ?

 

In short - Where to get the request payload to create the HR service when the user submits the form?

 

Please guide.

3 REPLIES 3

Raghav Sharma24
Giga Patron

@Drishti Requirement is unclear. Upon raising case, why do you want to create HR service?

We have a third party through which they will raise case . They need all the variables which are present on record producer form.

Hence, they are in search for schema.

ok, I dont think there is any schema for record producer, you will have to create and provide the JSON to them.

 

sample json:

{

"RP var 1" : "",

"RP var2" : "".

 

}


Please mark the answer correct/helpful accordingly.