POST api/LegalAffairs/SaveLegalAffairsCasesComtacts

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
entity
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "FirstName": "sample string 1",
  "LastName": "sample string 2",
  "NameAR": "sample string 3",
  "NameEN": "sample string 4",
  "Mobile": "sample string 5",
  "Phone": "sample string 6",
  "Email": "sample string 7",
  "Address": "sample string 8",
  "CityId": 1,
  "JobName": "sample string 9",
  "LinkedInUrl": "sample string 10",
  "MasterId": 1,
  "EmpId": 1,
  "Direction": "sample string 11",
  "ServerIP": "sample string 12",
  "InCT": "sample string 13"
}

application/xml, text/xml

Sample:
<LegalAffairs_VM_CasesContacts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model">
  <Address>sample string 8</Address>
  <CityId>1</CityId>
  <Direction>sample string 11</Direction>
  <Email>sample string 7</Email>
  <EmpId>1</EmpId>
  <FirstName>sample string 1</FirstName>
  <InCT>sample string 13</InCT>
  <JobName>sample string 9</JobName>
  <LastName>sample string 2</LastName>
  <LinkedInUrl>sample string 10</LinkedInUrl>
  <MasterId>1</MasterId>
  <Mobile>sample string 5</Mobile>
  <NameAR>sample string 3</NameAR>
  <NameEN>sample string 4</NameEN>
  <Phone>sample string 6</Phone>
  <ServerIP>sample string 12</ServerIP>
</LegalAffairs_VM_CasesContacts>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LegalAffairs_VM_CasesContacts'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": true,
  "ErrorMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<GeneralErrors xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_Plus">
  <ErrorMessage>sample string 2</ErrorMessage>
  <Result>true</Result>
</GeneralErrors>