POST api/pushNotificationByCrmExternal

Request Information

URI Parameters

None.

Body Parameters

pushNotificationByCrmExternalRequest
NameDescriptionTypeAdditional information
userName

string

None.

notificationId

string

None.

crmCode

string

None.

notificationTypeId

string

None.

notificationIsNotify

string

None.

notificationIsSms

string

None.

notificationIsEmail

string

None.

notificationGroupId

string

None.

notificationTopicTh

string

None.

notificationDescTh

string

None.

notificationTopicEn

string

None.

notificationDescEn

string

None.

notificationSeq

string

None.

notificationStatus

string

None.

notificationLink

string

None.

notificationImagePath

string

None.

notificationStartDate

date

None.

notificationEndDate

date

None.

notificationIsRepeat

string

None.

notificationIsActive

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userName": "sample string 1",
  "notificationId": "sample string 2",
  "crmCode": "sample string 3",
  "notificationTypeId": "sample string 4",
  "notificationIsNotify": "sample string 5",
  "notificationIsSms": "sample string 6",
  "notificationIsEmail": "sample string 7",
  "notificationGroupId": "sample string 8",
  "notificationTopicTh": "sample string 9",
  "notificationDescTh": "sample string 10",
  "notificationTopicEn": "sample string 11",
  "notificationDescEn": "sample string 12",
  "notificationSeq": "sample string 13",
  "notificationStatus": "sample string 14",
  "notificationLink": "sample string 15",
  "notificationImagePath": "sample string 16",
  "notificationStartDate": "2026-01-13T18:26:23.7736964+07:00",
  "notificationEndDate": "2026-01-13T18:26:23.7736964+07:00",
  "notificationIsRepeat": "sample string 17",
  "notificationIsActive": "sample string 18"
}

application/xml, text/xml

Sample:
<pushNotificationByCrmExternalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request">
  <crmCode>sample string 3</crmCode>
  <notificationDescEn>sample string 12</notificationDescEn>
  <notificationDescTh>sample string 10</notificationDescTh>
  <notificationEndDate>2026-01-13T18:26:23.7736964+07:00</notificationEndDate>
  <notificationGroupId>sample string 8</notificationGroupId>
  <notificationId>sample string 2</notificationId>
  <notificationImagePath>sample string 16</notificationImagePath>
  <notificationIsActive>sample string 18</notificationIsActive>
  <notificationIsEmail>sample string 7</notificationIsEmail>
  <notificationIsNotify>sample string 5</notificationIsNotify>
  <notificationIsRepeat>sample string 17</notificationIsRepeat>
  <notificationIsSms>sample string 6</notificationIsSms>
  <notificationLink>sample string 15</notificationLink>
  <notificationSeq>sample string 13</notificationSeq>
  <notificationStartDate>2026-01-13T18:26:23.7736964+07:00</notificationStartDate>
  <notificationStatus>sample string 14</notificationStatus>
  <notificationTopicEn>sample string 11</notificationTopicEn>
  <notificationTopicTh>sample string 9</notificationTopicTh>
  <notificationTypeId>sample string 4</notificationTypeId>
  <userName>sample string 1</userName>
</pushNotificationByCrmExternalRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.