POST api/Law/SendLaw
Request Information
URI Parameters
None.
Body Parameters
SendLawModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdLaw | integer |
None. |
|
| Emails | string |
None. |
|
| Subject | string |
None. |
|
| Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdLaw": 1,
"Emails": "sample string 2",
"Subject": "sample string 3",
"Message": "sample string 4"
}
application/xml, text/xml
Sample:
<SendLawModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalMind.AgendaV3.WebApi.Models"> <Emails>sample string 2</Emails> <IdLaw>1</IdLaw> <Message>sample string 4</Message> <Subject>sample string 3</Subject> </SendLawModel>
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.