POST salesorder/convertquote

Convert quote to sales order

Request Information

URI Parameters

None.

Body Parameters

Interprise.Web.Services.Models.ConvertQuoteInput
NameDescriptionTypeAdditional information
DocumentCode

Document code

string

None.

Request Formats

{
  "documentCode": "sample string 1"
}
<ConvertQuoteInput xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <DocumentCode>sample string 1</DocumentCode>
</ConvertQuoteInput>

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

Response Information

Resource Description

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

Interprise.Web.Services.Http.DataNodeOfInterprise.Web.Services.Models.ConvertQuoteInput

None.

links

Interprise.Web.Services.Http.LinksNode

None.

Response Formats

Sample not available.