POST api/servizicontrol/memorizza
Request Information
URI Parameters
None.
Body Parameters
MemorizzaRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Service | string |
None. |
|
| Json | string |
None. |
|
| Messaggio | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Service": "sample string 1",
"Json": "sample string 2",
"Messaggio": "sample string 3"
}
application/xml, text/xml
Sample:
<MemorizzaRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PagoPaApi.Models"> <Json>sample string 2</Json> <Messaggio>sample string 3</Messaggio> <Service>sample string 1</Service> </MemorizzaRequest>
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.