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": "73ab51d6-a0a8-4644-a304-5d65996768d4",
"ProjectId": "6aadc538-638b-42f3-acf0-bcf4c9e68868",
"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>73ab51d6-a0a8-4644-a304-5d65996768d4</CustomDesignID> <FinalGifBlobImage>QEA=</FinalGifBlobImage> <ProjectId>6aadc538-638b-42f3-acf0-bcf4c9e68868</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. |