Merged in feature/IO-3255-simplified-part-management (pull request #2510)
feature/IO-3255-simplified-parts-management - Typo in chg request route
This commit is contained in:
@@ -38,7 +38,7 @@ if (typeof PARTS_MANAGEMENT_INTEGRATION_SECRET === "string" && PARTS_MANAGEMENT_
|
|||||||
* Route to handle Vehicle Damage Estimate Change Request
|
* Route to handle Vehicle Damage Estimate Change Request
|
||||||
*/
|
*/
|
||||||
router.post(
|
router.post(
|
||||||
"/parts-management/VehicleDamageEstimateChqRq",
|
"/parts-management/VehicleDamageEstimateChgRq",
|
||||||
express.raw({ type: "application/xml", limit: XML_BODY_LIMIT }), // Parse XML body
|
express.raw({ type: "application/xml", limit: XML_BODY_LIMIT }), // Parse XML body
|
||||||
partsManagementIntegrationMiddleware,
|
partsManagementIntegrationMiddleware,
|
||||||
partsManagementVehicleDamageEstimateChqRq
|
partsManagementVehicleDamageEstimateChqRq
|
||||||
|
|||||||
Reference in New Issue
Block a user