PUT api/AccCPaymentSection?uid={uid}&restore={restore}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| uid | integer |
Required |
|
| restore | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AccPaymentSection| Name | Description | Type | Additional information |
|---|---|---|---|
| SectionId | integer |
None. |
|
| Code | string |
None. |
|
| Section | string |
None. |
|
| TaxNature | string |
None. |
|
| TaxPaymentSection | string |
None. |
|
| IsDeleted | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"SectionId": 1,
"Code": "sample string 2",
"Section": "sample string 3",
"TaxNature": "sample string 4",
"TaxPaymentSection": "sample string 5",
"IsDeleted": 6,
"CreatedBy": 7,
"CreatedOn": "2026-05-20T17:06:14.6734551+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:06:14.6734551+05:00"
}