POST api/NotificationCustomers

Request Information

URI Parameters

None.

Body Parameters

NotificationCustomer
NameDescriptionTypeAdditional information
CustomerId

integer

None.

CreatedBy

string

None.

Message

string

None.

Storage

integer

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "customerId": 1,
  "createdBy": "sample string 2",
  "message": "sample string 3",
  "storage": 4,
  "type": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.