4648
This commit is contained in:
@@ -161,19 +161,7 @@ namespace raven_integration
|
|||||||
o["notes"] = "thisshouldfail";
|
o["notes"] = "thisshouldfail";
|
||||||
a = await Util.PutAsync("workorder", await Util.GetTokenAsync("BizAdmin"), o.ToString());
|
a = await Util.PutAsync("workorder", await Util.GetTokenAsync("BizAdmin"), o.ToString());
|
||||||
Util.ValidateErrorCodeResponse(a,2200,400);
|
Util.ValidateErrorCodeResponse(a,2200,400);
|
||||||
// {{
|
|
||||||
// "error": {
|
|
||||||
// "code": "2200",
|
|
||||||
// "details": [
|
|
||||||
// {
|
|
||||||
// "message": "Work order is set to a locked status and can't be changed",
|
|
||||||
// "target": "generalerror",
|
|
||||||
// "error": "2209"
|
|
||||||
// }
|
|
||||||
// ],
|
|
||||||
// "message": "ErrorAPI2200"
|
|
||||||
// }
|
|
||||||
// }}
|
|
||||||
|
|
||||||
//unlocked status "Scheduled"
|
//unlocked status "Scheduled"
|
||||||
payload = $$"""
|
payload = $$"""
|
||||||
|
|||||||
Reference in New Issue
Block a user