ListZipsRequest

Extends \Dumkaaa\Boxberry\Api\C2C\Message\Request\AbstractRequest

Метод позволяет получить список почтовых индексов, для которых возможна курьерская доставка.

see
package

Dumkaaa\Boxberry\Api\C2C\Message\Request

Methods

__construct

__construct(\Dumkaaa\Boxberry\Api\Common\Http\Client $httpClient, \Symfony\Component\HttpFoundation\Request $httpRequest) 
inherited

Arguments

$httpRequest

\Symfony\Component\HttpFoundation\Request

Возвращает содержимое запроса

getData() : array|mixed
inherited

Response

array|mixed

getEndPoint

getEndPoint() : string
inherited

Response

string

Возвращает заголовки запроса

getHeaders() : array
inherited

Response

array

getHttpMethod

getHttpMethod() : string
inherited

Response

string

Возвращает метод api boxberry

getMethod() : string
inherited abstract

Response

string

Возвращает все параметры запроса

getParameters() : array
inherited
inheritdoc

Response

array

Возвращает поодготовленные к отправке параметры запроса

getPreparedData() : array
inherited

Response

array

Возвращает полученный ответ

getResponse() : \Dumkaaa\Boxberry\Api\Common\Message\ResponseInterface
inherited

Возвращает токен api boxberry

getToken() : string
inherited abstract

Response

string

Возвращает правила валидации

getValidationRules() : array
inherited
Throws
\Symfony\Component\Validator\Exception\MissingOptionsException
\Symfony\Component\Validator\Exception\InvalidOptionsException
\Symfony\Component\Validator\Exception\ConstraintDefinitionException

Response

array

Инициализация параметров запроса

initialize(array $parameters = array()) : $this
inherited
inheritdoc
Throws
\Dumkaaa\Boxberry\Api\Common\Exception\RuntimeException

Arguments

$parameters

array

Response

$this

Отправка запроса

send() : \Dumkaaa\Boxberry\Api\Common\Message\ResponseInterface
inherited
inheritdoc
Throws
\ReflectionException

Response

\Dumkaaa\Boxberry\Api\Common\Message\ResponseInterface

send

send() : \Dumkaaa\Boxberry\Api\C2C\Message\Response\ListZipsResponse

Response

\Dumkaaa\Boxberry\Api\C2C\Message\Response\ListZipsResponse

sendData

sendData( $data) 
inherited
inheritdoc
Throws
\Dumkaaa\Boxberry\Api\Common\Exception\RuntimeException
\ReflectionException

Arguments

$data

setEndPoint

setEndPoint( $endPoint) : \Dumkaaa\Boxberry\Api\Common\Message\Request\AbstractRequest
inherited

setToken

setToken( $token) 
inherited abstract

Arguments

$token

Валидация параметров запроса

validateData() 
inherited
Throws
\Symfony\Component\Validator\Exception\MissingOptionsException
\Symfony\Component\Validator\Exception\InvalidOptionsException
\Symfony\Component\Validator\Exception\ConstraintDefinitionException

Properties