PUT Billings/PaymentInstallments/{paymentInstallmentID}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
paymentInstallmentID | integer |
Required |
|
validateOnly | boolean |
Default value is False |
Body Parameters
PaymentInstallmentDTOName | Description | Type | Additional 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-04T08:10:26.9137819+00:00", "amount": 4.0, "overrideAmount": 1.0, "paid": true, "inPaymentBatch": true, "recordState": 1, "created": { "dateUtc": "2024-12-04T08:10:26.9137819+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:10:26 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:10:26.9137819+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:10: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-04T08:10:26.9137819+00:00</d2p1:DateUtc> <d2p1:UserName>sample string 2</d2p1:UserName> </Created> <InPaymentBatch>true</InPaymentBatch> <InstallmentDate>2024-12-04T08:10:26.9137819+00:00</InstallmentDate> <LastUpdated xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <d2p1:DateUtc>2024-12-04T08:10:26.9137819+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���fEwAi(@� �V�d{W�,R�d�+`��(h(�������|�8����=�B�EnAK~ vSs�3�Er�A �ͤ���E��Z����v���!��c?&��������L�l�ނ�<�ֱ��G2�W7;�g�L���f���.��V�'�G��������Cp�P���T �#�����I����M���������.�_�����
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.