POST api/Advertisement/UpdateClient

Request Information

URI Parameters

None.

Body Parameters

UpdateAdvClientReqModel
NameDescriptionTypeAdditional information
Id

integer

Required

CompanyName

string

Required

String length: inclusive between 0 and 100

ContactPerson

string

Required

String length: inclusive between 0 and 100

ContactNo

string

Required

String length: inclusive between 0 and 20

EmailID

string

String length: inclusive between 0 and 200

Address

string

String length: inclusive between 0 and 200

City

string

String length: inclusive between 0 and 100

Dist

string

String length: inclusive between 0 and 100

State

string

String length: inclusive between 0 and 100

sts

string

Required

String length: inclusive between 0 and 10

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CompanyName": "sample string 1",
  "ContactPerson": "sample string 2",
  "ContactNo": "sample string 3",
  "EmailID": "sample string 4",
  "Address": "sample string 5",
  "City": "sample string 6",
  "Dist": "sample string 7",
  "State": "sample string 8",
  "sts": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.