POST api/v1/tenants/{tenantKey}/groupTemplates

Endpoint to create a GroupTemplate.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tenantKey

globally unique identifier

Required

Body Parameters

GroupTemplateDto
NameDescriptionTypeAdditional information
Name

string

Required

FunctionName

string

Required

TenantKey

globally unique identifier

Required

AccountPngPicture

string

None.

AccountPngPictureUrl

string

None.

ValidationResult

This list is filled with reasons why you cannot delete the group template.

Collection of ValidationResult

None.

InsertDate

date

None.

ModifiedDate

date

None.

ActionLinks

Collection of Link

None.

Key

globally unique identifier

None.

Response Information

Resource Description

IHttpActionResult

None.