POST INS_Movimenti
Request Information
URI Parameters
None.
Body Parameters
InputMovimenti| Name | Description | Type | Additional information |
|---|---|---|---|
| IDLicenzaAnagrafica | integer |
None. |
|
| PIVA | string |
None. |
|
| CodiceUnita | string |
None. |
|
| Search | string |
None. |
|
| IDMovimento | integer |
None. |
|
| IDUtente | integer |
None. |
|
| IDArticolo | integer |
None. |
|
| Data | string |
None. |
|
| IDMagazzino | integer |
None. |
|
| IDMagazzinoDest | integer |
None. |
|
| IDTipoMovimento | integer |
None. |
|
| Quantita | decimal number |
None. |
|
| Prezzo | decimal number |
None. |
|
| Note | string |
None. |
|
| Stato | string |
None. |
|
| IDMovimentoSync | integer |
None. |
|
| OnlyToSync | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDLicenzaAnagrafica": 1,
"PIVA": "sample string 2",
"CodiceUnita": "sample string 3",
"Search": "sample string 4",
"IDMovimento": 5,
"IDUtente": 6,
"IDArticolo": 7,
"Data": "sample string 8",
"IDMagazzino": 9,
"IDMagazzinoDest": 10,
"IDTipoMovimento": 11,
"Quantita": 12.0,
"Prezzo": 13.0,
"Note": "sample string 14",
"Stato": "sample string 15",
"IDMovimentoSync": 16,
"OnlyToSync": 17
}
application/xml, text/xml
Sample:
<InputMovimenti xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/nextSyncAppAPI"> <CodiceUnita>sample string 3</CodiceUnita> <Data>sample string 8</Data> <IDArticolo>7</IDArticolo> <IDLicenzaAnagrafica>1</IDLicenzaAnagrafica> <IDMagazzino>9</IDMagazzino> <IDMagazzinoDest>10</IDMagazzinoDest> <IDMovimento>5</IDMovimento> <IDMovimentoSync>16</IDMovimentoSync> <IDTipoMovimento>11</IDTipoMovimento> <IDUtente>6</IDUtente> <Note>sample string 14</Note> <OnlyToSync>17</OnlyToSync> <PIVA>sample string 2</PIVA> <Prezzo>13</Prezzo> <Quantita>12</Quantita> <Search>sample string 4</Search> <Stato>sample string 15</Stato> </InputMovimenti>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |