POST customdesign/savegif
Request Information
URI Parameters
None.
Body Parameters
CustomDesignModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomDesignID | globally unique identifier |
None. |
|
| ProjectId | globally unique identifier |
None. |
|
| FinalGifBlobImage | Collection of byte |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"CustomDesignID": "1dbf11df-f556-4a76-a2c3-0921cca3fe25",
"ProjectId": "48e397f7-0d85-4cc9-9264-4e55204b8563",
"FinalGifBlobImage": "QEA="
}
application/xml, text/xml
Sample:
<CustomDesignModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tervis.Customyzer.Services.Web.API.Models"> <CustomDesignID>1dbf11df-f556-4a76-a2c3-0921cca3fe25</CustomDesignID> <FinalGifBlobImage>QEA=</FinalGifBlobImage> <ProjectId>48e397f7-0d85-4cc9-9264-4e55204b8563</ProjectId> </CustomDesignModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |