POST api/PreviewImage/Edit
Request Information
URI Parameters
None.
Body Parameters
PreviewImage| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| BackdropName | string |
None. |
|
| FileName | string |
None. |
|
| Relation | Collection of Previewimage_Pagesize_Relation |
None. |
|
| HttpImg | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"BackdropName": "sample string 2",
"FileName": "sample string 3",
"Relation": [
{
"Id": 1,
"PrevieName": "sample string 2",
"PreviewImageId": 3,
"PageSizeId": 4
},
{
"Id": 1,
"PrevieName": "sample string 2",
"PreviewImageId": 3,
"PageSizeId": 4
}
],
"HttpImg": "http://erp2-print.cnfth.com/CustomPicking/Previewimage/sample string 3?454915"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": true
}