POST api/preistruttoria/sendmail
Request Information
URI Parameters
None.
Body Parameters
CrmTokenRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactId | globally unique identifier |
None. |
|
| IncidentId | globally unique identifier |
None. |
|
| Nome | string |
None. |
|
| Cognome | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContactId": "17dfd3be-e49e-45fc-88bf-13fd5aed7ebb",
"IncidentId": "929e94bd-b937-4619-9ba6-3262cc55cd7f",
"Nome": "sample string 3",
"Cognome": "sample string 4",
"Email": "sample string 5"
}
application/xml, text/xml
Sample:
<CrmTokenRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inlinea.AssoAste.WebAPI.Models"> <Cognome>sample string 4</Cognome> <ContactId>17dfd3be-e49e-45fc-88bf-13fd5aed7ebb</ContactId> <Email>sample string 5</Email> <IncidentId>929e94bd-b937-4619-9ba6-3262cc55cd7f</IncidentId> <Nome>sample string 3</Nome> </CrmTokenRequest>
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.