POST api/Participants/UpdateIdentifier

Request Information

URI Parameters

None.

Body Parameters

SetIdentifier
NameDescriptionTypeAdditional information
GUID

globally unique identifier

None.

Identifier

string

String length: inclusive between 0 and 25

LocationName

string

None.

LocationGuid

globally unique identifier

None.

AppName

string

None.

AuditTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "GUID": "0a96b443-a899-4b4b-8fce-dae4a66af2d5",
  "Identifier": "sample string 2",
  "LocationName": "sample string 3",
  "LocationGuid": "37235520-345a-4711-a1f6-01861ad14f6f",
  "AppName": "sample string 4",
  "AuditTime": "2026-04-16T12:40:36.1821739+00:00"
}

application/xml, text/xml

Sample:
<SetIdentifier xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.Participant">
  <AppName>sample string 4</AppName>
  <AuditTime>2026-04-16T12:40:36.1821739+00:00</AuditTime>
  <GUID>0a96b443-a899-4b4b-8fce-dae4a66af2d5</GUID>
  <Identifier>sample string 2</Identifier>
  <LocationGuid>37235520-345a-4711-a1f6-01861ad14f6f</LocationGuid>
  <LocationName>sample string 3</LocationName>
</SetIdentifier>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.