I cannot create a Change Request using my dev instance of ServiceNow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 02:13 PM
This -->curl "https://XXXXXXXservice-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 "XXXXXX":"XXXXX"
----------------------------------------------
Returns ---> {"error":{"message":"Could not create Change Request.","detail":""},"status":"failure"}
0 REPLIES 0