Delete Reason Codes
post
/config/sim/v2/setup/deleteReasonCodes
Deletes a Reason Code. Only Cash Management Reasons can be deleted at the enterprise level.
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
Reason Codes Delete Request Body
Root Schema : schema
Type:
Show Source
object
-
descriptorTypeNum(required):
integer
Descriptor type number of the reason code.Example:
30
-
hierUnitId(required):
integer
Unique reference of the hierarchy unit where the reason code is configured.Example:
7
-
objectNum(required):
integer
Object Number of the Reason Code.Example:
2
Response
Supported Media Types
- application/json
200 Response
Message indicating the number of records deleted.