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": [
    "65911854-0141-4a34-9ddb-5dfb71e50154",
    "28eb1656-6fee-424d-8b7d-a8f0154ed1bc"
  ]
}

application/xml, text/xml

Sample:
<GetFieldValueRequetModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OAuthServer.Models.RequestModels">
  <Keys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>65911854-0141-4a34-9ddb-5dfb71e50154</d2p1:guid>
    <d2p1:guid>28eb1656-6fee-424d-8b7d-a8f0154ed1bc</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.