POST DEL_OggettiAllegati
Request Information
URI Parameters
None.
Body Parameters
InputOggettiAllegati| Name | Description | Type | Additional information |
|---|---|---|---|
| WhereCondition | string |
None. |
|
| IDLicenzaAnagrafica | integer |
None. |
|
| PIVA | string |
None. |
|
| CodiceUnita | string |
None. |
|
| IDAllegato | integer |
None. |
|
| Data | string |
None. |
|
| IDOggetto | integer |
None. |
|
| NomeFile | string |
None. |
|
| Stato | string |
None. |
|
| IDAllegatoSync | integer |
None. |
|
| b64File | string |
None. |
|
| Descrizione | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"WhereCondition": "sample string 1",
"IDLicenzaAnagrafica": 2,
"PIVA": "sample string 3",
"CodiceUnita": "sample string 4",
"IDAllegato": 5,
"Data": "sample string 6",
"IDOggetto": 7,
"NomeFile": "sample string 8",
"Stato": "sample string 9",
"IDAllegatoSync": 10,
"b64File": "sample string 11",
"Descrizione": "sample string 12"
}
application/xml, text/xml
Sample:
<InputOggettiAllegati xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/nextSyncAppAPI"> <CodiceUnita>sample string 4</CodiceUnita> <Data>sample string 6</Data> <Descrizione>sample string 12</Descrizione> <IDAllegato>5</IDAllegato> <IDAllegatoSync>10</IDAllegatoSync> <IDLicenzaAnagrafica>2</IDLicenzaAnagrafica> <IDOggetto>7</IDOggetto> <NomeFile>sample string 8</NomeFile> <PIVA>sample string 3</PIVA> <Stato>sample string 9</Stato> <WhereCondition>sample string 1</WhereCondition> <b64File>sample string 11</b64File> </InputOggettiAllegati>
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. |