RESERVATION DEPOSITIN WITH PAYMENT ADD V001
Service Reference Name: S_RESERVATION_DEPOSITIN_WITH_PAYMENT_ADD_V001
Deprecated
This has been deprecated. Please refer to:
- S_RESERVATION_DEPOSITIN_WITH_PAYMENT_ADD_V002 - Added foreign currency handling
General
Post deposit on the reservation. Just a payment on the reservation account will be posted. Prerequisites: Both of the following registry keys are not set - Registry key: 1747; c=reservation, v=procFactLstOnCheckIn - Registry key: 1748; c=reservation, v=procLstTypesOnCheckIn
Input
- RESERVATION-CENTRALID: CentralID of the reservation. Optional, but one out of RESERVATION-CENTRALID or RESERVATION-OBJID needs to be sent to find the reservation.
-
RESERVATION-OBJID: ObjID of the reservation. Optional, but one out of RESERVATION-CENTRALID or RESERVATION-OBJID needs to be sent to find the reservation.
-
transactionID. Mandatory. The transaction ID of the payment.
- typeofpayment. Mandatory. Payment type for the payment.
- paymentAmount. Mandatory. Amount of the payment (local currency).
- approvalNumber. Mandatory. Approval number for the deposit in processing.
- processingDate. Mandatory. Date of the deposit in processing.
- serviceProvider. Optional. The service provider used for the payment.
- paymentDescription. Optional. Field for further description of the payment.
- emailForDepositInvoice. Optional. Email address for deposit invoice.
Output
- ACCOUNT-OBJID: ObjID of the RESERVATION-ACCOUNT on to the deposit was posted.
Direction
SIHOT.PMS ← IF Partner
Message
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:envgen="http://soapenvelopegenerator.eduardocastro.info/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soapenv:Header />
<soapenv:Body>
<S_RESERVATION_DEPOSITIN_WITH_PAYMENT_ADD_V001Request xmlns="http://www.gubse.com/IFS/SihotServices01.xsd"><!--Optional--><TransactionID>string</TransactionID>
<Authentication>
<SecurityID>string</SecurityID>
</Authentication>
<Reservation><!--Optional--><RESERVATION-CENTRALID>Base: string Pattern: ([0-9])*</RESERVATION-CENTRALID><!--Optional--><RESERVATION-OBJID>Base: string Pattern: ([0-9])*</RESERVATION-OBJID>
<DepositInWithPayment>
<transactionid>string</transactionid>
<typeofpayment>string</typeofpayment>
<paymentamount>Base: string Pattern: ([-+]){0,1}([0-9])*\.{0,1}([0-9])*</paymentamount>
<approvalnumber>string</approvalnumber>
<processingdate>Base: string Pattern: ([0-9]{4})-([0-9]{2})-([0-9]{2})|</processingdate><!--Optional--><serviceprovider>string</serviceprovider><!--Optional--><paymentdescription>string</paymentdescription>
</DepositInWithPayment>
</Reservation>
</S_RESERVATION_DEPOSITIN_WITH_PAYMENT_ADD_V001Request>
</soapenv:Body>
</soapenv:Envelope>
Attributes Message
Name | Type |
---|---|
S_RESERVATION_DEPOSITIN_WITH_PAYMENT_ADD_V001Request | |
TransactionID | string |
Authentication | Node |
SecurityID | string |
Reservation | Node |
RESERVATION-CENTRALID | Base: string Pattern: ([0-9])* |
RESERVATION-OBJID | Base: string Pattern: ([0-9])* |
DepositInWithPayment | Node |
transactionid | string |
typeofpayment | string |
paymentamount | Base: string Pattern: ([-+]){0,1}([0-9]).{0,1}([0-9]) |
approvalnumber | string |
processingdate | Base: string Pattern: ([0-9]{4})-([0-9]{2})-([0-9]{2}) |
serviceprovider | string |
paymentdescription | string |
Response
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:envgen="http://soapenvelopegenerator.eduardocastro.info/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soapenv:Header />
<soapenv:Body>
<S_RESERVATION_DEPOSITIN_WITH_PAYMENT_ADD_V001Response xmlns="http://www.gubse.com/IFS/SihotServices01.xsd"><!--Optional--><TransactionID>string</TransactionID>
<Result>
<Success>Base: string Pattern: true or false</Success><!--Optional--><ErrorMsg>string</ErrorMsg><!--Optional--><MSG-LIST><!--Optional--><MSG-ENTRY><!--Optional--><MSG-LEVEL>Base: string Pattern: ERROR or WARNING or INFO</MSG-LEVEL><!--Optional--><MSG-CLASS>string</MSG-CLASS><!--Optional--><MSG-NO>Base: string Pattern: ([0-9])*</MSG-NO><!--Optional--><MSG-TEXT>string</MSG-TEXT><!--Optional--><MSG-ENTRY-PARAM-LIST><!--Optional--><PARAM><!--Optional--><INDEX>Base: string Pattern: ([0-9])*</INDEX><!--Optional--><VALUE>string</VALUE>
</PARAM>
</MSG-ENTRY-PARAM-LIST><!--Optional--><MSG-COMMENT>string</MSG-COMMENT><!--Optional--><MSG-SUPRESSED>string</MSG-SUPRESSED>
</MSG-ENTRY>
</MSG-LIST>
</Result><!--Optional--><Output><!--Optional--><Deposit>
<ResAccounts><!--Optional--><DepositAccount>
<ACCOUNT-OBJID>Base: string Pattern: ([0-9])*</ACCOUNT-OBJID>
</DepositAccount>
</ResAccounts>
</Deposit>
</Output>
</S_RESERVATION_DEPOSITIN_WITH_PAYMENT_ADD_V001Response>
</soapenv:Body>
</soapenv:Envelope>
Attributes Response
Name | Type |
---|---|
S_RESERVATION_DEPOSITIN_WITH_PAYMENT_ADD_V001Response | |
TransactionID | string |
Result | Node |
Success | Base: string Pattern: true or false |
ErrorMsg | string |
MSG-LIST | Node |
MSG-ENTRY | Node |
MSG-LEVEL | Base: string Pattern: ERROR or WARNING or INFO |
MSG-CLASS | string |
MSG-NO | Base: string Pattern: ([0-9])* |
MSG-TEXT | string |
MSG-ENTRY-PARAM-LIST | Node |
PARAM | Node |
INDEX | Base: string Pattern: ([0-9])* |
VALUE | string |
MSG-COMMENT | string |
MSG-SUPRESSED | string |
Output | Node |
Deposit | Node |
ResAccounts | Node |
DepositAccount | Node |
ACCOUNT-OBJID | Base: string Pattern: ([0-9])* |