POST api/EditionMaster/SaveEditionMaster
Request Information
URI Parameters
None.
Body Parameters
EditionMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ | integer |
None. |
|
| Id | integer |
None. |
|
| NewspaperId | integer |
None. |
|
| NewspaperName | string |
None. |
|
| Edition | string |
None. |
|
| Circulation | string |
None. |
|
| AdRate | decimal number |
None. |
|
| Zone | string |
None. |
|
| CityId | integer |
None. |
|
| City | string |
None. |
|
| StateId | integer |
None. |
|
| State | string |
None. |
|
| CategoryId | integer |
None. |
|
| Category | string |
None. |
|
| LanguageId | integer |
None. |
|
| Language | string |
None. |
|
| IsActive | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"SEQ": 1,
"Id": 2,
"NewspaperId": 3,
"NewspaperName": "sample string 4",
"Edition": "sample string 5",
"Circulation": "sample string 6",
"AdRate": 7.0,
"Zone": "sample string 8",
"CityId": 9,
"City": "sample string 10",
"StateId": 11,
"State": "sample string 12",
"CategoryId": 13,
"Category": "sample string 14",
"LanguageId": 15,
"Language": "sample string 16",
"IsActive": 17,
"TotalCount": 18
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.