PUT api/my/basura/customers/{id}/base64
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
CustomersUpdateBase64DTOName | Description | Type | Additional information |
---|---|---|---|
image | string |
None. |
|
firstname | string |
None. |
|
lastname | string |
None. |
|
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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.