Strise Connect API Docs
TypesInputs

CreatePrivatePersonFormUrlInput

The data input for creating a new URL for a customer facing form for a private person.

input CreatePrivatePersonFormUrlInput {
  personId: PrivatePersonId!
  documentId: ID!
  timeToLive: Int
}

Fields

personId PrivatePersonId! non-null scalar

PrivatePersonId! Id of the private person associated with the form

documentId ID! non-null scalar

ID! Id of the document associated with the form. Retrieved from the id field of a Document on the PrivatePerson.documents query.

timeToLive Int scalar

Int Time to live for the URL in seconds. Defaults to 30 days.

Member Of

createPrivatePersonFormUrl mutation

On this page