POST api/AddUpdateTaxObligation

Request Information

URI Parameters

None.

Body Parameters

TaxObligationModel
Name Description Type Additional information
TAX_OBLIGATION_ID

integer

None.

StrTAX_OBLIGATION_ID

string

None.

TAX_OBLIGATION_NAME

string

None.

CREATED_BY

integer

None.

CREATED_USER_NAME

string

None.

CREATED_DATE

date

None.

StrCREATED_DATE

string

None.

UPDATED_BY

integer

None.

UPDATED_USER_NAME

string

None.

UPDATED_DATE

date

None.

StrUPDATED_DATE

string

None.

IS_DELETED

boolean

None.

CLIENT_ID

integer

None.

CLIENT_NAME

string

None.

MODIFY_BY

string

None.

MODIFY_DATE

string

None.

DISPLAY_ORDER

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TAX_OBLIGATION_ID": 1,
  "StrTAX_OBLIGATION_ID": "sample string 2",
  "TAX_OBLIGATION_NAME": "sample string 3",
  "CREATED_BY": 4,
  "CREATED_USER_NAME": "sample string 5",
  "CREATED_DATE": "2025-06-23T12:10:00.8044375+00:00",
  "StrCREATED_DATE": "sample string 7",
  "UPDATED_BY": 1,
  "UPDATED_USER_NAME": "sample string 8",
  "UPDATED_DATE": "2025-06-23T12:10:00.8044375+00:00",
  "StrUPDATED_DATE": "sample string 9",
  "IS_DELETED": true,
  "CLIENT_ID": 1,
  "CLIENT_NAME": "sample string 11",
  "MODIFY_BY": "sample string 12",
  "MODIFY_DATE": "sample string 13",
  "DISPLAY_ORDER": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseApiResponse
Name Description Type Additional information
Success

boolean

None.

Message

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": [
    "sample string 1",
    "sample string 2"
  ]
}