PUT

Trademark - 04.Update

Updates an existing trademark.

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

Request payload to update the trademark.

  • string Required id: Trademark GUID.
  • string Required registry_id: Registry GUID for the trademark. To get a list of all registries available here.
  • string Required mark_text: Text of the trademark, for example "LawPanel".
  • string Required application_number: Applicattion number for the trademark. It may contains any character, not only numbers.
  • string Optional application_date: Application/filing date in ISO-8601 (UTC) format.
  • string Optional registration_number: Registration number for the trademark. It may contains any character, not only numbers.
  • string Optional registration_date: Registration date in ISO-8601 (UTC) format.
  • string Optional status_date: Current status date in ISO-8601 (UTC) format.
  • string Optional mark_feature: Trademark feature text.
  • string Optional status: Current trademark status.
  • string Optional registration_type_id: Registration type GUID. To get a list of all registration types available click here.
  • string Optional trademark_type_id: Trademark type GUID. To get a list of all trademark types available click here.
  • string Optional expiry_date: Expiry date for the trademark in ISO-8601 (UTC) format.
  • string Optional publication_date: Publication date for the trademark in ISO-8601 (UTC) format.
  • string Optional declaration_date: Declaration date for the trademark in ISO-8601 (UTC) format.
  • string Optional office_action_date: Office action date for the trademark in ISO-8601 (UTC) format.
  • string Optional grant_date: Grant date for the trademark in ISO-8601 (UTC) format.
  • string Optional client_agent_id: Legal entity (aka "Company", "Client") GUID to assign as Agent for this trademark. Client must be of type Agent. Click here to get a list of all client types available. To get a list of all legal entities available click here.
  • string Optional publication_notes: Notes about trademark publication.
  • array Optionalgood_and_services: An array of objects to update Good And Services for the trademark.
    Object properties are:
    • string Required id: Good and Service GUID to update. If you set this value to null a new one will be created.
    • string Required language_id: Registry GUID for the trademark. To get a list of all languages available click here.
    • string Required text: Text for the Good And Service.
    • string Required search_class_id: Search class GUID for the Good and Service. To get a list of all search class available click here.
  • string Optional image_url: An URL for the trademark image .
  • string Optional notes: Notes about trademark.
  • bool Optional do_not_create_file: If true the system will not create a Case for this trademark.

Loading...
                  {
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "registry_id": {
      "type": "string"
    },
    "mark_text": {
      "type": "string"
    },
    "application_number": {
      "type": "string"
    },
    "application_date": {
      "type": "string"
    },
    "registration_number": {
      "type": "integer"
    },
    "registration_date": {
      "type": "string"
    },
    "status_date": {
      "type": "string"
    },
    "mark_feature": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "registration_type_id": {
      "type": "string"
    },
    "trademark_type_id": {
      "type": "string"
    },
    "expiry_date": {
      "type": "string"
    },
    "publication_date": {
      "type": "string"
    },
    "declaration_date": {
      "type": "string"
    },
    "office_action_date": {
      "type": "string"
    },
    "final_office_action_date": {
      "type": "string"
    },
    "grant_date": {
      "type": "string"
    },
    "client_agent_id": {
      "type": "string"
    },
    "publication_notes": {
      "type": "string"
    },
    "good_and_services": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "language_id": {
            "type": "string"
          },
          "search_class_id": {
            "type": "string"
          },
          "text": {
            "type": "string"
          }
        },
        "required": [
          "id",
          "language_id",
          "search_class_id",
          "text"
        ]
      }
    },
    "image_url": {
      "type": "string"
    },
    "notes": {
      "type": "string"
    }
  },
  "example": {
    "id": "677eeb82-99f7-4c68-a797-ab8400f6f701",
    "registry_id": "783c0667-2884-4d0a-b93b-a6720147e45f",
    "mark_text": "LawPanel",
    "application_number": "0303456",
    "application_date": "2020-03-17T00:00:00Z",
    "registration_number": 5230966,
    "registration_date": "2020-03-17T00:00:00Z",
    "status_date": "2020-03-17T00:00:00Z",
    "mark_feature": "mark",
    "status": "Valid",
    "registration_type_id": "21b28699-8e12-4575-bb65-a99201173ed2",
    "trademark_type_id": "6d374194-9df4-4a26-89dd-a992011744fd",
    "expiry_date": "2020-03-17T00:00:00Z",
    "publication_date": "2020-03-17T00:00:00Z",
    "declaration_date": "2020-03-17T00:00:00Z",
    "office_action_date": "2020-03-17T00:00:00Z",
    "final_office_action_date": "",
    "grant_date": "2020-03-17T00:00:00Z",
    "client_agent_id": "a1c3e613-c9a5-49c5-91d9-aaaf009c09f1",
    "publication_notes": "Notes about publication",
    "good_and_services": [
      {
        "id": "be4a9eb5-e20c-4f89-9809-ab8400f6f701",
        "language_id": "8246c1d0-b008-4320-8b1d-a6720147de22",
        "search_class_id": "5096b33b-2f52-456d-b306-a6720147e7fc",
        "text": "Facilitating, administering, arranging and managing funding in relation to litigation [...]"
      },
      {
        "id": "ae0a84f0-ebd5-4071-bd9e-ab8400f6f701",
        "language_id": "8246c1d0-b008-4320-8b1d-a6720147de22",
        "search_class_id": "777fe621-5eba-4985-966a-a6720147e7fc",
        "text": "Design and development of computer hardware and software; software as a service [SaaS]; [...]"
      }
    ],
    "image_url": "https://web.lawpanel.com/images/firm/logo-lawpanel-white.png",
    "notes": "<p>Some extra notes</p>"
  }
}
                  
              

Response 200

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