GET api/orders/{orderNumber}
Retrieve a specific order.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderNumber |
The order number of the order requested for retrieval. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A representation of a single order.
OrderDetailResponseName | Description | Type | Additional information |
---|---|---|---|
CompanyName |
The name of the company that placed the order. |
string |
None. |
BillToCompanyId |
The identifying number for the company that the order is billed to. |
integer |
None. |
PricingSheetName |
The name of the pricing sheet used on the order. |
string |
None. |
PricingSheetNumber |
The number of the pricing sheet used on the order. |
string |
None. |
LocationName |
The name of the company's location that the order was placed for. |
string |
None. |
AbcShopName |
The name of the ABC shop that has responsibility for the order. |
string |
None. |
AbcShop |
Details of the ABC Shop location. |
Location |
None. |
OrderNumber |
The order number of the requested order. |
integer |
None. |
LastModifiedBy |
Who last modified the requested order. |
string |
None. |
LastModified |
When was the requested order last modified. |
date |
None. |
Comment |
An order comment. |
string |
None. |
PrintCommentOnWorkOrder |
Is the comment printed on the order. |
boolean |
None. |
Comment2 |
A secondary order comment. |
string |
None. |
PrintComment2OnWorkOrder |
Is the second order comment printed on the order. |
boolean |
None. |
PurchaseOrderNumber |
The purchase order number referenced this this order. |
string |
None. |
ProjectNumber |
The project number reference by this order. |
string |
None. |
ProjectName |
The project name referenced by this order. |
string |
None. |
DueDateTime |
The date and time the order is due. |
date |
None. |
EnteredDate |
The date and time the order was entered. |
date |
None. |
RequestDate |
The date and time the order was requested. |
date |
None. |
OrderedBy |
Who actually placed the order. |
string |
None. |
OrderStatus |
The status of the order. |
OrderStatus |
None. |
ProductionStatus |
The production status of the order. |
OrderProductionStatus |
None. |
Taxes |
The amount of all taxes associated with this order. |
decimal number |
None. |
Total |
The total cost of this order. |
decimal number |
None. |
CurrencyDescriptor |
The currency in which this order is priced. |
string |
None. |
Lines |
The items that have been requested for this order. |
Collection of OrderDetailResponseLine |
None. |
Attachments |
A list of files attached to this order. |
Collection of OrderDetailResponseAttachment |
None. |
Shipments |
A list of shipments on this order. |
Collection of OrderDetailResponseShipment |
None. |
TaxDetails |
A list of tax details for this order. |
Collection of OrderTaxDetail |
None. |
CancellationComments |
Comments on a cancelled order. |
Collection of DatedCommentDetail |
None. |
OrderedByEmail |
Email of the person that placed the order. |
string |
None. |
OrderedByPhoneNumber |
Phone number of the person that placed the order. |
string |
None. |
OrderedByCompanyName |
Company that placed the order |
string |
None. |
OrderedByAddress |
Address of the company that placed the order |
Address |
None. |
IsEstimate |
Is the order marked as an estimate. |
boolean |
None. |
IsEstimateFinalized |
Has the estimation process been completed. |
boolean |
None. |
BillingMethod |
How is the order to be billed |
OrderBillingMethod |
None. |
OnAccountPaymentAvailable |
Is OnAccount available for the estimate |
boolean |
None. |
BillToCustomerCode |
The customer code of the company that would be used to validate project changes. |
string |
None. |
Response Formats
application/json, text/json
{ "CompanyName": "sample string 1", "BillToCompanyId": 2, "PricingSheetName": "sample string 3", "PricingSheetNumber": "sample string 4", "LocationName": "sample string 5", "AbcShopName": "sample string 6", "AbcShop": { "LocationId": 1, "ShortName": "sample string 2", "Name": "sample string 3", "Code": "sample string 4", "BillingAddress": { "Street1": "sample string 1", "Street2": "sample string 2", "City": "sample string 3", "Region": "sample string 4", "Postalcode": "sample string 5", "PostalZip4": "sample string 6", "CountryCode": "sample string 7" }, "ShippingAddress": { "Street1": "sample string 1", "Street2": "sample string 2", "City": "sample string 3", "Region": "sample string 4", "Postalcode": "sample string 5", "PostalZip4": "sample string 6", "CountryCode": "sample string 7" }, "LocationType": 0, "Email": "sample string 5", "Phone": "sample string 6", "CodCustomerId": 1 }, "OrderNumber": 7, "LastModifiedBy": "sample string 8", "LastModified": "2024-12-25T08:56:26.1634073-05:00", "Comment": "sample string 10", "PrintCommentOnWorkOrder": true, "Comment2": "sample string 12", "PrintComment2OnWorkOrder": true, "PurchaseOrderNumber": "sample string 14", "ProjectNumber": "sample string 15", "ProjectName": "sample string 16", "DueDateTime": "2024-12-25T08:56:26.1634073-05:00", "EnteredDate": "2024-12-25T08:56:26.1634073-05:00", "RequestDate": "2024-12-25T08:56:26.1634073-05:00", "OrderedBy": "sample string 20", "OrderStatus": 0, "ProductionStatus": 0, "Taxes": 21.0, "Total": 22.0, "CurrencyDescriptor": "sample string 23", "Lines": [ { "Sequence": 1, "ItemCode": "sample string 2", "Description": "sample string 3", "AbcShopName": "sample string 4", "Originals": 5, "Copies": 6, "PriceSource": "sample string 7", "UnitPrice": 8.0, "UnitPriceIsVariable": true, "ExtendedPrice": 10.0, "AdditionalDetails": "sample string 11", "IsShippingLine": true, "ShipmentAllocations": [ { "ShipmentId": 1, "PackageId": 1, "CopyCount": 2 }, { "ShipmentId": 1, "PackageId": 1, "CopyCount": 2 } ], "PriceTierDetails": [ { "Quantity": 1.0, "Price": 2.0 }, { "Quantity": 1.0, "Price": 2.0 } ] }, { "Sequence": 1, "ItemCode": "sample string 2", "Description": "sample string 3", "AbcShopName": "sample string 4", "Originals": 5, "Copies": 6, "PriceSource": "sample string 7", "UnitPrice": 8.0, "UnitPriceIsVariable": true, "ExtendedPrice": 10.0, "AdditionalDetails": "sample string 11", "IsShippingLine": true, "ShipmentAllocations": [ { "ShipmentId": 1, "PackageId": 1, "CopyCount": 2 }, { "ShipmentId": 1, "PackageId": 1, "CopyCount": 2 } ], "PriceTierDetails": [ { "Quantity": 1.0, "Price": 2.0 }, { "Quantity": 1.0, "Price": 2.0 } ] } ], "Attachments": [ { "AttachmentOriginalFileName": "sample string 1", "AttachmentName": "sample string 2", "AttachmentType": 21, "AttachmentIdentifier": "50b9954f-06a4-4e11-978d-dd487a9dfe1c", "AttachmentDescription": "sample string 4" }, { "AttachmentOriginalFileName": "sample string 1", "AttachmentName": "sample string 2", "AttachmentType": 21, "AttachmentIdentifier": "50b9954f-06a4-4e11-978d-dd487a9dfe1c", "AttachmentDescription": "sample string 4" } ], "Shipments": [ { "ShipmentId": 1, "ShippingMethod": 1, "ShippingServiceCode": "sample string 2", "ShippingServiceDescription": "sample string 3", "ShipToAddress": { "Street1": "sample string 1", "Street2": "sample string 2", "City": "sample string 3", "Region": "sample string 4", "Postalcode": "sample string 5", "PostalZip4": "sample string 6", "CountryCode": "sample string 7" }, "ShipToCompany": "sample string 4", "ShipToEmail": "sample string 5", "ShipToAttention": "sample string 6", "ShipToPhone": "sample string 7", "Description": "sample string 8", "Status": 0, "SignatureRequired": true, "SaturdayDelivery": true, "ShipmentReadyDateTimeLocal": "2024-12-25T08:56:26.1634073-05:00", "CustomerCloseTimeLocal": "2024-12-25T08:56:26.1634073-05:00", "CustomLabelDataHeader": "sample string 11", "CustomLabelDataValue": "sample string 12", "Packages": [ { "PackageId": 1, "Description": "sample string 2", "PackageTypeCode": "sample string 3", "PackageTypeDescription": "sample string 4", "LengthInInches": 5.0, "WidthInInches": 6.0, "HeightInInches": 7.0, "DeclaredValue": 1.0, "WeightInPounds": 8.0, "TrackingNumber": "sample string 9", "ApiReferenceNo": 1 }, { "PackageId": 1, "Description": "sample string 2", "PackageTypeCode": "sample string 3", "PackageTypeDescription": "sample string 4", "LengthInInches": 5.0, "WidthInInches": 6.0, "HeightInInches": 7.0, "DeclaredValue": 1.0, "WeightInPounds": 8.0, "TrackingNumber": "sample string 9", "ApiReferenceNo": 1 } ], "Notifications": [ { "EmailAddress": "sample string 1", "NotificationOption": 0 }, { "EmailAddress": "sample string 1", "NotificationOption": 0 } ] }, { "ShipmentId": 1, "ShippingMethod": 1, "ShippingServiceCode": "sample string 2", "ShippingServiceDescription": "sample string 3", "ShipToAddress": { "Street1": "sample string 1", "Street2": "sample string 2", "City": "sample string 3", "Region": "sample string 4", "Postalcode": "sample string 5", "PostalZip4": "sample string 6", "CountryCode": "sample string 7" }, "ShipToCompany": "sample string 4", "ShipToEmail": "sample string 5", "ShipToAttention": "sample string 6", "ShipToPhone": "sample string 7", "Description": "sample string 8", "Status": 0, "SignatureRequired": true, "SaturdayDelivery": true, "ShipmentReadyDateTimeLocal": "2024-12-25T08:56:26.1634073-05:00", "CustomerCloseTimeLocal": "2024-12-25T08:56:26.1634073-05:00", "CustomLabelDataHeader": "sample string 11", "CustomLabelDataValue": "sample string 12", "Packages": [ { "PackageId": 1, "Description": "sample string 2", "PackageTypeCode": "sample string 3", "PackageTypeDescription": "sample string 4", "LengthInInches": 5.0, "WidthInInches": 6.0, "HeightInInches": 7.0, "DeclaredValue": 1.0, "WeightInPounds": 8.0, "TrackingNumber": "sample string 9", "ApiReferenceNo": 1 }, { "PackageId": 1, "Description": "sample string 2", "PackageTypeCode": "sample string 3", "PackageTypeDescription": "sample string 4", "LengthInInches": 5.0, "WidthInInches": 6.0, "HeightInInches": 7.0, "DeclaredValue": 1.0, "WeightInPounds": 8.0, "TrackingNumber": "sample string 9", "ApiReferenceNo": 1 } ], "Notifications": [ { "EmailAddress": "sample string 1", "NotificationOption": 0 }, { "EmailAddress": "sample string 1", "NotificationOption": 0 } ] } ], "TaxDetails": [ { "TaxCode": "sample string 1", "TaxRatePercent": 2.0, "TaxableAmount": 3.0, "TaxAmount": 4.0 }, { "TaxCode": "sample string 1", "TaxRatePercent": 2.0, "TaxableAmount": 3.0, "TaxAmount": 4.0 } ], "CancellationComments": [ { "EnteredDate": "2024-12-25T08:56:26.1634073-05:00", "Comment": "sample string 2" }, { "EnteredDate": "2024-12-25T08:56:26.1634073-05:00", "Comment": "sample string 2" } ], "OrderedByEmail": "sample string 24", "OrderedByPhoneNumber": "sample string 25", "OrderedByCompanyName": "sample string 26", "OrderedByAddress": { "Street1": "sample string 1", "Street2": "sample string 2", "City": "sample string 3", "Region": "sample string 4", "Postalcode": "sample string 5", "PostalZip4": "sample string 6", "CountryCode": "sample string 7" }, "IsEstimate": true, "IsEstimateFinalized": true, "BillingMethod": 0, "OnAccountPaymentAvailable": true, "BillToCustomerCode": "sample string 30" }
application/xml, text/xml
<OrderDetailResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <CompanyName>sample string 1</CompanyName> <BillToCompanyId>2</BillToCompanyId> <PricingSheetName>sample string 3</PricingSheetName> <PricingSheetNumber>sample string 4</PricingSheetNumber> <LocationName>sample string 5</LocationName> <AbcShopName>sample string 6</AbcShopName> <AbcShop> <LocationId>1</LocationId> <ShortName>sample string 2</ShortName> <Name>sample string 3</Name> <Code>sample string 4</Code> <BillingAddress> <Street1>sample string 1</Street1> <Street2>sample string 2</Street2> <City>sample string 3</City> <Region>sample string 4</Region> <Postalcode>sample string 5</Postalcode> <PostalZip4>sample string 6</PostalZip4> <CountryCode>sample string 7</CountryCode> </BillingAddress> <ShippingAddress> <Street1>sample string 1</Street1> <Street2>sample string 2</Street2> <City>sample string 3</City> <Region>sample string 4</Region> <Postalcode>sample string 5</Postalcode> <PostalZip4>sample string 6</PostalZip4> <CountryCode>sample string 7</CountryCode> </ShippingAddress> <LocationType>Customer</LocationType> <Email>sample string 5</Email> <Phone>sample string 6</Phone> <CodCustomerId>1</CodCustomerId> </AbcShop> <OrderNumber>7</OrderNumber> <LastModifiedBy>sample string 8</LastModifiedBy> <LastModified>2024-12-25T08:56:26.1634073-05:00</LastModified> <Comment>sample string 10</Comment> <PrintCommentOnWorkOrder>true</PrintCommentOnWorkOrder> <Comment2>sample string 12</Comment2> <PrintComment2OnWorkOrder>true</PrintComment2OnWorkOrder> <PurchaseOrderNumber>sample string 14</PurchaseOrderNumber> <ProjectNumber>sample string 15</ProjectNumber> <ProjectName>sample string 16</ProjectName> <DueDateTime>2024-12-25T08:56:26.1634073-05:00</DueDateTime> <EnteredDate>2024-12-25T08:56:26.1634073-05:00</EnteredDate> <RequestDate>2024-12-25T08:56:26.1634073-05:00</RequestDate> <OrderedBy>sample string 20</OrderedBy> <OrderStatus>Cancelled</OrderStatus> <ProductionStatus>Active</ProductionStatus> <Taxes>21</Taxes> <Total>22</Total> <CurrencyDescriptor>sample string 23</CurrencyDescriptor> <Lines> <OrderDetailResponseLine> <Sequence>1</Sequence> <ItemCode>sample string 2</ItemCode> <Description>sample string 3</Description> <AbcShopName>sample string 4</AbcShopName> <Originals>5</Originals> <Copies>6</Copies> <PriceSource>sample string 7</PriceSource> <UnitPrice>8</UnitPrice> <UnitPriceIsVariable>true</UnitPriceIsVariable> <ExtendedPrice>10</ExtendedPrice> <AdditionalDetails>sample string 11</AdditionalDetails> <IsShippingLine>true</IsShippingLine> <ShipmentAllocations> <OrderDetailResponseLineAllocation> <ShipmentId>1</ShipmentId> <PackageId>1</PackageId> <CopyCount>2</CopyCount> </OrderDetailResponseLineAllocation> <OrderDetailResponseLineAllocation> <ShipmentId>1</ShipmentId> <PackageId>1</PackageId> <CopyCount>2</CopyCount> </OrderDetailResponseLineAllocation> </ShipmentAllocations> <PriceTierDetails> <OrderResponseLinePriceTierDetail> <Quantity>1</Quantity> <Price>2</Price> </OrderResponseLinePriceTierDetail> <OrderResponseLinePriceTierDetail> <Quantity>1</Quantity> <Price>2</Price> </OrderResponseLinePriceTierDetail> </PriceTierDetails> </OrderDetailResponseLine> <OrderDetailResponseLine> <Sequence>1</Sequence> <ItemCode>sample string 2</ItemCode> <Description>sample string 3</Description> <AbcShopName>sample string 4</AbcShopName> <Originals>5</Originals> <Copies>6</Copies> <PriceSource>sample string 7</PriceSource> <UnitPrice>8</UnitPrice> <UnitPriceIsVariable>true</UnitPriceIsVariable> <ExtendedPrice>10</ExtendedPrice> <AdditionalDetails>sample string 11</AdditionalDetails> <IsShippingLine>true</IsShippingLine> <ShipmentAllocations> <OrderDetailResponseLineAllocation> <ShipmentId>1</ShipmentId> <PackageId>1</PackageId> <CopyCount>2</CopyCount> </OrderDetailResponseLineAllocation> <OrderDetailResponseLineAllocation> <ShipmentId>1</ShipmentId> <PackageId>1</PackageId> <CopyCount>2</CopyCount> </OrderDetailResponseLineAllocation> </ShipmentAllocations> <PriceTierDetails> <OrderResponseLinePriceTierDetail> <Quantity>1</Quantity> <Price>2</Price> </OrderResponseLinePriceTierDetail> <OrderResponseLinePriceTierDetail> <Quantity>1</Quantity> <Price>2</Price> </OrderResponseLinePriceTierDetail> </PriceTierDetails> </OrderDetailResponseLine> </Lines> <Attachments> <OrderDetailResponseAttachment> <AttachmentOriginalFileName>sample string 1</AttachmentOriginalFileName> <AttachmentName>sample string 2</AttachmentName> <AttachmentType>DeliveryInstructions</AttachmentType> <AttachmentIdentifier>50b9954f-06a4-4e11-978d-dd487a9dfe1c</AttachmentIdentifier> <AttachmentDescription>sample string 4</AttachmentDescription> </OrderDetailResponseAttachment> <OrderDetailResponseAttachment> <AttachmentOriginalFileName>sample string 1</AttachmentOriginalFileName> <AttachmentName>sample string 2</AttachmentName> <AttachmentType>DeliveryInstructions</AttachmentType> <AttachmentIdentifier>50b9954f-06a4-4e11-978d-dd487a9dfe1c</AttachmentIdentifier> <AttachmentDescription>sample string 4</AttachmentDescription> </OrderDetailResponseAttachment> </Attachments> <Shipments> <OrderDetailResponseShipment> <ShipmentId>1</ShipmentId> <ShippingMethod>Ups</ShippingMethod> <ShippingServiceCode>sample string 2</ShippingServiceCode> <ShippingServiceDescription>sample string 3</ShippingServiceDescription> <ShipToAddress> <Street1>sample string 1</Street1> <Street2>sample string 2</Street2> <City>sample string 3</City> <Region>sample string 4</Region> <Postalcode>sample string 5</Postalcode> <PostalZip4>sample string 6</PostalZip4> <CountryCode>sample string 7</CountryCode> </ShipToAddress> <ShipToCompany>sample string 4</ShipToCompany> <ShipToEmail>sample string 5</ShipToEmail> <ShipToAttention>sample string 6</ShipToAttention> <ShipToPhone>sample string 7</ShipToPhone> <Description>sample string 8</Description> <Status>Draft</Status> <SignatureRequired>true</SignatureRequired> <SaturdayDelivery>true</SaturdayDelivery> <ShipmentReadyDateTimeLocal>2024-12-25T08:56:26.1634073-05:00</ShipmentReadyDateTimeLocal> <CustomerCloseTimeLocal>2024-12-25T08:56:26.1634073-05:00</CustomerCloseTimeLocal> <CustomLabelDataHeader>sample string 11</CustomLabelDataHeader> <CustomLabelDataValue>sample string 12</CustomLabelDataValue> <Packages> <OrderDetailResponseShipmentPackage> <PackageId>1</PackageId> <Description>sample string 2</Description> <PackageTypeCode>sample string 3</PackageTypeCode> <PackageTypeDescription>sample string 4</PackageTypeDescription> <LengthInInches>5</LengthInInches> <WidthInInches>6</WidthInInches> <HeightInInches>7</HeightInInches> <DeclaredValue>1</DeclaredValue> <WeightInPounds>8</WeightInPounds> <TrackingNumber>sample string 9</TrackingNumber> <ApiReferenceNo>1</ApiReferenceNo> </OrderDetailResponseShipmentPackage> <OrderDetailResponseShipmentPackage> <PackageId>1</PackageId> <Description>sample string 2</Description> <PackageTypeCode>sample string 3</PackageTypeCode> <PackageTypeDescription>sample string 4</PackageTypeDescription> <LengthInInches>5</LengthInInches> <WidthInInches>6</WidthInInches> <HeightInInches>7</HeightInInches> <DeclaredValue>1</DeclaredValue> <WeightInPounds>8</WeightInPounds> <TrackingNumber>sample string 9</TrackingNumber> <ApiReferenceNo>1</ApiReferenceNo> </OrderDetailResponseShipmentPackage> </Packages> <Notifications> <ShipmentEmailNotification> <EmailAddress>sample string 1</EmailAddress> <NotificationOption>None</NotificationOption> </ShipmentEmailNotification> <ShipmentEmailNotification> <EmailAddress>sample string 1</EmailAddress> <NotificationOption>None</NotificationOption> </ShipmentEmailNotification> </Notifications> </OrderDetailResponseShipment> <OrderDetailResponseShipment> <ShipmentId>1</ShipmentId> <ShippingMethod>Ups</ShippingMethod> <ShippingServiceCode>sample string 2</ShippingServiceCode> <ShippingServiceDescription>sample string 3</ShippingServiceDescription> <ShipToAddress> <Street1>sample string 1</Street1> <Street2>sample string 2</Street2> <City>sample string 3</City> <Region>sample string 4</Region> <Postalcode>sample string 5</Postalcode> <PostalZip4>sample string 6</PostalZip4> <CountryCode>sample string 7</CountryCode> </ShipToAddress> <ShipToCompany>sample string 4</ShipToCompany> <ShipToEmail>sample string 5</ShipToEmail> <ShipToAttention>sample string 6</ShipToAttention> <ShipToPhone>sample string 7</ShipToPhone> <Description>sample string 8</Description> <Status>Draft</Status> <SignatureRequired>true</SignatureRequired> <SaturdayDelivery>true</SaturdayDelivery> <ShipmentReadyDateTimeLocal>2024-12-25T08:56:26.1634073-05:00</ShipmentReadyDateTimeLocal> <CustomerCloseTimeLocal>2024-12-25T08:56:26.1634073-05:00</CustomerCloseTimeLocal> <CustomLabelDataHeader>sample string 11</CustomLabelDataHeader> <CustomLabelDataValue>sample string 12</CustomLabelDataValue> <Packages> <OrderDetailResponseShipmentPackage> <PackageId>1</PackageId> <Description>sample string 2</Description> <PackageTypeCode>sample string 3</PackageTypeCode> <PackageTypeDescription>sample string 4</PackageTypeDescription> <LengthInInches>5</LengthInInches> <WidthInInches>6</WidthInInches> <HeightInInches>7</HeightInInches> <DeclaredValue>1</DeclaredValue> <WeightInPounds>8</WeightInPounds> <TrackingNumber>sample string 9</TrackingNumber> <ApiReferenceNo>1</ApiReferenceNo> </OrderDetailResponseShipmentPackage> <OrderDetailResponseShipmentPackage> <PackageId>1</PackageId> <Description>sample string 2</Description> <PackageTypeCode>sample string 3</PackageTypeCode> <PackageTypeDescription>sample string 4</PackageTypeDescription> <LengthInInches>5</LengthInInches> <WidthInInches>6</WidthInInches> <HeightInInches>7</HeightInInches> <DeclaredValue>1</DeclaredValue> <WeightInPounds>8</WeightInPounds> <TrackingNumber>sample string 9</TrackingNumber> <ApiReferenceNo>1</ApiReferenceNo> </OrderDetailResponseShipmentPackage> </Packages> <Notifications> <ShipmentEmailNotification> <EmailAddress>sample string 1</EmailAddress> <NotificationOption>None</NotificationOption> </ShipmentEmailNotification> <ShipmentEmailNotification> <EmailAddress>sample string 1</EmailAddress> <NotificationOption>None</NotificationOption> </ShipmentEmailNotification> </Notifications> </OrderDetailResponseShipment> </Shipments> <TaxDetails> <OrderTaxDetail> <TaxCode>sample string 1</TaxCode> <TaxRatePercent>2</TaxRatePercent> <TaxableAmount>3</TaxableAmount> <TaxAmount>4</TaxAmount> </OrderTaxDetail> <OrderTaxDetail> <TaxCode>sample string 1</TaxCode> <TaxRatePercent>2</TaxRatePercent> <TaxableAmount>3</TaxableAmount> <TaxAmount>4</TaxAmount> </OrderTaxDetail> </TaxDetails> <CancellationComments> <DatedCommentDetail> <EnteredDate>2024-12-25T08:56:26.1634073-05:00</EnteredDate> <Comment>sample string 2</Comment> </DatedCommentDetail> <DatedCommentDetail> <EnteredDate>2024-12-25T08:56:26.1634073-05:00</EnteredDate> <Comment>sample string 2</Comment> </DatedCommentDetail> </CancellationComments> <OrderedByEmail>sample string 24</OrderedByEmail> <OrderedByPhoneNumber>sample string 25</OrderedByPhoneNumber> <OrderedByCompanyName>sample string 26</OrderedByCompanyName> <OrderedByAddress> <Street1>sample string 1</Street1> <Street2>sample string 2</Street2> <City>sample string 3</City> <Region>sample string 4</Region> <Postalcode>sample string 5</Postalcode> <PostalZip4>sample string 6</PostalZip4> <CountryCode>sample string 7</CountryCode> </OrderedByAddress> <IsEstimate>true</IsEstimate> <IsEstimateFinalized>true</IsEstimateFinalized> <BillingMethod>Account</BillingMethod> <OnAccountPaymentAvailable>true</OnAccountPaymentAvailable> <BillToCustomerCode>sample string 30</BillToCustomerCode> </OrderDetailResponse>