POST formula
Request Information
URI Parameters
None.
Body Parameters
FiscaalGemak.Web.Api.Models.Models.FormulaParseViewModelName | Description | Type | Additional information |
---|---|---|---|
declarationId | integer |
Required |
|
formulas | Collection of string |
Required |
|
languageCode | FiscaalGemak.Core.Common.Enums.LanguageCode |
None. |
|
clientId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "declarationId": 1, "formulas": [ "sample string 1", "sample string 2" ], "languageCode": 0, "clientId": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of FiscaalGemak.Web.Api.Models.Models.FormulaParseResultModelName | Description | Type | Additional information |
---|---|---|---|
Formula | string |
None. |
|
ParsedFormula | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Formula": "sample string 1", "ParsedFormula": "sample string 2" }, { "Formula": "sample string 1", "ParsedFormula": "sample string 2" } ]