POST api/Master/UpdatemyProfile

Request Information

URI Parameters

None.

Body Parameters

MyProfileUpdateRequest
NameDescriptionTypeAdditional information
FirstName

string

None.

LastName

string

None.

CompanyName

string

None.

CompanyWebsite

string

None.

EmailAddress

string

None.

compTypeId

integer

None.

CountryKey

integer

None.

StateKey

integer

None.

MobileNumber

string

None.

PhoneNumber

string

None.

City

string

None.

CustomerKey

integer

None.

CustAddress

string

None.

TaxRegNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FirstName": "sample string 1",
  "LastName": "sample string 2",
  "CompanyName": "sample string 3",
  "CompanyWebsite": "sample string 4",
  "EmailAddress": "sample string 5",
  "compTypeId": 6,
  "CountryKey": 7,
  "StateKey": 8,
  "MobileNumber": "sample string 9",
  "PhoneNumber": "sample string 10",
  "City": "sample string 11",
  "CustomerKey": 12,
  "CustAddress": "sample string 13",
  "TaxRegNumber": "sample string 14"
}

text/xml

Sample:
<MyProfileUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.seld.ng.Domain.Transport">
  <City>sample string 11</City>
  <CompanyName>sample string 3</CompanyName>
  <CompanyWebsite>sample string 4</CompanyWebsite>
  <CountryKey>7</CountryKey>
  <CustAddress>sample string 13</CustAddress>
  <CustomerKey>12</CustomerKey>
  <EmailAddress>sample string 5</EmailAddress>
  <FirstName>sample string 1</FirstName>
  <LastName>sample string 2</LastName>
  <MobileNumber>sample string 9</MobileNumber>
  <PhoneNumber>sample string 10</PhoneNumber>
  <StateKey>8</StateKey>
  <TaxRegNumber>sample string 14</TaxRegNumber>
  <compTypeId>6</compTypeId>
</MyProfileUpdateRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.