POST api/formfieldvalue/createorupdatevalues
Request Information
URI Parameters
None.
Body Parameters
CreateFieldValueRequetModelName | Description | Type | Additional information |
---|---|---|---|
KeyValuePairs | Collection of GuidKeyValuePair |
None. |
Request Formats
application/json, text/json
Sample:
{ "KeyValuePairs": [ { "Value": {}, "Key": "8cbf9551-b6c0-496f-aef4-6ad39ef98cb2", "NameOfKey": "sample string 3" }, { "Value": {}, "Key": "8cbf9551-b6c0-496f-aef4-6ad39ef98cb2", "NameOfKey": "sample string 3" } ] }
application/xml, text/xml
Sample:
<CreateFieldValueRequetModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OAuthServer.Models.RequestModels"> <KeyValuePairs xmlns:d2p1="http://schemas.datacontract.org/2004/07/OAuthServer.Models"> <d2p1:GuidKeyValuePair> <d2p1:Key>8cbf9551-b6c0-496f-aef4-6ad39ef98cb2</d2p1:Key> <d2p1:NameOfKey>sample string 3</d2p1:NameOfKey> <d2p1:Value /> </d2p1:GuidKeyValuePair> <d2p1:GuidKeyValuePair> <d2p1:Key>8cbf9551-b6c0-496f-aef4-6ad39ef98cb2</d2p1:Key> <d2p1:NameOfKey>sample string 3</d2p1:NameOfKey> <d2p1:Value /> </d2p1:GuidKeyValuePair> </KeyValuePairs> </CreateFieldValueRequetModel>
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.