PUT Billings/PaymentPlan/{paymentPlanID}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
paymentPlanID | integer |
Required |
|
validateOnly | boolean |
Default value is False |
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-04T07:45:03.5292821+00:00", "paymentAmount": 5.0, "installments": 6, "recurrence": 1, "paymentMethod": 10, "recordState": 1, "created": { "dateUtc": "2024-12-04T07:45:03.5292821+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:45:03 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T07:45:03.5292821+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:45:03 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-04T07:45:03.5292821+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-04T07:45:03.5292821+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-04T07:45:03.5292821+00:00</StartDate> </PaymentPlanDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͎=n�0��"p��P��m�tHP��T�H H�!QC�dz�^���N]:v#�#�����g���S�g����й�u���ЃYKHl#o-Ш���l���4�����O�Q�;D��'w��L�D C()�U=�����1R�hn���?�Ҫp�c��sq��T�b��/Á�?��Dqo}�O�O�D�8����L�{O�=1��Y� q��\$8��0���� [�E�
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.