quoteCreateorderPost method

Implementation

Future<chopper.Response<WebApiModulesAgentOrderQuoteToOrderResponse>>
quoteCreateorderPost({
  required WebApiModulesAgentOrderQuoteToOrderRequest? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesAgentOrderQuoteToOrderResponse,
    () => WebApiModulesAgentOrderQuoteToOrderResponse.fromJsonFactory,
  );

  return _quoteCreateorderPost(body: body);
}