POST api/StickerTemplates
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
StickerTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CustomerId | integer |
None. |
|
| FileName | string |
None. |
|
| Logo | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "f2b6c3a7-ac3c-420e-8b19-96e70c650f7c",
"customerId": 2,
"fileName": "sample string 3",
"logo": "sample string 4"
}