PUT api/ShippingHeader/{Shipping_Number}/{Sales_Doc_Num}/{Sales_Doc_Type}
Update ShippingHeader objects
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Shipping_Number | No documentation available. |
Define this parameter in the request URI. |
| Sales_Doc_Num | No documentation available. |
Define this parameter in the request URI. |
| Sales_Doc_Type | No documentation available. |
Define this parameter in the request URI. |
| pShippingHeader | No documentation available. |
None. |
Request body formats
application/json, text/json
Sample:
{
"Shipping_Number": "sample string 1",
"Sales_Doc_Num": "sample string 2",
"Sales_Doc_Type": "sample string 3",
"Customer_PO_Num": "sample string 4",
"Carrier_Code": "sample string 5",
"Shipping_Method": "sample string 6",
"Shipping_Date": "2025-11-09T05:56:43.821-06:00",
"Delivery_Date": "2025-11-09T05:56:43.821-06:00",
"Shipping_Weight": 7.0,
"Order_Weight": 8.0,
"Bill_Of_Lading": "sample string 9",
"Carrier_Pro_Num": "sample string 10",
"Ship_Complete": true,
"ASN_Sent": true,
"Shipping_Label_Request": "sample string 11",
"Carrier_Name": "sample string 12",
"Shipping_Cost": 13.0,
"Labels_Printed": true,
"UserFieldData": [
{},
{},
{}
],
"UserFieldNames": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"Notifications": null
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"Shipping_Number": "sample string 1",
"Sales_Doc_Num": "sample string 2",
"Sales_Doc_Type": "sample string 3",
"Customer_PO_Num": "sample string 4",
"Carrier_Code": "sample string 5",
"Shipping_Method": "sample string 6",
"Shipping_Date": "2025-11-09T05:56:43.836-06:00",
"Delivery_Date": "2025-11-09T05:56:43.836-06:00",
"Shipping_Weight": 7.0,
"Order_Weight": 8.0,
"Bill_Of_Lading": "sample string 9",
"Carrier_Pro_Num": "sample string 10",
"Ship_Complete": true,
"ASN_Sent": true,
"Shipping_Label_Request": "sample string 11",
"Carrier_Name": "sample string 12",
"Shipping_Cost": 13.0,
"Labels_Printed": true,
"UserFieldData": [
{},
{},
{}
],
"UserFieldNames": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"Notifications": null
}