POST api/pedido/insertmensagem
Request Information
URI Parameters
None.
Body Parameters
MensagemPedidoCanalInputName | Description | Type | Additional information |
---|---|---|---|
PedidoId | integer |
None. |
|
CanalId | integer |
None. |
|
Mensagem | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PedidoId": 1, "CanalId": 2, "Mensagem": "sample string 3" }
application/xml, text/xml
Sample:
<MensagemPedidoCanalInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FormulaCertaAPI.Common.Input"> <CanalId>2</CanalId> <Mensagem>sample string 3</Mensagem> <PedidoId>1</PedidoId> </MensagemPedidoCanalInput>
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.