POST api/{language}/contract/{contractId}/Payment
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. |
| payment | Documentazione di 'payment'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"Description": "sample string 2",
"Duty1": 3,
"Duty2": 4,
"Duty3": 5,
"Duty4": 6,
"Duty5": 7,
"Duty6": 8,
"Duty7": 9,
"Duty8": 10,
"Duty9": 11,
"Duty10": 12,
"Duty11": 13,
"Duty12": 14,
"Duty13": 15,
"Duty14": 16,
"Duty15": 17,
"Duty16": 18,
"Duty17": 19,
"Duty18": 20,
"PaymentTypeId": "sample string 21",
"DutyNumber": 22,
"IsEndOfMonth": true,
"IsEndOfMonthStart": true,
"SdiPaymentTypeId": "sample string 25"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.