POST api/formfieldvalue/getvalues

Request Information

URI Parameters

None.

Body Parameters

GetFieldValueRequetModel
NameDescriptionTypeAdditional information
Keys

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Keys": [
    "8941b69b-5017-4782-9f34-799630e3e7e7",
    "fe8da991-93b4-49d5-b439-99ef8e98ebf0"
  ]
}

application/xml, text/xml

Sample:
<GetFieldValueRequetModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SHPACollegeAPI.Models.RequestModels">
  <Keys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>8941b69b-5017-4782-9f34-799630e3e7e7</d2p1:guid>
    <d2p1:guid>fe8da991-93b4-49d5-b439-99ef8e98ebf0</d2p1:guid>
  </Keys>
</GetFieldValueRequetModel>

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.