ConfirmingServiceInterface
- interface Firstred\PostNL\Service\ConfirmingServiceInterface
- Class ConfirmingService.
Summary
Methods
Methods
- public Firstred\PostNL\Service\ConfirmingServiceInterface::confirmShipmentREST($confirming)
- Generate a single barcode via REST.
- Parameters:
$confirming (
Firstred\PostNL\Entity\Request\Confirming)
- Returns:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Since:
1.0.0
- Deprecated:
1.4.0 Use `confirmShipment`
- public Firstred\PostNL\Service\ConfirmingServiceInterface::confirmShipmentsREST($confirms)
- Confirm multiple shipments.
- Parameters:
$confirms (
Firstred\PostNL\Entity\Request\Confirming[]) [‘uuid’ => Confirming, …]
- Returns:
\Firstred\PostNL\Entity\Response\ConfirmingResponseShipment[]- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Since:
1.0.0
- Deprecated:
1.4.0 Used `confirmShipments`
- public Firstred\PostNL\Service\ConfirmingServiceInterface::confirmShipmentSOAP($confirming)
- Generate a single label via SOAP.
- Parameters:
$confirming (
Firstred\PostNL\Entity\Request\Confirming)
- Returns:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Since:
1.0.0
- Deprecated:
1.4.0 use `confirmShipment`
- public Firstred\PostNL\Service\ConfirmingServiceInterface::confirmShipmentsSOAP($confirmings)
- Generate multiple labels at once.
- Parameters:
$confirmings (array) [‘uuid’ => Confirming, …]
- Returns:
\Firstred\PostNL\Entity\Response\ConfirmingResponseShipment[]- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Since:
1.0.0
- Deprecated:
1.4.0 Use `confirmShipments`
- public Firstred\PostNL\Service\ConfirmingServiceInterface::buildConfirmRequestREST($confirming)
- Parameters:
$confirming (
Firstred\PostNL\Entity\Request\Confirming)
- Returns:
\Psr\Http\Message\RequestInterface- Since:
1.0.0
- Deprecated:
1.4.0
- public Firstred\PostNL\Service\ConfirmingServiceInterface::processConfirmResponseREST($response)
- Proces Confirm REST Response.
- Parameters:
$response (mixed)
- Returns:
\Firstred\PostNL\Entity\Response\ConfirmingResponseShipment| null- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Throws:
- Since:
1.0.0
- Deprecated:
1.4.0
- public Firstred\PostNL\Service\ConfirmingServiceInterface::buildConfirmRequestSOAP($confirming)
- Parameters:
$confirming (
Firstred\PostNL\Entity\Request\Confirming)
- Returns:
\Psr\Http\Message\RequestInterface- Since:
1.0.0
- Deprecated:
1.4.0
- public Firstred\PostNL\Service\ConfirmingServiceInterface::processConfirmResponseSOAP($response)
- Process Confirm 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
- Deprecated:
1.4.0