GET api/{language}/AccountingPlanSection
Documentazione di 'Get'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| language | Documentazione di 'language'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Sezione": 1,
"TestoSezione": "sample string 2"
},
{
"Sezione": 1,
"TestoSezione": "sample string 2"
},
{
"Sezione": 1,
"TestoSezione": "sample string 2"
}
]