Skip to main content

Input fields

approvalUuid : UUID! required

The UUID of the approval to complete.

approvedAt : DateTime

The timestamp when the approval was approved. Must be null if rejected_at is provided.

rejectedAt : DateTime

The timestamp when the approval was rejected. Must be null if approved_at is provided.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "approvalUuid": "4406d47f-ae6a-489a-8bb3-835bfa85459d", "approvedAt": "2010-06-09T11:09:59.899436+00:00", "rejectedAt": "1981-07-25T02:06:14.349565+00:00" }