POST v1/Generic/CustomerOrderVersionEstPostageSummaryList
Request Information
URI Parameters
None.
Body Parameters
CustomerOrderVersionEstPostageSummaryListName | Description | Type | Additional information |
---|---|---|---|
OrderID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "OrderID": 1 }
application/xml, text/xml
Sample:
<CustomerOrderVersionEstPostageSummaryList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <OrderID>1</OrderID> </CustomerOrderVersionEstPostageSummaryList>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of CustomerOrderVersionEstPostageSummaryListResponseName | Description | Type | Additional information |
---|---|---|---|
OrderID | integer |
None. |
|
VersionID | integer |
None. |
|
Suffix | integer |
None. |
|
Name | string |
None. |
|
Quantity | decimal number |
None. |
|
EstimatedPostageAmount | decimal number |
None. |
|
DueDate | string |
None. |
|
InvoiceAmt | decimal number |
None. |
|
TotalDue | decimal number |
None. |
|
BillToAddress | BillToAddress |
None. |
Response Formats
application/json, text/json
Sample:
[ { "OrderID": 1, "VersionID": 2, "Suffix": 3, "Name": "sample string 4", "Quantity": 5.0, "EstimatedPostageAmount": 6.0, "DueDate": "sample string 7", "InvoiceAmt": 8.0, "TotalDue": 9.0, "BillToAddress": { "Attn": "sample string 7", "Address1": "sample string 8", "Address2": "sample string 9", "Address3": "sample string 10", "City": "sample string 11", "State": "sample string 12", "Zip": "sample string 13", "Country": "sample string 14" } }, { "OrderID": 1, "VersionID": 2, "Suffix": 3, "Name": "sample string 4", "Quantity": 5.0, "EstimatedPostageAmount": 6.0, "DueDate": "sample string 7", "InvoiceAmt": 8.0, "TotalDue": 9.0, "BillToAddress": { "Attn": "sample string 7", "Address1": "sample string 8", "Address2": "sample string 9", "Address3": "sample string 10", "City": "sample string 11", "State": "sample string 12", "Zip": "sample string 13", "Country": "sample string 14" } } ]
application/xml, text/xml
Sample:
<ArrayOfCustomerOrderVersionEstPostageSummaryListResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <CustomerOrderVersionEstPostageSummaryListResponse> <OrderID>1</OrderID> <VersionID>2</VersionID> <Suffix>3</Suffix> <Name>sample string 4</Name> <Quantity>5</Quantity> <EstimatedPostageAmount>6</EstimatedPostageAmount> <DueDate>sample string 7</DueDate> <InvoiceAmt>8</InvoiceAmt> <TotalDue>9</TotalDue> <BillToAddress> <AddressType>sample string 1</AddressType> <Attn>sample string 7</Attn> <Address1>sample string 8</Address1> <Address2>sample string 9</Address2> <Address3>sample string 10</Address3> <City>sample string 11</City> <State>sample string 12</State> <Zip>sample string 13</Zip> <Country>sample string 14</Country> <Phone1>sample string 2</Phone1> <ExtPhone1>sample string 3</ExtPhone1> <Phone2>sample string 4</Phone2> <ExtPhone2>sample string 5</ExtPhone2> <Email>sample string 6</Email> </BillToAddress> </CustomerOrderVersionEstPostageSummaryListResponse> <CustomerOrderVersionEstPostageSummaryListResponse> <OrderID>1</OrderID> <VersionID>2</VersionID> <Suffix>3</Suffix> <Name>sample string 4</Name> <Quantity>5</Quantity> <EstimatedPostageAmount>6</EstimatedPostageAmount> <DueDate>sample string 7</DueDate> <InvoiceAmt>8</InvoiceAmt> <TotalDue>9</TotalDue> <BillToAddress> <AddressType>sample string 1</AddressType> <Attn>sample string 7</Attn> <Address1>sample string 8</Address1> <Address2>sample string 9</Address2> <Address3>sample string 10</Address3> <City>sample string 11</City> <State>sample string 12</State> <Zip>sample string 13</Zip> <Country>sample string 14</Country> <Phone1>sample string 2</Phone1> <ExtPhone1>sample string 3</ExtPhone1> <Phone2>sample string 4</Phone2> <ExtPhone2>sample string 5</ExtPhone2> <Email>sample string 6</Email> </BillToAddress> </CustomerOrderVersionEstPostageSummaryListResponse> </ArrayOfCustomerOrderVersionEstPostageSummaryListResponse>