POST api/NTNonInjury/CreateClinicalPathwayTextMessage

Request Information

URI Parameters

None.

Body Parameters

ClinicalPathwayTextMessageDTO
NameDescriptionTypeAdditional information
Id

integer

None.

CaseNo

integer

None.

ClinicalPathwayId

integer

None.

TextBody

string

String length: inclusive between 0 and 2147483647

TextNotificationType

string

String length: inclusive between 0 and 250

TextNotificationTypeId

integer

None.

CreatedUserName

string

String length: inclusive between 0 and 60

CorporationCode

string

String length: inclusive between 0 and 20

WLCode

string

String length: inclusive between 0 and 20

TextList

Collection of NotifyTextDetailDTO

None.

ClinicalPathwayTypeId

integer

None.

ClinicalPathwayTypeName

string

String length: inclusive between 0 and 100

ContactTracingEmployeeCellPhone

string

String length: inclusive between 0 and 110

ContactTracingEmployeeLastName

string

String length: inclusive between 0 and 110

ContactTracingEmployeeFirstName

string

String length: inclusive between 0 and 110

EmployeeId

string

String length: inclusive between 0 and 20

Sequence

integer

None.

EccCaseTypeId

integer

None.

ValidFlag

boolean

None.

DateCreated

date

None.

DateUpdated

date

None.

UserIDCreated

integer

None.

UserIDUpdated

integer

None.

CompanyCode

string

String length: inclusive between 0 and 10

IsExcludeDiscount

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CaseNo": 1,
  "ClinicalPathwayId": 1,
  "TextBody": "sample string 2",
  "TextNotificationType": "sample string 3",
  "TextNotificationTypeId": 4,
  "CreatedUserName": "sample string 5",
  "CorporationCode": "sample string 6",
  "WLCode": "sample string 7",
  "TextList": [
    {
      "Id": 1,
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "Text": "sample string 4",
      "FullName": "sample string 2 sample string 3 sample string 4",
      "TextSourceType": 1,
      "Status": 1,
      "ClinicalPathwayTypeId": 5,
      "ClinicalPathwayTypeName": "sample string 6",
      "ValidFlag": true,
      "DateCreated": "2026-08-04T14:25:47.287342-07:00",
      "DateUpdated": "2026-08-04T14:25:47.287342-07:00",
      "UserIDCreated": 10,
      "UserIDUpdated": 11,
      "CompanyCode": "sample string 12",
      "IsExcludeDiscount": true
    },
    {
      "Id": 1,
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "Text": "sample string 4",
      "FullName": "sample string 2 sample string 3 sample string 4",
      "TextSourceType": 1,
      "Status": 1,
      "ClinicalPathwayTypeId": 5,
      "ClinicalPathwayTypeName": "sample string 6",
      "ValidFlag": true,
      "DateCreated": "2026-08-04T14:25:47.287342-07:00",
      "DateUpdated": "2026-08-04T14:25:47.287342-07:00",
      "UserIDCreated": 10,
      "UserIDUpdated": 11,
      "CompanyCode": "sample string 12",
      "IsExcludeDiscount": true
    }
  ],
  "ClinicalPathwayTypeId": 8,
  "ClinicalPathwayTypeName": "sample string 9",
  "ContactTracingEmployeeCellPhone": "sample string 10",
  "ContactTracingEmployeeLastName": "sample string 11",
  "ContactTracingEmployeeFirstName": "sample string 12",
  "EmployeeId": "sample string 13",
  "Sequence": 14,
  "EccCaseTypeId": 15,
  "ValidFlag": true,
  "DateCreated": "2026-08-04T14:25:47.287342-07:00",
  "DateUpdated": "2026-08-04T14:25:47.287342-07:00",
  "UserIDCreated": 19,
  "UserIDUpdated": 20,
  "CompanyCode": "sample string 21",
  "IsExcludeDiscount": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfClinicalPathwayTextMessageDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

ClinicalPathwayTextMessageDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "CaseNo": 1,
    "ClinicalPathwayId": 1,
    "TextBody": "sample string 2",
    "TextNotificationType": "sample string 3",
    "TextNotificationTypeId": 4,
    "CreatedUserName": "sample string 5",
    "CorporationCode": "sample string 6",
    "WLCode": "sample string 7",
    "TextList": [
      {
        "Id": 1,
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "Text": "sample string 4",
        "FullName": "sample string 2 sample string 3 sample string 4",
        "TextSourceType": 1,
        "Status": 1,
        "ClinicalPathwayTypeId": 5,
        "ClinicalPathwayTypeName": "sample string 6",
        "ValidFlag": true,
        "DateCreated": "2026-08-04T14:25:47.3013833-07:00",
        "DateUpdated": "2026-08-04T14:25:47.3013833-07:00",
        "UserIDCreated": 10,
        "UserIDUpdated": 11,
        "CompanyCode": "sample string 12",
        "IsExcludeDiscount": true
      },
      {
        "Id": 1,
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "Text": "sample string 4",
        "FullName": "sample string 2 sample string 3 sample string 4",
        "TextSourceType": 1,
        "Status": 1,
        "ClinicalPathwayTypeId": 5,
        "ClinicalPathwayTypeName": "sample string 6",
        "ValidFlag": true,
        "DateCreated": "2026-08-04T14:25:47.3013833-07:00",
        "DateUpdated": "2026-08-04T14:25:47.3013833-07:00",
        "UserIDCreated": 10,
        "UserIDUpdated": 11,
        "CompanyCode": "sample string 12",
        "IsExcludeDiscount": true
      }
    ],
    "ClinicalPathwayTypeId": 8,
    "ClinicalPathwayTypeName": "sample string 9",
    "ContactTracingEmployeeCellPhone": "sample string 10",
    "ContactTracingEmployeeLastName": "sample string 11",
    "ContactTracingEmployeeFirstName": "sample string 12",
    "EmployeeId": "sample string 13",
    "Sequence": 14,
    "EccCaseTypeId": 15,
    "ValidFlag": true,
    "DateCreated": "2026-08-04T14:25:47.3013833-07:00",
    "DateUpdated": "2026-08-04T14:25:47.3013833-07:00",
    "UserIDCreated": 19,
    "UserIDUpdated": 20,
    "CompanyCode": "sample string 21",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}