POST api/{language}/contract/{contractId}/VatRate
Documentazione di 'Post'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| language | Documentazione di 'language'. |
Define this parameter in the request URI. |
| contractId | Documentazione di 'contractId'. |
Define this parameter in the request URI. |
| vatRate | Documentazione di 'vatRate'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Description": "sample string 2",
"IsDefault": true,
"Rate": 4.0,
"ExternalCode": "sample string 5",
"NatureSDI": "sample string 6",
"IdLinkA": "sample string 7",
"IdLinkV": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.