POST api/alertamsn

Request Information

URI Parameters

None.

Body Parameters

MsjRQT
NameDescriptionTypeAdditional information
Numero

string

None.

Msj

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Numero": "sample string 1",
  "Msj": "sample string 2"
}

text/xml

Sample:
<MsjRQT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContransAPI.Models">
  <Msj>sample string 2</Msj>
  <Numero>sample string 1</Numero>
</MsjRQT>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MsjRQT'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>