POST api/paci/NotifyPerson

Request Information

URI Parameters

None.

Body Parameters

NotifyPersonInputDTO
NameDescriptionTypeAdditional information
civilno

string

None.

SubjectEn

string

None.

SubjectAr

string

None.

MessageEn

string

None.

MessageAr

string

None.

Request Formats

application/json, text/json

Sample:
{
  "civilno": "sample string 1",
  "SubjectEn": "sample string 2",
  "SubjectAr": "sample string 3",
  "MessageEn": "sample string 4",
  "MessageAr": "sample string 5"
}

application/xml, text/xml

Sample:
<NotifyPersonInputDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PaciServiceManager.DTO">
  <MessageAr>sample string 5</MessageAr>
  <MessageEn>sample string 4</MessageEn>
  <SubjectAr>sample string 3</SubjectAr>
  <SubjectEn>sample string 2</SubjectEn>
  <civilno>sample string 1</civilno>
</NotifyPersonInputDTO>

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.