POST Xs/Xs_SaveEmailRecipient

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.XS_SaveEmailRecipientParams
NameDescriptionTypeAdditional information
CONTACT_DOC_NO

integer

None.

NOTIFICATION_TYPE

XS.CoreApi.Pentagon.Model.XS_NotificationType

None.

ADDED_BY

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CONTACT_DOC_NO": 1,
  "NOTIFICATION_TYPE": 0,
  "ADDED_BY": "sample string 2"
}

application/xml, text/xml

Sample:
<XS_SaveEmailRecipientParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <ADDED_BY>sample string 2</ADDED_BY>
  <CONTACT_DOC_NO>1</CONTACT_DOC_NO>
  <NOTIFICATION_TYPE>None</NOTIFICATION_TYPE>
</XS_SaveEmailRecipientParams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.