POST api/formfieldvalue/createorupdatevalues

Request Information

URI Parameters

None.

Body Parameters

CreateFieldValueRequetModel
NameDescriptionTypeAdditional information
KeyValuePairs

Collection of GuidKeyValuePair

None.

Request Formats

application/json, text/json

Sample:
{
  "KeyValuePairs": [
    {
      "Value": {},
      "Key": "8ead502f-ee75-405b-9d69-b22519bec031"
    },
    {
      "Value": {},
      "Key": "8ead502f-ee75-405b-9d69-b22519bec031"
    }
  ]
}

application/xml, text/xml

Sample:
<CreateFieldValueRequetModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SHPACollegeAPI.Models.RequestModels">
  <KeyValuePairs xmlns:d2p1="http://schemas.datacontract.org/2004/07/SHPACollegeAPI.Models">
    <d2p1:GuidKeyValuePair>
      <d2p1:Key>8ead502f-ee75-405b-9d69-b22519bec031</d2p1:Key>
      <d2p1:Value />
    </d2p1:GuidKeyValuePair>
    <d2p1:GuidKeyValuePair>
      <d2p1:Key>8ead502f-ee75-405b-9d69-b22519bec031</d2p1:Key>
      <d2p1:Value />
    </d2p1:GuidKeyValuePair>
  </KeyValuePairs>
</CreateFieldValueRequetModel>

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.