POST User/Customer/Notification

Request Information

URI Parameters

None.

Body Parameters

AutoGroupCreateRequest
NameDescriptionTypeAdditional information
CustomerId

integer

None.

OtherEmails

string

None.

AutoEmail

boolean

None.

CompanyId

integer

None.

SystemUserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "OtherEmails": "sample string 2",
  "AutoEmail": true,
  "CompanyId": 4,
  "SystemUserId": 5
}

application/xml, text/xml

Sample:
<AutoGroupCreateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Services">
  <AutoEmail>true</AutoEmail>
  <CompanyId>4</CompanyId>
  <CustomerId>1</CustomerId>
  <OtherEmails>sample string 2</OtherEmails>
  <SystemUserId>5</SystemUserId>
</AutoGroupCreateRequest>

multipart/form-data

Sample:
<AutoGroupCreateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Services"><AutoEmail>true</AutoEmail><CompanyId>4</CompanyId><CustomerId>1</CustomerId><OtherEmails>sample string 2</OtherEmails><SystemUserId>5</SystemUserId></AutoGroupCreateRequest>

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, multipart/form-data

Sample:

Sample not available.