POST v1/Order/OrderVersionPostageInsert
Request Information
URI Parameters
None.
Body Parameters
OrderVersionPostageName | Description | Type | Additional information |
---|---|---|---|
OrderVersionPostageID | integer |
None. |
|
VersionID | integer |
None. |
|
PostageAffixID | integer |
None. |
|
PostageAffixName | string |
None. |
|
PostageQuantity | integer |
None. |
|
PostageRate | decimal number |
None. |
|
PostageMarkupType | string |
None. |
|
PostageMarkupValue | decimal number |
None. |
|
PostageSellRate | decimal number |
None. |
|
PostageTotal | decimal number |
None. |
|
DateUsed | string |
None. |
|
MailClassID | integer |
None. |
|
TotalWeight | decimal number |
None. |
|
FormNo | string |
None. |
|
LOT | string |
None. |
|
PermitNo | string |
None. |
|
NonProfit | string |
None. |
|
PostOffice | string |
None. |
|
POCity | string |
None. |
|
POZIP | string |
None. |
|
WTStatus | string |
None. |
|
ProcessingCategory | string |
None. |
|
FTtr1 | integer |
None. |
|
FTtr2 | integer |
None. |
|
Sacks | integer |
None. |
|
Pallets | integer |
None. |
|
FlatTr | integer |
None. |
|
Other | integer |
None. |
|
TareWt | decimal number |
None. |
|
Precanceled | string |
None. |
|
IfExistIDDateAppendDetailUpdateHeader | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "OrderVersionPostageID": 1, "VersionID": 1, "PostageAffixID": 1, "PostageAffixName": "sample string 1", "PostageQuantity": 1, "PostageRate": 1.0, "PostageMarkupType": "sample string 2", "PostageMarkupValue": 1.0, "PostageSellRate": 1.0, "PostageTotal": 1.0, "DateUsed": "sample string 3", "MailClassID": 1, "TotalWeight": 1.0, "FormNo": "sample string 5", "LOT": "sample string 6", "PermitNo": "sample string 7", "NonProfit": "sample string 8", "PostOffice": "sample string 9", "POCity": "sample string 10", "POZIP": "sample string 11", "WTStatus": "sample string 12", "ProcessingCategory": "sample string 13", "FTtr1": 1, "FTtr2": 1, "Sacks": 1, "Pallets": 1, "FlatTr": 1, "Other": 1, "TareWt": 1.0, "Precanceled": "sample string 14", "IfExistIDDateAppendDetailUpdateHeader": true }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
OrderVersionPostageInsertOutputName | Description | Type | Additional information |
---|---|---|---|
OrderVersionPostageID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "OrderVersionPostageID": 1 }
application/xml, text/xml
Sample:
<OrderVersionPostageInsertOutput xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <OrderVersionPostageID>1</OrderVersionPostageID> </OrderVersionPostageInsertOutput>