POST api/{language}/contract/{contractId}/PaymentType
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. |
| paymentType | Documentazione di 'paymentType'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Description": "sample string 2",
"Cost": 3.0,
"IsBankPaper": true,
"VatCode": 5,
"ContractId": "sample string 6",
"Tender": 7,
"ID_Causale_Cli": "sample string 8",
"ID_Causale_For": "sample string 9",
"Descrizione_Cli": "sample string 10",
"Descrizione_For": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.