GET odcr/partytypes
Returns a list of types of parties and their related codes. The code property for each record can be used to search by that type of party on the search resource.
Resource URL
https://api.kellpro.com/v2/odcr/partytypes.format
Parameters
code
Optional
Specifies the 1 character code that is assigned to the type of party.
Example: P
Example Request
GET https://api.kellpro.com/v2/odcr/partytypes.json?code=P
[ { "code":"P", "partytype":"Person 1" }, { "code":"P", "partytype":"Plaintiff" } ]