POST api/formfieldvalue/getvalues
Request Information
URI Parameters
None.
Body Parameters
GetFieldValueRequetModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Keys | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Keys": [
"c9daa11b-5f8f-4d90-8983-6cc39db7e0e4",
"6c567b71-9587-4d20-adf7-b2bcae030a1f"
]
}
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>c9daa11b-5f8f-4d90-8983-6cc39db7e0e4</d2p1:guid>
<d2p1:guid>6c567b71-9587-4d20-adf7-b2bcae030a1f</d2p1:guid>
</Keys>
</GetFieldValueRequetModel>
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.