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": "cd31522b-0a99-46de-a02b-214d933bf23d",
"ProjectId": "4e1e2aef-a196-4f6a-9dce-be0d29f0fad0",
"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>cd31522b-0a99-46de-a02b-214d933bf23d</CustomDesignID> <FinalGifBlobImage>QEA=</FinalGifBlobImage> <ProjectId>4e1e2aef-a196-4f6a-9dce-be0d29f0fad0</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. |