I cannot create a Change Request using my dev instance of ServiceNow

ArmandK
Tera Contributor

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