PUT api/formfielddefinition/updategroup

Request Information

URI Parameters

None.

Body Parameters

UpdateFieldValue
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

KeyValuePairs

Collection of KeyValuePair

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "9f75f5a9-f2ca-4b45-a8c5-ecfd74b9cec5",
  "KeyValuePairs": [
    {
      "Value": {},
      "Key": "sample string 2"
    },
    {
      "Value": {},
      "Key": "sample string 2"
    }
  ]
}

application/xml, text/xml

Sample:
<UpdateFieldValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SHPACollegeAPI.Models.RequestModels">
  <Id>9f75f5a9-f2ca-4b45-a8c5-ecfd74b9cec5</Id>
  <KeyValuePairs xmlns:d2p1="http://schemas.datacontract.org/2004/07/SHPACollegeAPI.Models">
    <d2p1:KeyValuePair>
      <d2p1:Key>sample string 2</d2p1:Key>
      <d2p1:Value />
    </d2p1:KeyValuePair>
    <d2p1:KeyValuePair>
      <d2p1:Key>sample string 2</d2p1:Key>
      <d2p1:Value />
    </d2p1:KeyValuePair>
  </KeyValuePairs>
</UpdateFieldValue>

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.