GET api/user/membership/{id}/printview
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfPrintViewResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | PrintViewResponse |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"previewUrl": "sample string 1"
},
"message": "sample string 1"
}
application/octet-stream
Sample:
{"data":{"previewUrl":"sample string 1"},"message":"sample string 1"}
application/xml, text/xml
Sample:
<ResponseResultOfPrintViewResponsexRbTFcoP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.Global.Response">
<Data>
<PreviewUrl>sample string 1</PreviewUrl>
</Data>
<Message>sample string 1</Message>
</ResponseResultOfPrintViewResponsexRbTFcoP>