POST api/TextingList/CreateEditNewTextingList

Request Information

URI Parameters

None.

Body Parameters

TextingListDTO
NameDescriptionTypeAdditional information
CreatedBy

integer

None.

CreatedDate

date

None.

IsActive

boolean

None.

Recipients

integer

None.

IsArchive

boolean

None.

IsFavourite

boolean

None.

ListId

integer

None.

ListName

string

None.

ReviewStatus

integer

None.

ReviewStatusDescription

string

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

UpdatedByUser

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CreatedBy": 1,
  "CreatedDate": "2025-10-14T04:42:28.7843423-07:00",
  "IsActive": true,
  "Recipients": 1,
  "IsArchive": true,
  "IsFavourite": true,
  "ListId": 2,
  "ListName": "sample string 3",
  "ReviewStatus": 1,
  "ReviewStatusDescription": "sample string 4",
  "UpdatedBy": 1,
  "UpdatedDate": "2025-10-14T04:42:28.7843423-07:00",
  "UpdatedByUser": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1