PATCH api/community/recordId/{recordId}

Update community profile record by RecordId.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
recordId

ViewCenter RecordId

integer

Required

Body Parameters

CommunityRecord
NameDescriptionTypeAdditional information
UserID

The user ID being referenced

string

None.

PartyType

The party type being referenced

string

None.

VCTableId

The ViewCenter record table ID that represents the table the document is in

integer

None.

VCRecordId

The ViewCenter record ID that represents a community profile record

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": "sample string 1",
  "PartyType": "sample string 2",
  "VCTableId": 3,
  "VCRecordId": 4
}

application/xml, text/xml

Sample:
<CommunityRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClaimsVCRestApi.Models">
  <PartyType>sample string 2</PartyType>
  <UserID>sample string 1</UserID>
  <VCRecordId>4</VCRecordId>
  <VCTableId>3</VCTableId>
</CommunityRecord>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.