PUT api/formfielddefinition/updategroup
Request Information
URI Parameters
None.
Body Parameters
UpdateFieldValueName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
KeyValuePairs | Collection of KeyValuePair |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "01afabbe-9b36-4a47-b18a-3664418c7f90", "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>01afabbe-9b36-4a47-b18a-3664418c7f90</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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.