POST api/ISMToCertegy/SearchTMLAndUpdateISM

Request Information

URI Parameters

None.

Body Parameters

SearchTMLModel
NameDescriptionTypeAdditional information
MyProperty

integer

None.

CaseId

integer

None.

CustomerDL

string

None.

CustomerFM

string

None.

CustomerSSN

string

None.

Txn_uid

integer

None.

CheckAmount

integer

None.

TxnDate

string

None.

AgentId

integer

None.

MaxNbRecords

integer

None.

IsCompanyFM

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MyProperty": 1,
  "CaseId": 2,
  "CustomerDL": "sample string 3",
  "CustomerFM": "sample string 4",
  "CustomerSSN": "sample string 5",
  "Txn_uid": 6,
  "CheckAmount": 7,
  "TxnDate": "sample string 8",
  "AgentId": 9,
  "MaxNbRecords": 10,
  "IsCompanyFM": "sample string 11"
}

application/xml, text/xml

Sample:
<SearchTMLModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISMToCertegyAPI.Models">
  <AgentId>9</AgentId>
  <CaseId>2</CaseId>
  <CheckAmount>7</CheckAmount>
  <CustomerDL>sample string 3</CustomerDL>
  <CustomerFM>sample string 4</CustomerFM>
  <CustomerSSN>sample string 5</CustomerSSN>
  <IsCompanyFM>sample string 11</IsCompanyFM>
  <MaxNbRecords>10</MaxNbRecords>
  <MyProperty>1</MyProperty>
  <TxnDate>sample string 8</TxnDate>
  <Txn_uid>6</Txn_uid>
</SearchTMLModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>