POST v1/Generic/CustomerOrderVersionEstPostageSummaryList

This is secure method and requires below attributes in header

Authorization: PRC Authorize Token
Authorization: Midnight Authorize Token
MISKEY: MIS Key

Request Information

URI Parameters

None.

Body Parameters

CustomerOrderVersionEstPostageSummaryList
NameDescriptionTypeAdditional information
OrderID

Provide OrderId to get the version list

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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CustomerOrderVersionEstPostageSummaryList'.

Response Information

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
  },
  {
    "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
  }
]

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>
  </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>
  </CustomerOrderVersionEstPostageSummaryListResponse>
</ArrayOfCustomerOrderVersionEstPostageSummaryListResponse>