POST Billings/PaymentPlan?validateOnly={validateOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
validateOnly

boolean

Default value is False

Body Parameters

PaymentPlanDTO
NameDescriptionTypeAdditional 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:17:15.1037937+00:00",
  "paymentAmount": 5.0,
  "installments": 6,
  "recurrence": 1,
  "paymentMethod": 10,
  "recordState": 1,
  "created": {
    "dateUtc": "2024-12-04T08:17:15.1037937+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 8:17:15 AM"
  },
  "lastUpdated": {
    "dateUtc": "2024-12-04T08:17:15.1037937+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 8:17:15 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:17:15.1037937+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:17:15.1037937+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:17:15.1037937+00:00</StartDate>
</PaymentPlanDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/x-compressed-json

Sample:
�͎1N1E�bM�����EJC�9���J�we��(��(8W�^����n��������f{������$�n,B]���<`	�m�eu�Rz�����]+l����A4� rw~ʁ�l�(a%Ź�'0�"�9F
=-�ן��TZ.S�y)�p��X�3e8r�G��(>Z_���#�8��M�b�콍�ߞ��Pz�nj��f��.�M|����s�����

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.