Skip to main content

GetPictureResponse

Response containing a stored picture. SOAP equivalent: ACP_GetPicture.

pictureIdinteger<int32>required

Picture identifier.

picturestringnullable

Base64-encoded image bytes, or null when the picture is empty / not found.

GetPictureResponse
{
"pictureId": 0,
"picture": "string"
}