POST api/quote/{id}/process

It converts quote to sales and set Quote as Finalised

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Guid identifier of Quote Header record

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Returns true when Quote converted to Sale successfully.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel

Sample:

Sample not available.