PUT api/Orcamentos/ConverterOrcamento?idCliente={idCliente}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idCliente | integer |
Required |
Body Parameters
RequestOrcamentoConversaoName | Description | Type | Additional information |
---|---|---|---|
IdOrcamento | integer |
None. |
|
NumeroPedidoCliente | string |
None. |
|
DataEntregaProgramada | date |
None. |
|
TipoEntrega | integer |
None. |
|
TipoEnvio | integer |
None. |
|
ObservacaoConversao | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IdOrcamento": 1, "NumeroPedidoCliente": "sample string 2", "DataEntregaProgramada": "2024-11-28T14:32:13.6068942-03:00", "TipoEntrega": 3, "TipoEnvio": 4, "ObservacaoConversao": "sample string 5" }
application/xml, text/xml
Sample:
<RequestOrcamentoConversao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Util"> <DataEntregaProgramada>2024-11-28T14:32:13.6068942-03:00</DataEntregaProgramada> <IdOrcamento>1</IdOrcamento> <NumeroPedidoCliente>sample string 2</NumeroPedidoCliente> <ObservacaoConversao>sample string 5</ObservacaoConversao> <TipoEntrega>3</TipoEntrega> <TipoEnvio>4</TipoEnvio> </RequestOrcamentoConversao>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.