POST api/LegalAffairs/SaveLegalAffairsCasesFollowUp

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:
{
  "MasterId": 1,
  "EmployyeId": 2,
  "CaseContact": 3,
  "TrailNumber": 4,
  "CaseStatus": 5,
  "TrailDate": "2025-03-14T09:36:33.0017049+02:00",
  "NextTrialDate": "2025-03-14T09:36:33.0017049+02:00",
  "TrailRulling": "sample string 8",
  "EmpId": 1,
  "Direction": "sample string 9",
  "ServerIP": "sample string 10",
  "InCT": "sample string 11"
}

application/xml, text/xml

Sample:
<LegalAffairs_VM_CasesFollowUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model">
  <CaseContact>3</CaseContact>
  <CaseStatus>5</CaseStatus>
  <Direction>sample string 9</Direction>
  <EmpId>1</EmpId>
  <EmployyeId>2</EmployyeId>
  <InCT>sample string 11</InCT>
  <MasterId>1</MasterId>
  <NextTrialDate>2025-03-14T09:36:33.0017049+02:00</NextTrialDate>
  <ServerIP>sample string 10</ServerIP>
  <TrailDate>2025-03-14T09:36:33.0017049+02:00</TrailDate>
  <TrailNumber>4</TrailNumber>
  <TrailRulling>sample string 8</TrailRulling>
</LegalAffairs_VM_CasesFollowUp>

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_CasesFollowUp'.

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>