POST api/ISMToCertegy/SearchDIFF
Request Information
URI Parameters
None.
Body Parameters
SearchDiffModelName | Description | Type | Additional information |
---|---|---|---|
CaseId | integer |
None. |
|
CustomerDL | string |
None. |
|
CustomerFM | string |
None. |
|
DiffRefNum | string |
None. |
|
CheckAmount | integer |
None. |
|
CheckDate | string |
None. |
|
ClaimNumber | string |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
ZipCode | string |
None. |
|
AgentId | integer |
None. |
|
MaxNbRecords | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CaseId": 1, "CustomerDL": "sample string 2", "CustomerFM": "sample string 3", "DiffRefNum": "sample string 4", "CheckAmount": 5, "CheckDate": "sample string 6", "ClaimNumber": "sample string 7", "FirstName": "sample string 8", "LastName": "sample string 9", "ZipCode": "sample string 10", "AgentId": 11, "MaxNbRecords": 12 }
application/xml, text/xml
Sample:
<SearchDiffModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISMToCertegyAPI.Models"> <AgentId>11</AgentId> <CaseId>1</CaseId> <CheckAmount>5</CheckAmount> <CheckDate>sample string 6</CheckDate> <ClaimNumber>sample string 7</ClaimNumber> <CustomerDL>sample string 2</CustomerDL> <CustomerFM>sample string 3</CustomerFM> <DiffRefNum>sample string 4</DiffRefNum> <FirstName>sample string 8</FirstName> <LastName>sample string 9</LastName> <MaxNbRecords>12</MaxNbRecords> <ZipCode>sample string 10</ZipCode> </SearchDiffModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.