POST Billings/PaymentPlan/UpdatePaymentPlanAndRecalculate
Request Information
URI Parameters
None.
Body Parameters
PaymentPlanDTOName | Description | Type | Additional information |
---|---|---|---|
PaymentPlanID | integer |
None. |
|
ClientID | integer |
None. |
|
BUID | integer |
None. |
|
StartDate | date |
None. |
|
PaymentAmount | decimal number |
None. |
|
Installments | integer |
None. |
|
Recurrence | PaymentPlanFrequency |
None. |
|
PaymentMethod | PaymentMethod |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
Request Formats
application/json, text/json
Sample:
{ "paymentPlanID": 1, "clientID": 2, "buid": 3, "startDate": "2024-12-04T08:13:04.2616174+00:00", "paymentAmount": 5.0, "installments": 6, "recurrence": 1, "paymentMethod": 10, "recordState": 1, "created": { "dateUtc": "2024-12-04T08:13:04.2616174+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:13:04 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:13:04.2616174+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:13:04 AM" } }
application/xml, text/xml
Sample:
<PaymentPlanDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Billings.Models"> <BUID>3</BUID> <ClientID>2</ClientID> <Created xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <d2p1:DateUtc>2024-12-04T08:13:04.2616174+00:00</d2p1:DateUtc> <d2p1:UserName>sample string 2</d2p1:UserName> </Created> <Installments>6</Installments> <LastUpdated xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <d2p1:DateUtc>2024-12-04T08:13:04.2616174+00:00</d2p1:DateUtc> <d2p1:UserName>sample string 2</d2p1:UserName> </LastUpdated> <PaymentAmount>5</PaymentAmount> <PaymentMethod>Cash</PaymentMethod> <PaymentPlanID>1</PaymentPlanID> <RecordState>Active</RecordState> <Recurrence>Weekly</Recurrence> <StartDate>2024-12-04T08:13:04.2616174+00:00</StartDate> </PaymentPlanDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͎1N1E�bM���� w��P!A`v-X�����"�r2 ���W�����������y�ٝ�O�\zU�0V�-Z�k�[ ��ޱ�Y)�B��Vm-���T��� �E����SI�v��TSBhz�I �"�z�4_�ߧڪp��hx楸���c5�0����yJ���b��.����4�7���K��N�=1%���lZ��f��.��|����s��T��
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.