POST id4/ImageProfile

Request Information

URI Parameters

None.

Body Parameters

LibCustomerImageProfile
NameDescriptionTypeAdditional information
ProfileImage

Collection of byte

None.

ImageType

string

None.

CRC

unsigned integer

None.

Request Formats

application/json, text/json

Sample:
{
  "profileImage": "QEA=",
  "imageType": "sample string 1",
  "crc": 2
}

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

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.