CloseReportType Property
Indicates what type of report(s) from the last 3 days are to be returned in a report-only close operation request.
Syntax
__property TibxFedExShipCloseReportTypes CloseReportType = {read=FCloseReportType, write=FSetCloseReportType, default=0};
enum TibxFedExShipCloseReportTypes { crtUnspecified=0, crtManifest=1, crtCOD=2, crtHazMat=3, crtMultiweight=4 };
Default Value
0
Remarks
Indicates what type of report(s) from the last 3 days are to be returned in a report-only close operation request.
If this is set to a value other than 0 (Unspecified), the server with return that specific report from the last three closed shipping days. Otherwise, the server will return the shipment manifest along with all applicable reports.
When requesting a certain type of report, only one type can be returned per Close request. If you need multiple report types you will have to issue multiple CloseGroundShipments requests.
Valid report types are listed below:
Type | Meaning |
crtUnspecified (0) | The Close operation is requested to be processed, but no specific report is requested |
crtManifest (1) | Only the Ground Manifest Report is requested |
crtCOD (2) | Only the Ground COD Report is requested |
crtHazMat (3) | Only the Ground Hazardous Materials Report is requested |
crtMultiweight (4) | Only the Ground Multiweight Report is requested |
This property is applicable for FedEx Ground services only.
NOTE: This only takes effect when calling ReprintDocuments.
Data Type
Integer