POST api/pedido/setformapagamento
Request Information
URI Parameters
None.
Body Parameters
SetPagamentoBindingModelName | Description | Type | Additional information |
---|---|---|---|
PedidoId | integer |
Required |
|
CanalId | integer |
Required |
|
FormaPagamentoId | integer |
Required |
|
ValorPagamento | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "PedidoId": 1, "CanalId": 2, "FormaPagamentoId": 3, "ValorPagamento": 1.0 }
application/xml, text/xml
Sample:
<SetPagamentoBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FormulaCertaAPI.Models"> <CanalId>2</CanalId> <FormaPagamentoId>3</FormaPagamentoId> <PedidoId>1</PedidoId> <ValorPagamento>1</ValorPagamento> </SetPagamentoBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.