Update Check Book Order Statusput https://example.com/programs/{programCode}/accounts/{accountIdentifier}/checkBookOrderUpdates the status of a paper check book order, such as marking it as not received.Path ParamsprogramCodestringrequiredThe program code identifying the BaaS program context.accountIdentifierstringrequiredThe unique identifier for the account associated with the check book order.Body Paramsapplication/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonThe request payload containing check book order details. AccountIdentifier: The account identifier. OrderConfirmationToken: The confirmation token for the check book order. CheckBookOrderStatus: The status of the check book order. Represents a request to order a checkbook for an account. Contains account identifier, order confirmation token, and order status. Inherits standard request metadata from Gd.Bos.DataTransfer.Request.RequestBase.accountIdentifierstring | nullThe unique identifier for the account for which the checkbook is being ordered.orderConfirmationTokenstring | nullThe token confirming the checkbook order, used for validation or tracking.checkBookOrderStatusstring | nullThe status of the checkbook order (e.g., "Pending", "Confirmed", "Cancelled").HeadersX-GD-RequestIdstringrequiredA unique request identifier for tracking and logging. Should be a GUID.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsoncontent-typestringenumDefaults to application/json-patch+jsonGenerated from available request content typesapplication/*+jsonapplication/jsonapplication/json-patch+jsontext/jsonAllowed:application/*+jsonapplication/jsonapplication/json-patch+jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 6 months ago Update Paper Check Payment StatusGet Check Book OrdersDid this page help you?YesNo