Generate mock inbound DE request.Copy Pagepost http://localhost:8080/v0/utils/generate-de-inboundBody ParamsBody of an inbound DE request.amountnumberrequiredTransaction amount.descriptionstringTransaction description.idempotencyKeyuuidIdempotency key to uniquely represent this request and prevent duplication.recipientAccountNumberstringrequiredRecipient account number.recipientBsbstringrequiredRecipient account BSB.recipientNamestringRecipient name.recordTypestringenumrequiredDirect entry record type. Possible values: DIRECT: Money transfer request RETURN: Return money transfer request with a reason REFUSAL: Refuse to accept return of request with a reason DIRECTRETURNREFUSALAllowed:DIRECTRETURNREFUSALrefusalReasonstringenumReason of refusing return. Required for record type REFUSAL.RETURN_RECEIVED_OUT_OF_TIMEINSUFFICIENT_INFORMATION_TO_APPLYREVERSAL_OF_DUPLICATED_ITEMNO_ARRANGEMENTTECHNICALLY_INVALIDAllowed:RETURN_RECEIVED_OUT_OF_TIMEINSUFFICIENT_INFORMATION_TO_APPLYREVERSAL_OF_DUPLICATED_ITEMNO_ARRANGEMENTTECHNICALLY_INVALIDreturnReasonstringenumReason of returning request. Required for record type RETURN.INVALID_BSB_NUMBERPAYMENT_STOPPEDACCOUNT_CLOSEDCUSTOMER_DECEASEDNO_ACCOUNT_OR_INCORRECT_ACCOUNT_NUMBERREFER_TO_CUSTOMERINVALID_USER_IDTECHNICAL_INVALIDShow 8 enum valuessenderAccountNumberstringrequiredSender account number.senderBsbstringrequiredSender BSB.senderNamestringSender name.transactionTypestringenumrequiredDirect entry transaction type. Possible values: CREDIT: Move money from sender account to recipient account DEBIT: Move money from recipient account to sender account CREDITDEBITAllowed:CREDITDEBITResponses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 500Internal Server Error 501Not ImplementedUpdated 12 days ago