POST api/MatchingFields/UnMatch
Request Information
URI Parameters
None.
Body Parameters
MatchingFieldParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| formId | integer |
None. |
|
| matchingFieldIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"formId": 1,
"matchingFieldIds": [
1,
2
]
}
application/xml, text/xml
Sample:
<MatchingFieldParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DOMatchings.WebAPI.Models">
<formId>1</formId>
<matchingFieldIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</matchingFieldIds>
</MatchingFieldParameter>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.