Add Reason Codes

post

/config/sim/v2/setup/reasonCodes

Adds a Reason Code. Operation is supported only for Cash Management Reasons

Request

Supported Media Types
Header Parameters
Body ()
Reason Codes insert request body
Root Schema : schema
Type: object
Show Source
  • Descriptor type number of the reason code.

    Descriptor Type NameDescriptor Type NumMax Count
    Payment 30 32
    Loan 28 32
    Pickup 27 32
    Service total 29 32
    Void/Return/Waste 48 64
    Cash Management
    Adjust Starting Amount: 38
    Adjust Count: 39
    Adjust Paid-in: 40
    Adjust Paid-out: 41
    Transfer: 42
    Adjust Cash Deposit: 43
    Over/Short: 44
    Adjust Bank Deposit Reference: 45
    No Sale Reason: 49
    Example: 30
  • Unique reference of the hierarchy unit where the reason code is configured.
    Example: 7
  • Object Number of the Reason Code.
    Example: 2
  • text
    Name of the Reason Code.
Nested Schema : text
Type: object
Maximum Length: 128
Name of the Reason Code.
Example:
{
    "1":"Inventory purchase",
    "2":"Inventory purchase",
    "3":"Inventory purchase"
}
Back to Top

Response

Supported Media Types

200 Response

Reason Code Added.
Body ()
Root Schema : schema
Type: object
Show Source
Back to Top