Product Processor Service REST Endpoints

Common Services/Product Processor Service
This service is used to perform Product Processor Maintenance Service operations.
Add New Product Processor
Method: post
Path: /obedm-common-services/productprocessor
Authorize Product Processor by Given ID
Method: patch
Path: /obedm-common-services/productprocessor/{id}/approve
Close Product Processor by Given ID
Method: patch
Path: /obedm-common-services/productprocessor/{id}/close
Delete Product Processor Identified by Given ID
Method: delete
Path: /obedm-common-services/productprocessor/{id}
Get All Valid Product Processors
Method: get
Path: /obedm-common-services/productprocessor
Health Check Of Common Services
Method: get
Path: /obedm-common-services/healthcheck
Reopen Product Processor by Given ID
Method: patch
Path: /obedm-common-services/productprocessor/{id}/reopen
Retrieve All Unauthorized Records of Product Processor by Given ID
Method: get
Path: /obedm-common-services/productprocessor/{id}/unauthorized
Retrieve Group Basis Code and Product Processor Code for All Product Processors
Method: get
Path: /obedm-common-services/productprocessor/groupBasis
Retrieve Product Processor by ID
Method: get
Path: /obedm-common-services/productprocessor/{id}
Retrieve Product Processor History by Given ID
Method: get
Path: /obedm-common-services/productprocessor/{id}/history
Update Existing Product Processor
Method: put
Path: /obedm-common-services/productprocessor/{id}