PUT api/vendor/account-settings

Request Information

URI Parameters

None.

Body Parameters

VendorAccountSettingsDto
NameDescriptionTypeAdditional information
FirstName

string

Required

LastName

string

Required

Description

string

None.

Address

string

None.

GSTNumber

string

None.

BusinessLicense

string

None.

ProfileImageUrl

string

None.

CoverImageUrl

string

None.

LicenseImageUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FirstName": "sample string 1",
  "LastName": "sample string 2",
  "Description": "sample string 3",
  "Address": "sample string 4",
  "GSTNumber": "sample string 5",
  "BusinessLicense": "sample string 6",
  "ProfileImageUrl": "sample string 7",
  "CoverImageUrl": "sample string 8",
  "LicenseImageUrl": "sample string 9"
}

application/xml, text/xml

Sample:
<VendorAccountSettingsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EventBomb.Dtos">
  <Address>sample string 4</Address>
  <BusinessLicense>sample string 6</BusinessLicense>
  <CoverImageUrl>sample string 8</CoverImageUrl>
  <Description>sample string 3</Description>
  <FirstName>sample string 1</FirstName>
  <GSTNumber>sample string 5</GSTNumber>
  <LastName>sample string 2</LastName>
  <LicenseImageUrl>sample string 9</LicenseImageUrl>
  <ProfileImageUrl>sample string 7</ProfileImageUrl>
</VendorAccountSettingsDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.