Skip to main content

Input fields

accountNumber : String! required

The account number.

isPinned : Boolean! required

Pin the note to account.

note : String! required

The note to add.

unpinAt : DateTime

When to unpin the note from the account.

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

{ "accountNumber": "A-DDB8D7D2", "isPinned": true, "note": "three-north-understand-leader-everyone", "unpinAt": "2014-07-13T18:08:04.473656+00:00" }