ArkmanTicketImport
Click here for a complete list of operations.
TicketUpdate
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /Import/tiws/ArkmanTicketImport.asmx HTTP/1.1
Host: servicesv2.arkman.com.tr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/TicketUpdate"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<TicketUpdate xmlns="http://tempuri.org/">
<UserName>string</UserName>
<Password>string</Password>
<Users>string</Users>
<ticket_number>string</ticket_number>
<form_no>string</form_no>
<airline_code>string</airline_code>
<flight_line>string</flight_line>
<customer_code>string</customer_code>
<passenger_name>string</passenger_name>
<passenger_id>string</passenger_id>
<passenger_id2>string</passenger_id2>
<sales_date>dateTime</sales_date>
<destination1>string</destination1>
<destination2>string</destination2>
<destination3>string</destination3>
<destination4>string</destination4>
<destination5>string</destination5>
<class1>string</class1>
<class2>string</class2>
<class3>string</class3>
<class4>string</class4>
<type>string</type>
<flight_date>dateTime</flight_date>
<flight_airline_code>string</flight_airline_code>
<flight_number>string</flight_number>
<flight_return_date>dateTime</flight_return_date>
<flight_return_airline_code>string</flight_return_airline_code>
<flight_return_number>string</flight_return_number>
<due_date>dateTime</due_date>
<pnr_no>string</pnr_no>
<commission>double</commission>
<currency>string</currency>
<rate>double</rate>
<total_price>double</total_price>
<ticket_price>double</ticket_price>
<pta_ticket>double</pta_ticket>
<tax_price>double</tax_price>
<vq_price>double</vq_price>
<service_price>double</service_price>
<other_service_price>double</other_service_price>
<reserve_price>double</reserve_price>
<discounts_price>double</discounts_price>
<sales_type>string</sales_type>
<pos_code>string</pos_code>
<installmentnumber>int</installmentnumber>
<slipnumber>int</slipnumber>
<cc_number>string</cc_number>
<rez_id>string</rez_id>
<sip_id>string</sip_id>
<campaign_code>string</campaign_code>
<salesuser>string</salesuser>
<classtype>string</classtype>
<analysiscode>string</analysiscode>
<analysisprice>double</analysisprice>
<analysiscode2>string</analysiscode2>
<analysisprice2>double</analysisprice2>
<salescenter>string</salescenter>
<direction>string</direction>
<companycode>int</companycode>
<service_pos_code>string</service_pos_code>
<service_pos_price>double</service_pos_price>
<ex_airline_code>string</ex_airline_code>
<ex_ticket_number>string</ex_ticket_number>
<billconfirm>string</billconfirm>
<reference>string</reference>
<reservation_person>string</reservation_person>
<ea_sendtype>int</ea_sendtype>
<ea_salestype>int</ea_salestype>
<ea_webaddresses>int</ea_webaddresses>
<ea_paymenttype>int</ea_paymenttype>
<ea_paymentexplain>int</ea_paymentexplain>
<ea_paymenttool>int</ea_paymenttool>
<ea_paymentdate>dateTime</ea_paymentdate>
<crs>int</crs>
<departmentcode>string</departmentcode>
<sectioncode>string</sectioncode>
<templeteid>int</templeteid>
<profiledataid>int</profiledataid>
<connection>int</connection>
<penalty_price>double</penalty_price>
</TicketUpdate>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<TicketUpdateResponse xmlns="http://tempuri.org/">
<TicketUpdateResult>int</TicketUpdateResult>
</TicketUpdateResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /Import/tiws/ArkmanTicketImport.asmx HTTP/1.1
Host: servicesv2.arkman.com.tr
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<TicketUpdate xmlns="http://tempuri.org/">
<UserName>string</UserName>
<Password>string</Password>
<Users>string</Users>
<ticket_number>string</ticket_number>
<form_no>string</form_no>
<airline_code>string</airline_code>
<flight_line>string</flight_line>
<customer_code>string</customer_code>
<passenger_name>string</passenger_name>
<passenger_id>string</passenger_id>
<passenger_id2>string</passenger_id2>
<sales_date>dateTime</sales_date>
<destination1>string</destination1>
<destination2>string</destination2>
<destination3>string</destination3>
<destination4>string</destination4>
<destination5>string</destination5>
<class1>string</class1>
<class2>string</class2>
<class3>string</class3>
<class4>string</class4>
<type>string</type>
<flight_date>dateTime</flight_date>
<flight_airline_code>string</flight_airline_code>
<flight_number>string</flight_number>
<flight_return_date>dateTime</flight_return_date>
<flight_return_airline_code>string</flight_return_airline_code>
<flight_return_number>string</flight_return_number>
<due_date>dateTime</due_date>
<pnr_no>string</pnr_no>
<commission>double</commission>
<currency>string</currency>
<rate>double</rate>
<total_price>double</total_price>
<ticket_price>double</ticket_price>
<pta_ticket>double</pta_ticket>
<tax_price>double</tax_price>
<vq_price>double</vq_price>
<service_price>double</service_price>
<other_service_price>double</other_service_price>
<reserve_price>double</reserve_price>
<discounts_price>double</discounts_price>
<sales_type>string</sales_type>
<pos_code>string</pos_code>
<installmentnumber>int</installmentnumber>
<slipnumber>int</slipnumber>
<cc_number>string</cc_number>
<rez_id>string</rez_id>
<sip_id>string</sip_id>
<campaign_code>string</campaign_code>
<salesuser>string</salesuser>
<classtype>string</classtype>
<analysiscode>string</analysiscode>
<analysisprice>double</analysisprice>
<analysiscode2>string</analysiscode2>
<analysisprice2>double</analysisprice2>
<salescenter>string</salescenter>
<direction>string</direction>
<companycode>int</companycode>
<service_pos_code>string</service_pos_code>
<service_pos_price>double</service_pos_price>
<ex_airline_code>string</ex_airline_code>
<ex_ticket_number>string</ex_ticket_number>
<billconfirm>string</billconfirm>
<reference>string</reference>
<reservation_person>string</reservation_person>
<ea_sendtype>int</ea_sendtype>
<ea_salestype>int</ea_salestype>
<ea_webaddresses>int</ea_webaddresses>
<ea_paymenttype>int</ea_paymenttype>
<ea_paymentexplain>int</ea_paymentexplain>
<ea_paymenttool>int</ea_paymenttool>
<ea_paymentdate>dateTime</ea_paymentdate>
<crs>int</crs>
<departmentcode>string</departmentcode>
<sectioncode>string</sectioncode>
<templeteid>int</templeteid>
<profiledataid>int</profiledataid>
<connection>int</connection>
<penalty_price>double</penalty_price>
</TicketUpdate>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<TicketUpdateResponse xmlns="http://tempuri.org/">
<TicketUpdateResult>int</TicketUpdateResult>
</TicketUpdateResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /Import/tiws/ArkmanTicketImport.asmx/TicketUpdate?UserName=string&Password=string&Users=string&ticket_number=string&form_no=string&airline_code=string&flight_line=string&customer_code=string&passenger_name=string&passenger_id=string&passenger_id2=string&sales_date=string&destination1=string&destination2=string&destination3=string&destination4=string&destination5=string&class1=string&class2=string&class3=string&class4=string&type=string&flight_date=string&flight_airline_code=string&flight_number=string&flight_return_date=string&flight_return_airline_code=string&flight_return_number=string&due_date=string&pnr_no=string&commission=string¤cy=string&rate=string&total_price=string&ticket_price=string&pta_ticket=string&tax_price=string&vq_price=string&service_price=string&other_service_price=string&reserve_price=string&discounts_price=string&sales_type=string&pos_code=string&installmentnumber=string&slipnumber=string&cc_number=string&rez_id=string&sip_id=string&campaign_code=string&salesuser=string&classtype=string&analysiscode=string&analysisprice=string&analysiscode2=string&analysisprice2=string&salescenter=string&direction=string&companycode=string&service_pos_code=string&service_pos_price=string&ex_airline_code=string&ex_ticket_number=string&billconfirm=string&reference=string&reservation_person=string&ea_sendtype=string&ea_salestype=string&ea_webaddresses=string&ea_paymenttype=string&ea_paymentexplain=string&ea_paymenttool=string&ea_paymentdate=string&crs=string&departmentcode=string§ioncode=string&templeteid=string&profiledataid=string&connection=string&penalty_price=string HTTP/1.1 Host: servicesv2.arkman.com.tr
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <int xmlns="http://tempuri.org/">int</int>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /Import/tiws/ArkmanTicketImport.asmx/TicketUpdate HTTP/1.1 Host: servicesv2.arkman.com.tr Content-Type: application/x-www-form-urlencoded Content-Length: length UserName=string&Password=string&Users=string&ticket_number=string&form_no=string&airline_code=string&flight_line=string&customer_code=string&passenger_name=string&passenger_id=string&passenger_id2=string&sales_date=string&destination1=string&destination2=string&destination3=string&destination4=string&destination5=string&class1=string&class2=string&class3=string&class4=string&type=string&flight_date=string&flight_airline_code=string&flight_number=string&flight_return_date=string&flight_return_airline_code=string&flight_return_number=string&due_date=string&pnr_no=string&commission=string¤cy=string&rate=string&total_price=string&ticket_price=string&pta_ticket=string&tax_price=string&vq_price=string&service_price=string&other_service_price=string&reserve_price=string&discounts_price=string&sales_type=string&pos_code=string&installmentnumber=string&slipnumber=string&cc_number=string&rez_id=string&sip_id=string&campaign_code=string&salesuser=string&classtype=string&analysiscode=string&analysisprice=string&analysiscode2=string&analysisprice2=string&salescenter=string&direction=string&companycode=string&service_pos_code=string&service_pos_price=string&ex_airline_code=string&ex_ticket_number=string&billconfirm=string&reference=string&reservation_person=string&ea_sendtype=string&ea_salestype=string&ea_webaddresses=string&ea_paymenttype=string&ea_paymentexplain=string&ea_paymenttool=string&ea_paymentdate=string&crs=string&departmentcode=string§ioncode=string&templeteid=string&profiledataid=string&connection=string&penalty_price=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <int xmlns="http://tempuri.org/">int</int>