POST api/CaseCourtEvent/add

Request Information

URI Parameters

None.

Body Parameters

CourtCaseEventModel
NameDescriptionTypeAdditional information
EventId

integer

None.

CaseId

string

None.

EventDate

date

None.

EventTypeId

integer

None.

EventStatusId

integer

None.

EventDesc

string

None.

AssignedTo

string

None.

ArbitratorId

string

None.

UserName

string

None.

CourtId

integer

None.

OurMotionTypeId

integer

None.

DefenceMotionTypeId

integer

None.

MotionPart

string

None.

DailyCourtCalendarNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": 1,
  "CaseId": "sample string 2",
  "EventDate": "2026-05-01T21:09:52.0329527+00:00",
  "EventTypeId": 4,
  "EventStatusId": 5,
  "EventDesc": "sample string 6",
  "AssignedTo": "sample string 7",
  "ArbitratorId": "sample string 8",
  "UserName": "sample string 9",
  "CourtId": 10,
  "OurMotionTypeId": 11,
  "DefenceMotionTypeId": 12,
  "MotionPart": "sample string 13",
  "DailyCourtCalendarNo": "sample string 14"
}

text/html

Sample:
{"EventId":1,"CaseId":"sample string 2","EventDate":"2026-05-01T21:09:52.0329527+00:00","EventTypeId":4,"EventStatusId":5,"EventDesc":"sample string 6","AssignedTo":"sample string 7","ArbitratorId":"sample string 8","UserName":"sample string 9","CourtId":10,"OurMotionTypeId":11,"DefenceMotionTypeId":12,"MotionPart":"sample string 13","DailyCourtCalendarNo":"sample string 14"}

application/xml, text/xml

Sample:
<CourtCaseEventModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.CaseManagement">
  <ArbitratorId>sample string 8</ArbitratorId>
  <AssignedTo>sample string 7</AssignedTo>
  <CaseId>sample string 2</CaseId>
  <CourtId>10</CourtId>
  <DailyCourtCalendarNo>sample string 14</DailyCourtCalendarNo>
  <DefenceMotionTypeId>12</DefenceMotionTypeId>
  <EventDate>2026-05-01T21:09:52.0329527+00:00</EventDate>
  <EventDesc>sample string 6</EventDesc>
  <EventId>1</EventId>
  <EventStatusId>5</EventStatusId>
  <EventTypeId>4</EventTypeId>
  <MotionPart>sample string 13</MotionPart>
  <OurMotionTypeId>11</OurMotionTypeId>
  <UserName>sample string 9</UserName>
</CourtCaseEventModel>

multipart/form-data

Sample:
<CourtCaseEventModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.CaseManagement"><ArbitratorId>sample string 8</ArbitratorId><AssignedTo>sample string 7</AssignedTo><CaseId>sample string 2</CaseId><CourtId>10</CourtId><DailyCourtCalendarNo>sample string 14</DailyCourtCalendarNo><DefenceMotionTypeId>12</DefenceMotionTypeId><EventDate>2026-05-01T21:09:52.0329527+00:00</EventDate><EventDesc>sample string 6</EventDesc><EventId>1</EventId><EventStatusId>5</EventStatusId><EventTypeId>4</EventTypeId><MotionPart>sample string 13</MotionPart><OurMotionTypeId>11</OurMotionTypeId><UserName>sample string 9</UserName></CourtCaseEventModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.