POST api/AccCPaymentSection

Request Information

URI Parameters

None.

Body Parameters

AccPaymentSection
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AccPaymentSection'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}