POST api/{language}/contract/{ContractID}/RIBAManagement?Id_Company_Riba={Id_Company_Riba}&CreationDate={CreationDate}&Description={Description}&Total={Total}&IBAN={IBAN}&Bank={Bank}
Documentazione di 'Post_InsertElaborationDoc'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| language | Documentazione di 'language'. |
Define this parameter in the request URI. |
| Id_Company_Riba | Documentazione di 'Id_Company_Riba'. |
Define this parameter in the request URI. |
| CreationDate | Documentazione di 'CreationDate'. |
Define this parameter in the request URI. |
| Description | Documentazione di 'Description'. |
Define this parameter in the request URI. |
| Total | Documentazione di 'Total'. |
Define this parameter in the request URI. |
| IBAN | Documentazione di 'IBAN'. |
Define this parameter in the request URI. |
| Bank | Documentazione di 'Bank'. |
Define this parameter in the request URI. |
| ContractID | Documentazione di 'ContractID'. |
Define this parameter in the request URI. |
| ListRIBARows | Documentazione di 'ListRIBARows'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{
"ExpirationCode": 1,
"RegistryId": 1,
"Name": "sample string 2",
"DocumentId": 1,
"DocumentDate": "sample string 3",
"ExpirationDate": "sample string 4",
"DocumentType": "sample string 5",
"DocumentNumber": "sample string 6",
"Sign": "sample string 7",
"AmountToPay": 8.1,
"AmountPayed": 9.1,
"PreviousPayments": 10.1,
"FinalPayment": -11.1,
"PaymentDate": "sample string 11",
"TotalPayments": 19.2,
"CalculateTotalPayments": 12.1,
"CalculateFinalPayment": 13.1,
"RateNum": "sample string 14",
"Notes": "sample string 15",
"PaymentId": 16.0,
"PaymentDeadlineId": 1.0,
"Payment": "sample string 17",
"RIBA": "sample string 18",
"Bank": "sample string 19",
"IBAN": "sample string 20"
},
{
"ExpirationCode": 1,
"RegistryId": 1,
"Name": "sample string 2",
"DocumentId": 1,
"DocumentDate": "sample string 3",
"ExpirationDate": "sample string 4",
"DocumentType": "sample string 5",
"DocumentNumber": "sample string 6",
"Sign": "sample string 7",
"AmountToPay": 8.1,
"AmountPayed": 9.1,
"PreviousPayments": 10.1,
"FinalPayment": -11.1,
"PaymentDate": "sample string 11",
"TotalPayments": 19.2,
"CalculateTotalPayments": 12.1,
"CalculateFinalPayment": 13.1,
"RateNum": "sample string 14",
"Notes": "sample string 15",
"PaymentId": 16.0,
"PaymentDeadlineId": 1.0,
"Payment": "sample string 17",
"RIBA": "sample string 18",
"Bank": "sample string 19",
"IBAN": "sample string 20"
},
{
"ExpirationCode": 1,
"RegistryId": 1,
"Name": "sample string 2",
"DocumentId": 1,
"DocumentDate": "sample string 3",
"ExpirationDate": "sample string 4",
"DocumentType": "sample string 5",
"DocumentNumber": "sample string 6",
"Sign": "sample string 7",
"AmountToPay": 8.1,
"AmountPayed": 9.1,
"PreviousPayments": 10.1,
"FinalPayment": -11.1,
"PaymentDate": "sample string 11",
"TotalPayments": 19.2,
"CalculateTotalPayments": 12.1,
"CalculateFinalPayment": 13.1,
"RateNum": "sample string 14",
"Notes": "sample string 15",
"PaymentId": 16.0,
"PaymentDeadlineId": 1.0,
"Payment": "sample string 17",
"RIBA": "sample string 18",
"Bank": "sample string 19",
"IBAN": "sample string 20"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.