feat: api endpoints for pickups planning
This commit is contained in:
@@ -84,3 +84,17 @@ Authorization: Bearer {{$auth.token("oauth2_api")}}
|
||||
"email": "[email protected]",
|
||||
"phone": "12345"
|
||||
}
|
||||
|
||||
### API pickups planning webhook
|
||||
POST {{base_url}}/api/pickups-planning
|
||||
Accept: application/json
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer {{$auth.token("oauth2_api")}}
|
||||
|
||||
< ./assets/json/zustiegplanung.json
|
||||
|
||||
### API pickups planning
|
||||
GET {{base_url}}/api/pickups-planning/DPWWTS191125
|
||||
Accept: application/json
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer {{$auth.token("oauth2_api")}}
|
||||
|
||||
Reference in New Issue
Block a user