PUT api/formfielddefinition/update
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": "2cb85265-5e31-4fc5-8430-2cf6cae0b4d5", "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/OAuthServer.Models.RequestModels"> <Id>2cb85265-5e31-4fc5-8430-2cf6cae0b4d5</Id> <KeyValuePairs xmlns:d2p1="http://schemas.datacontract.org/2004/07/OAuthServer.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.