User Profile

Collapse

Profile Sidebar

Collapse
delickate
delickate
Last Activity: Jan 10 '15, 03:09 PM
Joined: Feb 22 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I've solved that issue.
    Put your customer reference number under RequestedPackag eLineItems

    like this:

    Code:
    'Dimensions' => array(
    			'Length' => 20,
    			'Width' => 20,
    			'Height' => 10,
    			'Units' => 'IN'),
    			'CustomerReferences' => array(
    											'0' => array(
    												'CustomerReferenceType' => 'CUSTOMER_REFERENCE', 
    												'Value'
    ...
    See more | Go to post

    Leave a comment:


  • delickate
    started a topic Fedex Air waybill webservice php
    in PHP

    Fedex Air waybill webservice php

    Hi,
    I'm using Fedex Shipping Request v12 using PHP.

    my wsdl file is ShipService_v12 .wsdl
    and library file is fedex-common.php5

    I'm trying to send my order number in request and wan't to show up this order number in AIR WAYBILL pdf file.

    I'm sending order number in request like this:
    Code:
    'CustomerReferences'=> array('0' => array(
    	'CustomerReferenceType' => 'CUSTOMER_REFERENCE',
    ...
    See more | Go to post
No activity results to display
Show More
Working...