skycargo


Click here for a complete list of operations.

SendContactUsEmail

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
captchaId:
userInput:
instanceId:
purpose:
region:
country:
title:
firstname:
lastname:
email:
phone:
phoneext:
mobile:
company:
shippingno:
industry:
service:
timefrom:
timeto:
jobtitle:
topic:
publication:
departure:
destination:
timeFrameFrom:
timeFrameTo:
tonnage:
volume:
pieces:
commodity:
length:
width:
height:
PakkagingfileName:
message:

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 /services/skycargo.asmx HTTP/1.1
Host: www.skycargo.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SendContactUsEmail"

<?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>
    <SendContactUsEmail xmlns="http://tempuri.org/">
      <captchaId>string</captchaId>
      <userInput>string</userInput>
      <instanceId>string</instanceId>
      <purpose>string</purpose>
      <region>string</region>
      <country>string</country>
      <title>string</title>
      <firstname>string</firstname>
      <lastname>string</lastname>
      <email>string</email>
      <phone>string</phone>
      <phoneext>string</phoneext>
      <mobile>string</mobile>
      <company>string</company>
      <shippingno>string</shippingno>
      <industry>string</industry>
      <service>string</service>
      <timefrom>string</timefrom>
      <timeto>string</timeto>
      <jobtitle>string</jobtitle>
      <topic>string</topic>
      <publication>string</publication>
      <departure>string</departure>
      <destination>string</destination>
      <timeFrameFrom>string</timeFrameFrom>
      <timeFrameTo>string</timeFrameTo>
      <tonnage>string</tonnage>
      <volume>string</volume>
      <pieces>string</pieces>
      <commodity>string</commodity>
      <length>string</length>
      <width>string</width>
      <height>string</height>
      <PakkagingfileName>string</PakkagingfileName>
      <message>string</message>
    </SendContactUsEmail>
  </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>
    <SendContactUsEmailResponse xmlns="http://tempuri.org/">
      <SendContactUsEmailResult>string</SendContactUsEmailResult>
    </SendContactUsEmailResponse>
  </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 /services/skycargo.asmx HTTP/1.1
Host: www.skycargo.com
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>
    <SendContactUsEmail xmlns="http://tempuri.org/">
      <captchaId>string</captchaId>
      <userInput>string</userInput>
      <instanceId>string</instanceId>
      <purpose>string</purpose>
      <region>string</region>
      <country>string</country>
      <title>string</title>
      <firstname>string</firstname>
      <lastname>string</lastname>
      <email>string</email>
      <phone>string</phone>
      <phoneext>string</phoneext>
      <mobile>string</mobile>
      <company>string</company>
      <shippingno>string</shippingno>
      <industry>string</industry>
      <service>string</service>
      <timefrom>string</timefrom>
      <timeto>string</timeto>
      <jobtitle>string</jobtitle>
      <topic>string</topic>
      <publication>string</publication>
      <departure>string</departure>
      <destination>string</destination>
      <timeFrameFrom>string</timeFrameFrom>
      <timeFrameTo>string</timeFrameTo>
      <tonnage>string</tonnage>
      <volume>string</volume>
      <pieces>string</pieces>
      <commodity>string</commodity>
      <length>string</length>
      <width>string</width>
      <height>string</height>
      <PakkagingfileName>string</PakkagingfileName>
      <message>string</message>
    </SendContactUsEmail>
  </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>
    <SendContactUsEmailResponse xmlns="http://tempuri.org/">
      <SendContactUsEmailResult>string</SendContactUsEmailResult>
    </SendContactUsEmailResponse>
  </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 /services/skycargo.asmx/SendContactUsEmail?captchaId=string&userInput=string&instanceId=string&purpose=string&region=string&country=string&title=string&firstname=string&lastname=string&email=string&phone=string&phoneext=string&mobile=string&company=string&shippingno=string&industry=string&service=string&timefrom=string&timeto=string&jobtitle=string&topic=string&publication=string&departure=string&destination=string&timeFrameFrom=string&timeFrameTo=string&tonnage=string&volume=string&pieces=string&commodity=string&length=string&width=string&height=string&PakkagingfileName=string&message=string HTTP/1.1
Host: www.skycargo.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">string</string>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /services/skycargo.asmx/SendContactUsEmail HTTP/1.1
Host: www.skycargo.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

captchaId=string&userInput=string&instanceId=string&purpose=string&region=string&country=string&title=string&firstname=string&lastname=string&email=string&phone=string&phoneext=string&mobile=string&company=string&shippingno=string&industry=string&service=string&timefrom=string&timeto=string&jobtitle=string&topic=string&publication=string&departure=string&destination=string&timeFrameFrom=string&timeFrameTo=string&tonnage=string&volume=string&pieces=string&commodity=string&length=string&width=string&height=string&PakkagingfileName=string&message=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">string</string>