Request payload for uploading an image to the user's private motive library. Supply either a public URL or base64-encoded file content.
| Name | Type | Description | |
|---|---|---|---|
attachment
|
string
|
The binary data of the motive file. | |
filename
|
string
|
The name of the Motive File. | |
url
|
string
|
The Url that Shirtplatform will download the file from. |
{
"userMotiveUpload" : {
"attachment" : "...",
"filename" : "...",
"url" : "..."
}
}
Request payload for uploading an image to the user's private motive library. Supply either a public URL or base64-encoded file content.
| Name | Type | Description | |
|---|---|---|---|
attachment
|
base64Binary
|
The binary data of the motive file. | |
filename
|
string
|
The name of the Motive File. | |
url
|
string
|
The Url that Shirtplatform will download the file from. |
<userMotiveUpload>
<attachment>...</attachment>
<filename>...</filename>
<url>...</url>
</userMotiveUpload>