POST api/vendors/UpdateProfile

Request Information

URI Parameters

None.

Body Parameters

VendorProfile
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

address

string

None.

phone

string

None.

logo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "address": "sample string 3",
  "phone": "sample string 4",
  "logo": "sample string 5"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.