POST api/GroupsMaterial/PublishDraftedTextTemplatesWithDetail

Request Information

URI Parameters

None.

Body Parameters

GroupConfigurationTextTemplateDetailDTO
NameDescriptionTypeAdditional information
GroupConfigurationId

integer

None.

GroupConfigurationPrePublishId

integer

None.

GroupId

integer

None.

UserId

integer

None.

TextTemplateTypeId

integer

None.

DraftTypeIdList

Collection of integer

None.

Title

string

None.

Description

string

None.

Required

boolean

None.

LastUpdated

date

None.

LastUpdatedString

string

None.

LastUpdatedBy

integer

None.

IsDraft

boolean

None.

IsPublished

boolean

None.

ReadOnly

boolean

None.

LastUpdatedByName

string

None.

CountryId

integer

None.

PrePublishTextContentDetail

GroupConfigurationPrePublishTextContentDTO

None.

Request Formats

application/json, text/json

Sample:
{
  "GroupConfigurationId": 1,
  "GroupConfigurationPrePublishId": 1,
  "GroupId": 1,
  "UserId": 1,
  "TextTemplateTypeId": 1,
  "DraftTypeIdList": [
    1,
    1
  ],
  "Title": "sample string 1",
  "Description": "sample string 2",
  "Required": true,
  "LastUpdated": "2026-09-24T16:08:21.5816326-07:00",
  "LastUpdatedString": "sample string 3",
  "LastUpdatedBy": 1,
  "IsDraft": true,
  "IsPublished": true,
  "ReadOnly": true,
  "LastUpdatedByName": "sample string 4",
  "CountryId": 1,
  "PrePublishTextContentDetail": {
    "ContentType": 1,
    "ShowTextContent": true,
    "TextContent": "sample string 1",
    "AttachIDBadge": true,
    "AttachMarketIDBadge": true,
    "AttachLeadImage": true,
    "AttachPreApproachLetter": true,
    "HasCustomImage": true,
    "CustomImageS3": "sample string 2",
    "CustomImageFileName": "sample string 3",
    "IsActive": true,
    "Title": "sample string 4",
    "Description": "sample string 5",
    "CreatedDate": "2026-09-24T16:08:21.5816326-07:00",
    "CreatedBy": 1,
    "ChangedDate": "2026-09-24T16:08:21.5816326-07:00",
    "ChangedBy": 1,
    "SecondMsgContent": "sample string 6",
    "CustomImageFileBytes": "QEA=",
    "IsDefault": true
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true