POST

Create Case Part

Create a new "Part" linked with a Case.

Important

Calls to this method must include the cookie .LawPanel.AuthCookie in order to identify you at user level. For more details about authentication please check this link. To obtain the cookie you can use the method Login.

Request URL

Request headers

string
Subscription key which provides access to this API.

Request body

  • string Required file_id: The case ID.
  • string Required client_id: The Company ID related to the case. To get a list of Companies available check this link.
  • string Required file_client_role_id: The Company role ID into the case. To get a list of roles available check this link.
  • string Optional client_user_id: The User ID for the contact related to the case. To get a list of users available check this link.
  • string Optional reference: The reference is a text with a maximum of 256 characters.

Loading...
                  {
  "example": {
    "file_id": "ad72f2c7-3866-486f-8e98-aa0300c8b9ea",
    "client_id": "e7e32f0a-9d93-406a-b231-a98f00eabf67",
    "file_client_role_id": "1a0bbe33-d3ce-451b-bc6b-a8ff015d9a7d",
    "client_user_id": "d48e832b-dc27-4818-9057-a92200be1e31",
    "reference": ""
  }
}
                  
              

Response 201

Returns data about new case legal entity created

Loading...
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    }
  }
}
* See getting started for more information on how to use this API. You can also check the API change history.