POST api/updateretailer

Request Information

URI Parameters

None.

Body Parameters

EditRetailermasterENT
NameDescriptionTypeAdditional information
Retailerid

integer

None.

Address

string

None.

Bankname

string

None.

Ifsccode

string

None.

Bankaccountno

string

None.

Emailid

string

None.

Mobileno

string

None.

GstProof

Collection of byte

None.

PanProof

Collection of byte

None.

BankProof

Collection of byte

None.

ShopFrontPhoto

Collection of byte

None.

ImagePath

string

None.

Request Formats

application/json, text/json

Sample:
{
  "GstProof": "QEA=",
  "PanProof": "QEA=",
  "BankProof": "QEA=",
  "ShopFrontPhoto": "QEA=",
  "ImagePath": "sample string 1",
  "Retailerid": 1,
  "Address": "sample string 2",
  "Bankname": "sample string 3",
  "Ifsccode": "sample string 4",
  "Bankaccountno": "sample string 5",
  "Emailid": "sample string 6",
  "Mobileno": "sample string 7"
}

application/xml, text/xml

Sample:
<register.EditRetailermasterENT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RetailerWebAPI.Repository">
  <Address>sample string 2</Address>
  <BankProof>QEA=</BankProof>
  <Bankaccountno>sample string 5</Bankaccountno>
  <Bankname>sample string 3</Bankname>
  <Emailid>sample string 6</Emailid>
  <GstProof>QEA=</GstProof>
  <Ifsccode>sample string 4</Ifsccode>
  <ImagePath>sample string 1</ImagePath>
  <Mobileno>sample string 7</Mobileno>
  <PanProof>QEA=</PanProof>
  <Retailerid>1</Retailerid>
  <ShopFrontPhoto>QEA=</ShopFrontPhoto>
</register.EditRetailermasterENT>

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.