DeliveryDateServiceInterface¶
-
interface
Firstred\PostNL\Service\DeliveryDateServiceInterface¶ - Class DeliveryDateService.
Summary¶
Methods¶
Methods¶
-
public
Firstred\PostNL\Service\DeliveryDateServiceInterface::getDeliveryDateREST($getDeliveryDate)¶ - Get a delivery date via REST.
- Parameters
$getDeliveryDate (
Firstred\PostNL\Entity\Request\GetDeliveryDate)
- Returns
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Since
1.0.0
-
public
Firstred\PostNL\Service\DeliveryDateServiceInterface::getDeliveryDateSOAP($getDeliveryDate)¶ - Get a delivery date via SOAP.
- Parameters
$getDeliveryDate (
Firstred\PostNL\Entity\Request\GetDeliveryDate)
- Returns
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Since
1.0.0
-
public
Firstred\PostNL\Service\DeliveryDateServiceInterface::getSentDateREST($getSentDate)¶ - Get the sent date via REST.
- Parameters
$getSentDate (
Firstred\PostNL\Entity\Request\GetSentDateRequest)
- Returns
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Since
1.0.0
-
public
Firstred\PostNL\Service\DeliveryDateServiceInterface::getSentDateSOAP($getSentDate)¶ - Generate a single label via SOAP.
- Parameters
$getSentDate (
Firstred\PostNL\Entity\Request\GetSentDateRequest)
- Returns
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
\Psr\Cache\InvalidArgumentException- Since
1.0.0
-
public
Firstred\PostNL\Service\DeliveryDateServiceInterface::buildGetDeliveryDateRequestREST($getDeliveryDate)¶ - Build the GetDeliveryDate request for the REST API.
- Parameters
$getDeliveryDate (
Firstred\PostNL\Entity\Request\GetDeliveryDate)
- Returns
\Psr\Http\Message\RequestInterface- Since
1.0.0
-
public
Firstred\PostNL\Service\DeliveryDateServiceInterface::processGetDeliveryDateResponseREST($response)¶ - Process GetDeliveryDate REST Response.
- Parameters
$response (mixed)
- Returns
\Firstred\PostNL\Entity\Response\GetDeliveryDateResponse| null- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Since
1.0.0
-
public
Firstred\PostNL\Service\DeliveryDateServiceInterface::buildGetDeliveryDateRequestSOAP($getDeliveryDate)¶ - Build the GetDeliveryDate request for the SOAP API.
- Parameters
$getDeliveryDate (
Firstred\PostNL\Entity\Request\GetDeliveryDate)
- Returns
\Psr\Http\Message\RequestInterface- Since
1.0.0
-
public
Firstred\PostNL\Service\DeliveryDateServiceInterface::processGetDeliveryDateResponseSOAP($response)¶ - Parameters
$response (
Psr\Http\Message\ResponseInterface)
- Returns
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Since
1.0.0
-
public
Firstred\PostNL\Service\DeliveryDateServiceInterface::buildGetSentDateRequestREST($getSentDate)¶ - Build the GetSentDate request for the REST API.
- Parameters
$getSentDate (
Firstred\PostNL\Entity\Request\GetSentDateRequest)
- Returns
\Psr\Http\Message\RequestInterface- Since
1.0.0
-
public
Firstred\PostNL\Service\DeliveryDateServiceInterface::processGetSentDateResponseREST($response)¶ - Process GetSentDate REST Response.
- Parameters
$response (mixed)
- Returns
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Since
1.0.0
-
public
Firstred\PostNL\Service\DeliveryDateServiceInterface::buildGetSentDateRequestSOAP($getSentDate)¶ - Build the GetSentDate request for the SOAP API.
- Parameters
$getSentDate (
Firstred\PostNL\Entity\Request\GetSentDateRequest)
- Returns
\Psr\Http\Message\RequestInterface- Since
1.0.0
-
public
Firstred\PostNL\Service\DeliveryDateServiceInterface::processGetSentDateResponseSOAP($response)¶ - Process GetSentDate SOAP Response.
- Parameters
$response (
Psr\Http\Message\ResponseInterface)
- Returns
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Throws
- Since
1.0.0