POST

Case Trademark - 01.Create

Create a new "Trademark" link into 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

User authentication cookie. Read more about how to you get it from here.

string
Subscription key which provides access to this API.

Request body

  • string Required file_id: The case ID.
  • string Required firm_portfolio_id: The trademark ID related to the case. To get details of trademark please check this link.
  • string Required file_portfolio_role_id: The trademark role ID into the case. To get a list of trademark roles check this link.

Loading...
                  {
  "type": "object",
  "properties": {
    "file_id": {
      "type": "string"
    },
    "firm_portfolio_id": {
      "type": "string"
    },
    "file_portfolio_role_id": {
      "type": "string"
    }
  },
  "example": {
    "file_id": "63573649-3ee9-4367-a176-ab0a0127509c",
    "firm_portfolio_id": "42cb80ce-a153-43f2-9d9e-ab0a01275064",
    "file_portfolio_role_id": "72ccf3d8-cc1b-4e9b-9f7b-a992011765ee"
  }
}
                  
              

Response 201

Returns data about new case trademark 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.