GET api/VociOggettoProtocollo/GetAll/{preventivabile}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
preventivabile | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Collection of VoceOggettoProtocolloName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
voce | string |
None. |
|
voceOggetto | string |
None. |
|
orderBy | integer |
None. |
|
idNoVoceOggetto | integer |
None. |
|
checkFondoSpese | boolean |
None. |
|
certificatoPrevisto | boolean |
None. |
|
isFatturabile | boolean |
None. |
|
autoCompletamentoVPS | boolean |
None. |
|
tipoVoce | eTipoVoceOggetto |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "voce": "sample string 2", "voceOggetto": "sample string 3", "orderBy": 1, "idNoVoceOggetto": 1, "checkFondoSpese": true, "certificatoPrevisto": true, "isFatturabile": true, "autoCompletamentoVPS": true, "tipoVoce": 1 }, { "id": 1, "voce": "sample string 2", "voceOggetto": "sample string 3", "orderBy": 1, "idNoVoceOggetto": 1, "checkFondoSpese": true, "certificatoPrevisto": true, "isFatturabile": true, "autoCompletamentoVPS": true, "tipoVoce": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfVoceOggettoProtocollo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inlinea.Astegiudiziarie.BL"> <VoceOggettoProtocollo> <autoCompletamentoVPS>true</autoCompletamentoVPS> <certificatoPrevisto>true</certificatoPrevisto> <checkFondoSpese>true</checkFondoSpese> <id>1</id> <idNoVoceOggetto>1</idNoVoceOggetto> <isFatturabile>true</isFatturabile> <orderBy>1</orderBy> <voce>sample string 2</voce> <voceOggetto>sample string 3</voceOggetto> </VoceOggettoProtocollo> <VoceOggettoProtocollo> <autoCompletamentoVPS>true</autoCompletamentoVPS> <certificatoPrevisto>true</certificatoPrevisto> <checkFondoSpese>true</checkFondoSpese> <id>1</id> <idNoVoceOggetto>1</idNoVoceOggetto> <isFatturabile>true</isFatturabile> <orderBy>1</orderBy> <voce>sample string 2</voce> <voceOggetto>sample string 3</voceOggetto> </VoceOggettoProtocollo> </ArrayOfVoceOggettoProtocollo>