Skip to main content

Fields

createdAt : DateTime! required

When the hold was created.

id : ID! required

The ID of the manual hold.

reasonCode : String! required

The code of the hold reason.

validFrom : DateTime! required

The start of the hold validity period.

validTo : DateTime

The end of the hold validity period. Null if the hold is open-ended.

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

{ "createdAt": "1972-06-08T22:53:01.096594+00:00", "id": "77249551", "reasonCode": "ask-tend-not-begin-hundred", "validFrom": "1998-12-17T05:04:01.999654+00:00", "validTo": "2002-05-25T07:51:19.386652+00:00" }