PUT api/{language}/contract/{contractId}/AccountStatement?deposit={deposit}&paymentTypeId={paymentTypeId}

Documentazione di 'Put'.

Request Information

Parameters

NameDescriptionAdditional information
language
Documentazione di 'language'.

Define this parameter in the request URI.

contractId
Documentazione di 'contractId'.

Define this parameter in the request URI.

deposit
Documentazione di 'deposit'.

Define this parameter in the request URI.

paymentTypeId
Documentazione di 'paymentTypeId'.

Define this parameter in the request URI.

a
Documentazione di 'a'.

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"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:

Sample not available.