PUT api/my/basura/customers/{id}/base64

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

CustomersUpdateBase64DTO
NameDescriptionTypeAdditional information
image

string

None.

firstname

string

None.

lastname

string

None.

email

string

None.

contactnumber

string

None.

bxcardno

string

None.

bxcardimagefront

string

None.

bxcardimageback

string

None.

Request Formats

application/json, text/json

Sample:
{
  "image": "sample string 1",
  "firstname": "sample string 2",
  "lastname": "sample string 3",
  "email": "sample string 4",
  "contactnumber": "sample string 5",
  "bxcardno": "sample string 6",
  "bxcardimagefront": "sample string 7",
  "bxcardimageback": "sample string 8"
}

application/xml, text/xml

Sample:
<CustomersUpdateBase64DTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO">
  <bxcardimageback>sample string 8</bxcardimageback>
  <bxcardimagefront>sample string 7</bxcardimagefront>
  <bxcardno>sample string 6</bxcardno>
  <contactnumber>sample string 5</contactnumber>
  <email>sample string 4</email>
  <firstname>sample string 2</firstname>
  <image>sample string 1</image>
  <lastname>sample string 3</lastname>
</CustomersUpdateBase64DTO>

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 'CustomersUpdateBase64DTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.