This data contract is used in the request for the UpdateDocumentOrderItem service.
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.SystemDocumentOrderItemUpdateRequest
Namespace: PASI.DataContract.System
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The DocumentOrderItemUpdateRequest type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DocumentOrderItemUpdateRequest |
Properties
| Name | Description | |
|---|---|---|
| AddressLines |
(Conditional) Recipient mailing address
| |
| AmountCollected | (Required)
The total amount of money that has been collected for this order.
| |
| CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
| CityName |
(Conditional) The city associated with the recipient’s address.
| |
| CountryName |
(Conditional) The country associated with the recipient’s address.
| |
| CredentialNumber |
(Conditional) The credential number associated with the order.
| |
| DocumentDeliveryMethod | (Required)
This is the delivery method for the order item.
| |
| DocumentLanguage | (Required)
Identifies the language that the document should be produced in.
| |
| DocumentOrderId | (Required)
A unique public identifier for the order that can be used by all stakeholders to represent the order.
| |
| DocumentOrderItemNumber | (Required)
A public identifier for the order item (unique within the order) that can be used, in combination with the Document Order Identifier,
to uniquely represent the order item.
| |
| FaxNumber |
(Conditional) The fax number that the document is to be faxed to.
| |
| NumberOfCopies | (Required)
The number of copies required.
| |
| OperationControlScheduleId |
(Optional) This is the control schedule for the future delivery of the order item.
| |
| OrderItemStatus | (Required)
The operational status of the order item.
| |
| PASICoreVersion | (Required)
The PASI version of this object. This is used for updating the object. Value is ignored when new.
| |
| PostalCode |
(Conditional) The postal code or zip code associated with the recipient’s address.
| |
| ProcessExpectation | (Required)
This is the delivery method for the order item.
| |
| ProvidedConsentForSchoolRelease |
(Conditional) Indicates whether the student has given consent to release school information on the transcript.
| |
| RecipientClientId |
(Optional) This is the request client id of a transcript request if electronically requested.
| |
| RecipientDigitalOfficialDocumentConsumer |
(Conditional) The identifier of the Digital Official Document Consumer that the order item will be sent to.
| |
| RecipientInstitutionId |
(Optional) This is the recipient institution id of a transcript request if electronically requested.
| |
| RecipientIsStudent | (Required)
Indicates whether the intended recipient of the document is the student.
| |
| RecipientName | (Required)
This is the name of the party that the document order item is addressed to.
| |
| ReorderReason |
(Conditional) Indicates the reason for the re-order.
| |
| SpecialHandlingStatus | (Required)
Indicates the status of any special handling that is required by Student Records.
| |
| StateProvince |
(Conditional) The province or state associated with the recipient’s address.
| |
| StatusChangeReason |
(Conditional) Provides more detail on why the order item had a status change.
|
See Also