PUT invoice/shippingmethod
By Invoice Document Code(s), Tick Freight Box, Update Shipping Method and Notes
Request Information
URI Parameters
None.
Body Parameters
Invoice shipping method details
Interprise.Web.Services.Models.CustomerInvoiceUpdateShippingInputName | Description | Type | Additional information |
---|---|---|---|
InvoiceCode |
Customer invoice document code |
string |
None. |
ShippingMethodCode | string |
None. |
|
Notes | string |
None. |
Request Formats
{ "invoiceCode": "sample string 1", "shippingMethodCode": "sample string 2", "notes": "sample string 3" }
<CustomerInvoiceUpdateShippingInput xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <InvoiceCode>sample string 1</InvoiceCode> <ShippingMethodCode>sample string 2</ShippingMethodCode> <Notes>sample string 3</Notes> </CustomerInvoiceUpdateShippingInput>
Response Information
Resource Description
Interprise.Web.Services.Http.MetadataOfInterprise.Web.Services.Models.CustomerInvoiceName | Description | Type | Additional information |
---|---|---|---|
data | Interprise.Web.Services.Http.DataNodeOfInterprise.Web.Services.Models.CustomerInvoice |
None. |
|
links | Interprise.Web.Services.Http.LinksNode |
None. |
Response Formats
Sample not available.