- Integracja własna
- Wstęp
- Strategia integracji
- Endpoints
- Autentyfikacja
- Szybka wycena
- Użytkownicy
- AddressBook
- Edit sender contact in address book
- Add sender contact in address book
- Delete sender contact from address book
- Edit receiver contact in address book
- Add receiver contact in address book
- Delete receiver contact from address book
- Get senders contacts from address book
- Get receiver contacts from address book
- Import sender contacts to address book
- Import receiver contacts to address book
- get company for userGET
- Update user currencyPATCH
- User return carrier listGET
- Manage user return carrier listPUT
- Wycena ofertowa
- Słowniki
- Szablon przesyłki
- Payments
- AddressBook
- User
- Get user data
- Get user coupon data
- Register user
- Edit user
- Get company information
- Get user invoice list
- Get invoice
- Get compressed list of invoices
- Get invoice email
- Get account and payment statistics
- Get list of payment methods
- Get selected payment method
- Create selected payment method
- Remove selected payment method
- Get order statistics
- Get list of customs documents for the order
- Get list of options for saving user preferences
- Save user preferences
- Orders
Update user currency
Testing Env
https://test.api.globkurier.pl
Testing Env
https://test.api.globkurier.pl
PATCH
/v2/user/currency
User
Request
Body Params application/json
currency
string
required
<= 3 characters
Example:
PLN
Example
{
"currency": "PLN"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://test.api.globkurier.pl/v2/user/currency' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "PLN"
}'
Responses
🟢200OK
application/json
Body
object {0}
Example
{}
🟠400Bad Request
🟠415415
Modified at 2025-04-11 16:45:03