GET api/Notification/GetNotificationByCustomerId?CustomerId={CustomerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Notification
NameDescriptionTypeAdditional information
Id

integer

None.

CustomerId

integer

None.

IsBell

boolean

None.

IsWhatsapp

boolean

None.

IsSMS

boolean

None.

IsEmail

boolean

None.

IsPush

boolean

None.

CreatedBy

string

None.

CreatedDate

string

None.

UpdatedBy

string

None.

UpdatedDate

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CustomerId": 2,
  "IsBell": true,
  "IsWhatsapp": true,
  "IsSMS": true,
  "IsEmail": true,
  "IsPush": true,
  "CreatedBy": "sample string 8",
  "CreatedDate": "sample string 9",
  "UpdatedBy": "sample string 10",
  "UpdatedDate": "sample string 11"
}

application/octet-stream

Sample:
{"$id":"1","Id":1,"CustomerId":2,"IsBell":true,"IsWhatsapp":true,"IsSMS":true,"IsEmail":true,"IsPush":true,"CreatedBy":"sample string 8","CreatedDate":"sample string 9","UpdatedBy":"sample string 10","UpdatedDate":"sample string 11"}