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.

ServiceNow Developer Edition cannot create a Change Request via API -POST

ArmandK
Tera Contributor
The following --> curl "https://devxxxx.service-now.com/api/sn_chg_rest/v1/change" \
     --request POST     --header "Accept:application/json"      --header "Content-Type:application/json" \
     --data  "{ \"chg_model\" : \"Standard\",
            \"description\" : \"Describes the change request.\",
             \"short_description\" : \"My change request\",
         \"type\" : \"Standard\"
         }" \
     --user "XXXX":"YYYY"
RETURNS --> {"error":{"message":"Could not create Change Request.","detail":""},"status":"failure"}
1 ACCEPTED SOLUTION

 

If you are using Snow you are in the wrong place, this is ServiceNow 🙂 I tested this with a Personal Developer Instance, I assume that's what you mean with Developer edition (developer edition is not a ServiceNow terminology, where did you get that terminology from?)

 

As mentioned, do verify the user and its roles where you are testing with.

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

View solution in original post

10 REPLIES 10

 

If you are using Snow you are in the wrong place, this is ServiceNow 🙂 I tested this with a Personal Developer Instance, I assume that's what you mean with Developer edition (developer edition is not a ServiceNow terminology, where did you get that terminology from?)

 

As mentioned, do verify the user and its roles where you are testing with.

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn