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.CustomerInvoiceUpdateShippingInput
NameDescriptionTypeAdditional 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>

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'System.Web.Http.ModelBinding.JQueryMvcFormUrlEncodedFormatter' to write type 'CustomerInvoiceUpdateShippingInput'.

Response Information

Resource Description

Interprise.Web.Services.Http.MetadataOfInterprise.Web.Services.Models.CustomerInvoice
NameDescriptionTypeAdditional information
data

Interprise.Web.Services.Http.DataNodeOfInterprise.Web.Services.Models.CustomerInvoice

None.

links

Interprise.Web.Services.Http.LinksNode

None.

Response Formats

Sample not available.