POST customdesign/savegif

Request Information

URI Parameters

None.

Body Parameters

CustomDesignModel
NameDescriptionTypeAdditional 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": "d3a3b700-3434-4888-bf0f-2b6a403bc228",
  "ProjectId": "2a5ab48d-13d4-4af4-96d2-48b3f1a09ccc",
  "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>d3a3b700-3434-4888-bf0f-2b6a403bc228</CustomDesignID>
  <FinalGifBlobImage>QEA=</FinalGifBlobImage>
  <ProjectId>2a5ab48d-13d4-4af4-96d2-48b3f1a09ccc</ProjectId>
</CustomDesignModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CustomDesignModel'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.