POST api/ProfileMaster/SaveProfile

Request Information

URI Parameters

None.

Body Parameters

ProfileEntity
NameDescriptionTypeAdditional information
Flag

string

None.

Id

integer

None.

TockenNo

string

None.

Photo

string

None.

BusinessIndustryId

integer

None.

BusinessIndustryType

integer

None.

BusinessName

string

None.

PhoneNumber

string

None.

ContactPersonName

string

None.

AboutYourBusiness

string

None.

BillingType

integer

None.

UPI_Id

string

None.

GSTNumber

string

None.

BusinessAddress

string

None.

BillingState

integer

None.

Pincode

string

None.

BankAccountNumber

string

None.

IFSCCode

string

None.

AccountHolderName

string

None.

BankName

string

None.

AccountType

string

None.

UserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Flag": "sample string 1",
  "Id": 2,
  "TockenNo": "sample string 3",
  "Photo": "sample string 4",
  "BusinessIndustryId": 5,
  "BusinessIndustryType": 6,
  "BusinessName": "sample string 7",
  "PhoneNumber": "sample string 8",
  "ContactPersonName": "sample string 9",
  "AboutYourBusiness": "sample string 10",
  "BillingType": 11,
  "UPI_Id": "sample string 12",
  "GSTNumber": "sample string 13",
  "BusinessAddress": "sample string 14",
  "BillingState": 15,
  "Pincode": "sample string 16",
  "BankAccountNumber": "sample string 17",
  "IFSCCode": "sample string 18",
  "AccountHolderName": "sample string 19",
  "BankName": "sample string 20",
  "AccountType": "sample string 21",
  "UserId": "sample string 22"
}

application/xml, text/xml

Sample:
<ProfileEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VCINT_API.Models">
  <AboutYourBusiness>sample string 10</AboutYourBusiness>
  <AccountHolderName>sample string 19</AccountHolderName>
  <AccountType>sample string 21</AccountType>
  <BankAccountNumber>sample string 17</BankAccountNumber>
  <BankName>sample string 20</BankName>
  <BillingState>15</BillingState>
  <BillingType>11</BillingType>
  <BusinessAddress>sample string 14</BusinessAddress>
  <BusinessIndustryId>5</BusinessIndustryId>
  <BusinessIndustryType>6</BusinessIndustryType>
  <BusinessName>sample string 7</BusinessName>
  <ContactPersonName>sample string 9</ContactPersonName>
  <Flag>sample string 1</Flag>
  <GSTNumber>sample string 13</GSTNumber>
  <IFSCCode>sample string 18</IFSCCode>
  <Id>2</Id>
  <PhoneNumber>sample string 8</PhoneNumber>
  <Photo>sample string 4</Photo>
  <Pincode>sample string 16</Pincode>
  <TockenNo>sample string 3</TockenNo>
  <UPI_Id>sample string 12</UPI_Id>
  <UserId>sample string 22</UserId>
</ProfileEntity>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProfileEntity'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.