GET api/StickerTemplates
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
StickerTemplateName | 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": "2508697f-d4a0-41d5-974b-9deaf493ab4a", "customerId": 2, "fileName": "sample string 3", "logo": "sample string 4" }