Details
DesigningGET
/branches/{id}Last modified: 2 months ago
Request
Path Params
id
string
required
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
result
array[string]
required
Example
{
"result": {
"code": "38010",
"name": "Talas Şube",
"variables": [
{
"key": "Adres",
"value": "Adres Detay"
}
],
"createdDate": "2024-10-25T17:02:19.557Z",
"sectionSize": 3,
"id": "671bcf1b2bac439c521d2bcc"
},
"status": true
}
Last modified: 2 months ago