NAME
WebService::NiigataUnyu - Check Track Shipments (Niigata Unyu Co.,Ltd. /Japan)
NAME (ja)
WebService::NiigataUnyu - 新潟運輸 お荷物の配達状況照会へ照会するモジュール
SYNOPSIS
use WebService::NiigataUnyu;
my $maruun = WebService::NiigataUnyu->new();
my $res = $maruun->check([
'000000000001',
'000000000012',
]);
use YAML;
print Dump( $res );
DESCRIPTION
「お荷物の配達状況照会(お問い合わせ番号) | 新潟運輸株式会社」Webページに、問い合わせ番号を入力し、回答を回収します。
METHOD
DEPENDENCIES
BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests to bug-webservice-NiigataUnyu@rt.cpan.org
, or through the web interface at http://rt.cpan.org.
AUTHOR
OONO Yoshitaka <aab61120@pop12.odn.ne.jp>
LICENCE AND COPYRIGHT
Copyright (c) 2011, OONO Yoshitaka <aab61120@pop12.odn.ne.jp>
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.