Skip to main content
POST
Créer une branche

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/api/auth/login

Path Parameters

agencyId
integer<int64>
required

Body

application/json
name
string
required
Maximum string length: 255
address
string
Maximum string length: 500
city
string
Maximum string length: 100
country
string
Maximum string length: 100
phone
string
Maximum string length: 30
openingHours
string
gpsLat
number<double>
gpsLng
number<double>

Response

Branch created

id
integer<int64>
agencyId
integer<int64>
name
string
address
string
city
string
country
string
phone
string
openingHours
string
gpsLat
number<double>
gpsLng
number<double>
isActive
boolean