POST api/v1/readallmovimentotmp
Request Information
URI Parameters
None.
Body Parameters
RequestTabellaTmp| Name | Description | Type | Additional information |
|---|---|---|---|
| CodAzienda | string |
None. |
|
| AnnoGestione | string |
None. |
|
| IdUtente | integer |
None. |
|
| NomeTabella | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CodAzienda": "sample string 1",
"AnnoGestione": "sample string 2",
"IdUtente": 3,
"NomeTabella": "sample string 4"
}
application/xml, text/xml
Sample:
<clsStrutture.RequestTabellaTmp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI"> <AnnoGestione>sample string 2</AnnoGestione> <CodAzienda>sample string 1</CodAzienda> <IdUtente>3</IdUtente> <NomeTabella>sample string 4</NomeTabella> </clsStrutture.RequestTabellaTmp>
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.