Skip to main content

DocumentOwnershipInfoInput

Defines the real owner of this document, whether it be a user, organization, or partner. Note that callers must specify one, and only one, of the uid, orgCode or partnerCode fields.

input DocumentOwnershipInfoInput {
orgCode: ID
partnerCode: ID
uid: ID
}

Fields

DocumentOwnershipInfoInput.orgCode ● ID scalar

Specifying orgCode means the document is owned by a specific organization

DocumentOwnershipInfoInput.partnerCode ● ID scalar

Specifying partnerCode means the document is owned by a particular partner

DocumentOwnershipInfoInput.uid ● ID scalar

Specifying uid means the document is owned by an individual user

Member of

PrepareDocumentUploadInput input