POST api/UpdateProfile

Request Information

URI Parameters

None.

Body Parameters

Req_UpdateProfile
NameDescriptionTypeAdditional information
RegNo

string

None.

LastName

string

None.

Title

string

None.

MobileNo

string

None.

PostalCode

string

None.

State

string

None.

City

string

None.

Address

string

None.

Country

string

None.

BTCAddress

string

None.

DeviceId

string

None.

Version

string

None.

PlatForm

string

None.

Token

string

None.

SecretKey

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RegNo": "sample string 1",
  "LastName": "sample string 2",
  "Title": "sample string 3",
  "MobileNo": "sample string 4",
  "PostalCode": "sample string 5",
  "State": "sample string 6",
  "City": "sample string 7",
  "Address": "sample string 8",
  "Country": "sample string 9",
  "BTCAddress": "sample string 10",
  "DeviceId": "sample string 11",
  "Version": "sample string 12",
  "PlatForm": "sample string 13",
  "Token": "sample string 14",
  "SecretKey": "sample string 15"
}

application/xml, text/xml

Sample:
<Req_UpdateProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.Request">
  <DeviceId xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.Common">sample string 11</DeviceId>
  <PlatForm xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.Common">sample string 13</PlatForm>
  <SecretKey xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.Common">sample string 15</SecretKey>
  <Token xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.Common">sample string 14</Token>
  <Version xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.Common">sample string 12</Version>
  <Address>sample string 8</Address>
  <BTCAddress>sample string 10</BTCAddress>
  <City>sample string 7</City>
  <Country>sample string 9</Country>
  <LastName>sample string 2</LastName>
  <MobileNo>sample string 4</MobileNo>
  <PostalCode>sample string 5</PostalCode>
  <RegNo>sample string 1</RegNo>
  <State>sample string 6</State>
  <Title>sample string 3</Title>
</Req_UpdateProfile>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.