POST api/v1/addrigotmp
Request Information
URI Parameters
None.
Body Parameters
RequestRigoMovimento| Name | Description | Type | Additional information |
|---|---|---|---|
| IdProg | integer |
None. |
|
| IdSession | string |
None. |
|
| IdUtente | integer |
None. |
|
| IdCliFor | integer |
None. |
|
| TipoMovimento | integer |
None. |
|
| CodAzienda | string |
None. |
|
| AnnoGestione | string |
None. |
|
| CodArt | string |
None. |
|
| Barcode | string |
None. |
|
| IdUm | integer |
None. |
|
| Qta | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdProg": 1,
"IdSession": "sample string 2",
"IdUtente": 3,
"IdCliFor": 4,
"TipoMovimento": 5,
"CodAzienda": "sample string 6",
"AnnoGestione": "sample string 7",
"CodArt": "sample string 8",
"Barcode": "sample string 9",
"IdUm": 10,
"Qta": 11.0
}
application/xml, text/xml
Sample:
<clsStrutture.RequestRigoMovimento xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI"> <AnnoGestione>sample string 7</AnnoGestione> <Barcode>sample string 9</Barcode> <CodArt>sample string 8</CodArt> <CodAzienda>sample string 6</CodAzienda> <IdCliFor>4</IdCliFor> <IdProg>1</IdProg> <IdSession>sample string 2</IdSession> <IdUm>10</IdUm> <IdUtente>3</IdUtente> <Qta>11</Qta> <TipoMovimento>5</TipoMovimento> </clsStrutture.RequestRigoMovimento>
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.