Http Verb | PUT |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/PaymentGateway/EMV/TriPosLanes/{laneId}/Profiles/Idle?merchant={merchant}&cert={cert} |
URI Parameters
|
Request BodyRequest object type : Profile
|
{
"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 |