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": "dfc40164-e6cc-4eac-a386-f15d330c0981", "NameOfKey": "sample string 3" }, { "Value": {}, "Key": "dfc40164-e6cc-4eac-a386-f15d330c0981", "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>dfc40164-e6cc-4eac-a386-f15d330c0981</d2p1:Key> <d2p1:NameOfKey>sample string 3</d2p1:NameOfKey> <d2p1:Value /> </d2p1:GuidKeyValuePair> <d2p1:GuidKeyValuePair> <d2p1:Key>dfc40164-e6cc-4eac-a386-f15d330c0981</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.