Delete Product Processor Identified by Given ID
delete
/obedm-common-services/productprocessor/{id}
This endpoint is used to delete the product processor identified by given ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id: string
Key of the Product Processor maintenance.
Header Parameters
-
appId: string
The ID of the Application.
-
branchCode: string
The branch code associated with the request.
-
contentType(optional): string
The Content Type of the request.
-
tenantId(optional): string
The ID of the Tenant.
-
userId: string
The ID of the User.
Request body contain Product Processor and Modification number of Product Processor maintenance which need to be deleted.
Root Schema : ModListKeyDto
Type:
Show Source
object
-
modNos(optional):
array modNos
Array of modification numbers.
-
remarks(optional):
string
Remarks
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful operation.
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error.