POST api/AccCPaymentSection
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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:22:54.4480747+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:22:54.4480747+05:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}