POST api/Payment/Update
Request Information
URI Parameters
None.
Body Parameters
PaymentAPI| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| PaymentDate | date |
None. |
|
| ClosingDate | date |
None. |
|
| PreviousMonthBalance | decimal number |
None. |
|
| MonthBilling | decimal number |
None. |
|
| BillIncludeTaxAmount | decimal number |
None. |
|
| MonthBalance | decimal number |
None. |
|
| AdjustAmount | decimal number |
None. |
|
| OtherAdjustAmount | decimal number |
None. |
|
| PaymentIncludeTaxAmount | decimal number |
None. |
|
| MemberShipFee | decimal number |
None. |
|
| Commission | decimal number |
None. |
|
| TransferAmountWithCommission | decimal number |
None. |
|
| TransferAmount | decimal number |
None. |
|
| Remarks | string |
None. |
|
| ConfirmationCheck | integer |
None. |
|
| BuilderId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedById | integer |
None. |
|
| ModifiedById | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"GroupId": 1,
"PaymentDate": "2025-12-10T05:48:03.9839532+00:00",
"ClosingDate": "2025-12-10T05:48:03.9839532+00:00",
"PreviousMonthBalance": 4.0,
"MonthBilling": 5.0,
"BillIncludeTaxAmount": 6.0,
"MonthBalance": 7.0,
"AdjustAmount": 8.0,
"OtherAdjustAmount": 9.0,
"PaymentIncludeTaxAmount": 10.0,
"MemberShipFee": 11.0,
"Commission": 12.0,
"TransferAmountWithCommission": 13.0,
"TransferAmount": 1.0,
"Remarks": "sample string 14",
"ConfirmationCheck": 1,
"BuilderId": 1,
"CreatedDate": "2025-12-10T05:48:03.9839532+00:00",
"ModifiedDate": "2025-12-10T05:48:03.9839532+00:00",
"CreatedById": 17,
"ModifiedById": 18
}
application/xml, text/xml
Sample:
<PaymentAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data"> <BuilderId>1</BuilderId> <CreatedById>17</CreatedById> <CreatedDate>2025-12-10T05:48:03.9839532+00:00</CreatedDate> <ModifiedById>18</ModifiedById> <ModifiedDate>2025-12-10T05:48:03.9839532+00:00</ModifiedDate> <AdjustAmount>8</AdjustAmount> <BillIncludeTaxAmount>6</BillIncludeTaxAmount> <ClosingDate>2025-12-10T05:48:03.9839532+00:00</ClosingDate> <Commission>12</Commission> <ConfirmationCheck>1</ConfirmationCheck> <GroupId>1</GroupId> <MemberShipFee>11</MemberShipFee> <MonthBalance>7</MonthBalance> <MonthBilling>5</MonthBilling> <OtherAdjustAmount>9</OtherAdjustAmount> <PaymentDate>2025-12-10T05:48:03.9839532+00:00</PaymentDate> <PaymentIncludeTaxAmount>10</PaymentIncludeTaxAmount> <PreviousMonthBalance>4</PreviousMonthBalance> <Remarks>sample string 14</Remarks> <TransferAmountWithCommission>13</TransferAmountWithCommission> </PaymentAPI>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |