# Update partner pickup point **PUT /deliveries/partner/{code}/pickup-point/{pickupPointCode}** Replaced by `/v2/transports` endpoints. ## Servers ## Parameters ### Body: (object) - **code** (string) Pickup point identifier. Allowed characters are: A-Z, a-z, 0-9, _, . and -. - **title** (string) Title of pickup point - **street** (string) Street and number - **city** (string) City or town - **zip** (string) Zip code - **district_code** (string) Code of the district (see Districts) - **phone** (string) Phone number of the pickup point - **email** (string) Email of the pickup point - **latitude** (number) Latitude of the pickup point - **longitude** (number) Longitude of the pickup point - **opening_hours** (object) Opening hour - **payment_methods** (array[string]) Available payment methods - **note** (string) Additional information - **dimensions** (object) Maximal dimensions of packages to be acceptable for the pickup point - **priority** (integer) Priority of pickup point method - **package_size** (string) `smallbox` or `bigbox` package size ## Responses ### 200 OK #### Body: (object) - **data** (object) - **result** (object) - **paging** (object) [Powered by Bump.sh](https://bump.sh)