POST v1/{Client}/Matters/{MatterId}/Histories
Adds one Matter History record.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Client |
The code of the Client database to connect to. |
string |
Required |
MatterId |
The Id of the Matter. |
integer |
Required |
Body Parameters
GranicusMatterHistory object to be inserted. Note that MatterHistoryId is not required to be set.
GranicusMatterHistoryName | Description | Type | Additional information |
---|---|---|---|
MatterHistoryId | integer |
None. |
|
MatterHistoryGuid | string |
None. |
|
MatterHistoryLastModifiedUtc | date |
None. |
|
MatterHistoryRowVersion | Collection of byte |
None. |
|
MatterHistoryEventId | integer |
None. |
|
MatterHistoryAgendaSequence | integer |
None. |
|
MatterHistoryMinutesSequence | integer |
None. |
|
MatterHistoryAgendaNumber | string |
None. |
|
MatterHistoryVideo | integer |
None. |
|
MatterHistoryVideoIndex | integer |
None. |
|
MatterHistoryVersion | string |
None. |
|
MatterHistoryAgendaNote | string |
None. |
|
MatterHistoryMinutesNote | string |
None. |
|
MatterHistoryActionDate | date |
None. |
|
MatterHistoryActionId | integer |
None. |
|
MatterHistoryActionName | string |
None. |
|
MatterHistoryActionText | string |
None. |
|
MatterHistoryActionBodyId | integer |
None. |
|
MatterHistoryActionBodyName | string |
None. |
|
MatterHistoryPassedFlag | integer |
None. |
|
MatterHistoryPassedFlagName | string |
None. |
|
MatterHistoryRollCallFlag | integer |
None. |
|
MatterHistoryFlagExtra | integer |
None. |
|
MatterHistoryTally | string |
None. |
|
MatterHistoryAccelaRecordId | string |
None. |
|
MatterHistoryConsent | integer |
None. |
|
MatterHistoryMoverId | integer |
None. |
|
MatterHistoryMoverName | string |
None. |
|
MatterHistorySeconderId | integer |
None. |
|
MatterHistorySeconderName | string |
None. |
|
MatterHistoryMatterStatusId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "MatterHistoryId": 1, "MatterHistoryGuid": "sample string 2", "MatterHistoryLastModifiedUtc": "2024-12-21T11:02:31.872193-05:00", "MatterHistoryRowVersion": "QEA=", "MatterHistoryEventId": 1, "MatterHistoryAgendaSequence": 1, "MatterHistoryMinutesSequence": 1, "MatterHistoryAgendaNumber": "sample string 4", "MatterHistoryVideo": 1, "MatterHistoryVideoIndex": 1, "MatterHistoryVersion": "sample string 5", "MatterHistoryAgendaNote": "sample string 6", "MatterHistoryMinutesNote": "sample string 7", "MatterHistoryActionDate": "2024-12-21T11:02:31.872193-05:00", "MatterHistoryActionId": 1, "MatterHistoryActionName": "sample string 8", "MatterHistoryActionText": "sample string 9", "MatterHistoryActionBodyId": 1, "MatterHistoryActionBodyName": "sample string 10", "MatterHistoryPassedFlag": 1, "MatterHistoryPassedFlagName": "sample string 11", "MatterHistoryRollCallFlag": 1, "MatterHistoryFlagExtra": 1, "MatterHistoryTally": "sample string 12", "MatterHistoryAccelaRecordId": "sample string 13", "MatterHistoryConsent": 14, "MatterHistoryMoverId": 1, "MatterHistoryMoverName": "sample string 15", "MatterHistorySeconderId": 1, "MatterHistorySeconderName": "sample string 16", "MatterHistoryMatterStatusId": 1 }
application/xml, text/xml
Sample:
<GranicusMatterHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LegistarWebAPI.Models.v1"> <MatterHistoryAccelaRecordId>sample string 13</MatterHistoryAccelaRecordId> <MatterHistoryActionBodyId>1</MatterHistoryActionBodyId> <MatterHistoryActionBodyName>sample string 10</MatterHistoryActionBodyName> <MatterHistoryActionDate>2024-12-21T11:02:31.872193-05:00</MatterHistoryActionDate> <MatterHistoryActionId>1</MatterHistoryActionId> <MatterHistoryActionName>sample string 8</MatterHistoryActionName> <MatterHistoryActionText>sample string 9</MatterHistoryActionText> <MatterHistoryAgendaNote>sample string 6</MatterHistoryAgendaNote> <MatterHistoryAgendaNumber>sample string 4</MatterHistoryAgendaNumber> <MatterHistoryAgendaSequence>1</MatterHistoryAgendaSequence> <MatterHistoryConsent>14</MatterHistoryConsent> <MatterHistoryEventId>1</MatterHistoryEventId> <MatterHistoryFlagExtra>1</MatterHistoryFlagExtra> <MatterHistoryGuid>sample string 2</MatterHistoryGuid> <MatterHistoryId>1</MatterHistoryId> <MatterHistoryLastModifiedUtc>2024-12-21T11:02:31.872193-05:00</MatterHistoryLastModifiedUtc> <MatterHistoryMatterStatusId>1</MatterHistoryMatterStatusId> <MatterHistoryMinutesNote>sample string 7</MatterHistoryMinutesNote> <MatterHistoryMinutesSequence>1</MatterHistoryMinutesSequence> <MatterHistoryMoverId>1</MatterHistoryMoverId> <MatterHistoryMoverName>sample string 15</MatterHistoryMoverName> <MatterHistoryPassedFlag>1</MatterHistoryPassedFlag> <MatterHistoryPassedFlagName>sample string 11</MatterHistoryPassedFlagName> <MatterHistoryRollCallFlag>1</MatterHistoryRollCallFlag> <MatterHistoryRowVersion>QEA=</MatterHistoryRowVersion> <MatterHistorySeconderId>1</MatterHistorySeconderId> <MatterHistorySeconderName>sample string 16</MatterHistorySeconderName> <MatterHistoryTally>sample string 12</MatterHistoryTally> <MatterHistoryVersion>sample string 5</MatterHistoryVersion> <MatterHistoryVideo>1</MatterHistoryVideo> <MatterHistoryVideoIndex>1</MatterHistoryVideoIndex> </GranicusMatterHistory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Returns Id of a created Matter History as a string value when Accept header is "text/plain"; otherwise returns created Matter History as an object.
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |