PUT Billings/PaymentInstallments/UpdateOverrideAmount/{paymentInstallmentID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
paymentInstallmentID

integer

Required

Body Parameters

PaymentInstallmentDTO
NameDescriptionTypeAdditional information
PaymentInstallmentID

integer

None.

PaymentPlanID

integer

None.

InstallmentDate

date

None.

Amount

decimal number

None.

OverrideAmount

decimal number

None.

Paid

boolean

None.

InPaymentBatch

boolean

None.

RecordState

RecordState

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

ClientID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "paymentInstallmentID": 1,
  "paymentPlanID": 2,
  "installmentDate": "2024-12-04T07:53:16.117483+00:00",
  "amount": 4.0,
  "overrideAmount": 1.0,
  "paid": true,
  "inPaymentBatch": true,
  "recordState": 1,
  "created": {
    "dateUtc": "2024-12-04T07:53:16.117483+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 7:53:16 AM"
  },
  "lastUpdated": {
    "dateUtc": "2024-12-04T07:53:16.117483+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 7:53:16 AM"
  },
  "clientID": 7
}

application/xml, text/xml

Sample:
<PaymentInstallmentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Billings.Models">
  <Amount>4</Amount>
  <ClientID>7</ClientID>
  <Created xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
    <d2p1:DateUtc>2024-12-04T07:53:16.117483+00:00</d2p1:DateUtc>
    <d2p1:UserName>sample string 2</d2p1:UserName>
  </Created>
  <InPaymentBatch>true</InPaymentBatch>
  <InstallmentDate>2024-12-04T07:53:16.117483+00:00</InstallmentDate>
  <LastUpdated xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
    <d2p1:DateUtc>2024-12-04T07:53:16.117483+00:00</d2p1:DateUtc>
    <d2p1:UserName>sample string 2</d2p1:UserName>
  </LastUpdated>
  <OverrideAmount>1</OverrideAmount>
  <Paid>true</Paid>
  <PaymentInstallmentID>1</PaymentInstallmentID>
  <PaymentPlanID>2</PaymentPlanID>
  <RecordState>Active</RecordState>
</PaymentInstallmentDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/x-compressed-json

Sample:
�͑1N1E�bM�����"wAi(@� �X��+{)�r2
����F4�t_����|�a�Ct��S!�,��%����9�����"9Р��R-D�,z}���f)e�ݮ���B�Ôt��7���n3���#z���Z���ɼ^��̐��K+�ɮʺt[Ş��X���#�F^0���B٧�jX�1~glHL�U�j
l>�6p���~����?��?}��B�

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, application/x-compressed-json

Sample:

Sample not available.