POST api/{language}/FirstKnowRows
Documentazione di 'Post'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| language | Documentazione di 'language'. |
Define this parameter in the request URI. |
| fKRows | Documentazione di 'fKRows'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID_Contratto": "sample string 1",
"ID_Rigo": 2,
"ID_Testata": 3,
"Descrizione": "sample string 4",
"ImportoD": 5.0,
"ImportoA": 6.0,
"Imponibile": 7.0,
"ID_CodiceIVA": "sample string 8",
"AnnoPartita": 9,
"NPartita": 10,
"ID_Link": 11,
"NomeConto": "sample string 12",
"DescrizioneConto": "sample string 13",
"ID_LinkCP": 14,
"TipoConto": 15,
"TipoContoCP": 16,
"Tipo": 17,
"Automatica": 18,
"DareAvere": 19
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
1