POST api/RegDiscountTag
Request Information
URI Parameters
None.
Body Parameters
RegDiscountTag| Name | Description | Type | Additional information |
|---|---|---|---|
| TagId | integer |
None. |
|
| Code | string |
None. |
|
| Title | string |
None. |
|
| MinPercent | integer |
None. |
|
| MaxPercent | integer |
None. |
|
| OrgId | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| IsDeleted | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TagId": 1,
"Code": "sample string 2",
"Title": "sample string 3",
"MinPercent": 4,
"MaxPercent": 5,
"OrgId": 6,
"CreatedBy": 7,
"CreatedOn": "2026-05-20T17:24:17.8211996+05:00",
"IsDeleted": 9
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"