Branches
GET /branches
Example
curl -X GET \
'https://api.woowup.com/apiv3/branches?page=0&limit=1' \
-H 'accept: application/json' \
-H 'authorization: Basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' \
-H 'cache-control: no-cache'Response
{
"payload": [
{
"id": 1,
"name": "Palermo I",
"display_name": "Palermo",
"description": "",
"status": "active",
"created": "2018-04-13 15:12:50",
"modified": null,
"holder": null,
"email": null,
"telephone": null,
"address": null,
"working_hours": null,
"notes": null,
"branch_zone_name": null
}
],
"message": "ok",
"code": "ok",
"time": "25ms"
}HTTP Response codes
GET /branches/{id}
Example
Response
HTTP Response codes
POST /branches
PUT /branches/{id}
Delete branch
Request Body
Name
Type
Description
Last updated
Was this helpful?