EMV Test
PaymentGateway/EMV/TriPosLanes/{laneId}/Profiles/Idle?merchant={merchant}&cert={cert}
Set idle message for a specific lane
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/PaymentGateway/EMV/TriPosLanes/{laneId}/Profiles/Idle?merchant={merchant}&cert={cert}

URI Parameters

Parameter Name Data Type Required Notes
laneId integer Y
merchant string N
cert boolean N

Request Body

Request object type : Profile

Request object type Profile has the following properties.
Property Name Data Type Length Required Readonly Notes
IdleMessage string
{
  "IdleMessage": "sample string 1"
}
<Profile xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <IdleMessage>sample string 1</IdleMessage>
</Profile>

Response object type : Profile

Response object type Profile has the following properties.
Property Name Data Type Length Required Readonly Notes
IdleMessage string
{
  "IdleMessage": "sample string 1"
}
<Profile xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <IdleMessage>sample string 1</IdleMessage>
</Profile>
Change Version Description Contract Old New
Operation Added 15.1.0 SetIdleMessage has been added. SetIdleMessage