Add DMS error WIP query.

This commit is contained in:
Patrick Fic
2025-09-22 11:44:46 -07:00
parent 517c30787d
commit f796dd0f89
3 changed files with 33 additions and 36 deletions

View File

@@ -362,6 +362,13 @@ const FortellisActions = {
type: "post",
apiName: "CDK Drive Post Accounts GL WIP",
},
QueryErrorWip: {
url: isProduction
? "https://api.fortellis.io/cdk/drive/glpost/errWIP"
: "https://api.fortellis.io/cdk-test/drive/glpost/errWIP",
type: "get",
apiName: "CDK Drive Post Accounts GL WIP",
},
ServiceHistoryInsert: {
url: isProduction
? "https://api.fortellis.io/cdk/drive/post/service-vehicle-history-mgmt/v2/"