POST Billings/PaymentInstallments?validateOnly={validateOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
validateOnly

boolean

Default value is False

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:52:26.9805563+00:00",
  "amount": 4.0,
  "overrideAmount": 1.0,
  "paid": true,
  "inPaymentBatch": true,
  "recordState": 1,
  "created": {
    "dateUtc": "2024-12-04T07:52:26.9805563+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 7:52:26 AM"
  },
  "lastUpdated": {
    "dateUtc": "2024-12-04T07:52:26.9805563+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 7:52:26 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:52:26.9805563+00:00</d2p1:DateUtc>
    <d2p1:UserName>sample string 2</d2p1:UserName>
  </Created>
  <InPaymentBatch>true</InPaymentBatch>
  <InstallmentDate>2024-12-04T07:52:26.9805563+00:00</InstallmentDate>
  <LastUpdated xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
    <d2p1:DateUtc>2024-12-04T07:52:26.9805563+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��x�n���E�`d[`�����HQ��Qp$��6������f���������3�����k���#9���-�R�v�șh_�JuR����Nt���F%p�Џ�@�s��?ؔ����l�9�3�(��v�{7H���&��d���Z�t�E���"���3f��0T��a�eJ.�2Y�<����;c}d�\��Z���l�g3��_p�w�W�/q��

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.