---
title: "Update System Contact"
slug: "update-system-contact"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/update-system-contact"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update System Contact

Patch/sys-rest-api/rest/1/syscontact/34F4F8D12E43277EE0630B811DAC0469

### Update Syscontact Information

This endpoint allows the user to update the system contact information by sending an HTTP PATCH request to `{{CMIC_BaseUrl}}/sys-rest-api/rest/1/syscontact/:Vuuid`.

#### Request Body

The request should include a JSON payload with the key-value pair:

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='cd787bbc-fa09-465d-b6bc-2bc6da17726b'>application/json</option>
</select>object  Example{
  "SyscFirstName": "Leo1"
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='59759933-d105-4596-b2a3-a84a8448b97f'>application/json</option>
</select>

```json
{
  "SyscContactCode": "LME",
  "SyscFirstName": "Leo1",
  "SyscMiddleName": null,
  "SyscLastName": "Messi",
  "SyscDisplayName": "Leo1 Messi",
  "SyscPrefixName": "Mr",
  "SyscSuffixName": null,
  "SyscAkaName": null,
  "SyscEmpNo": null,
  "SyscContactDesc": null,
  "SyscAddCompCode": "ZZ",
  "SyscAddCode": "A",
  "SyscAddLine1": "4850 Keele",
  "SyscAddLine2": null,
  "SyscAddLine3": null,
  "SyscRegionCode": null,
  "SyscPostalCode": null,
  "SyscCountry": "Canada",
  "SyscWorkPhoneNum": "123 312 2983",
  "SyscHomePhoneNum": null,
  "SyscMobileNum": null,
  "SyscPagerNum": null,
  "SyscFaxNum1": "234 312 2983",
  "SyscFaxNum2": null,
  "SyscEmail1": "leomessi@test.com",
  "SyscEmail1Link": "leomessi@test.com",
  "SyscEmail2": null,
  "SyscEmail2Link": null,
  "SyscWwwSite": null,
  "SyscPmRoleCode": "PROJMGR",
  "SyscPmRoleName": "PROJ. MANAGER",
  "SyscOther": null,
  "SyscPrefContactMth": "MAIL",
  "SyscActiveFlag": "Y",
  "SyscPartnCode": "ZZ",
  "SyscPartnTypeCode": "C",
  "SyscPartnName": "CMiC-ZZ  Test Company Incorp",
  "SyscPrimaryFlag": "N",
  "SyscLastUpdUser": "DAR",
  "SyscBidFlag": "N",
  "SyscCollabUsagePrice": null,
  "SyscCollabUserFlag": "N",
  "SyscPartnOmOnlyFlag": "N",
  "SyscHtmlEmailFlag": "N",
  "SyscIndepContractorFlag": "N",
  "SyscVUuid": "34F4F8D12E43277EE0630B811DAC0469",
  "SyscLastModifiedDate": "2025-05-12T19:59:19Z",
  "links": [
    {
      "rel": "self",
      "href": "http://localhost:7101/sys-rest-api/rest/1/syscontact/34F4F8D12E43277EE0630B811DAC0469",
      "name": "syscontact",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://localhost:7101/sys-rest-api/rest/1/syscontact/34F4F8D12E43277EE0630B811DAC0469",
      "name": "syscontact",
      "kind": "item"
    }
  ]
}
```

object
