Help for this page

Select Code to Download


  1. or download this
    $client->POST ('https://api.sixfold.com/v1/companies/296/carrier-shipm
    +ents/0005360404/allocation',
    ...
    + 'application/json'}
    ]
    );
    
  2. or download this
    =head3 POST ( $url, [$body_content, %$headers] )
     
    Preform an HTTP POST to the resource specified. Takes an optional body
    + content and hashref of custom request headers.
     
    =cut
    
  3. or download this
    #HTTP::Request POD
    =head2 Simple POST
    ...
        # my $ua = LWP::UserAgent->new();
        # my $res = $ua->request($r);
    =cut