POST api/CommBizUserNew/PostUploadProfileFiles
Request Information
URI Parameters
None.
Body Parameters
Imageupload| Name | Description | Type | Additional information |
|---|---|---|---|
| memberId | integer |
None. |
|
| imageBase64 | string |
None. |
|
| image2Base64 | string |
None. |
|
| fileType | integer |
None. |
|
| file1Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"memberId": 1,
"imageBase64": "sample string 2",
"image2Base64": "sample string 3",
"fileType": 4,
"file1Type": 5
}
application/xml, text/xml
Sample:
<Imageupload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <file1Type>5</file1Type> <fileType>4</fileType> <image2Base64>sample string 3</image2Base64> <imageBase64>sample string 2</imageBase64> <memberId>1</memberId> </Imageupload>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.