[optional] Branch
Please use branches to segregate employees, customers and digital entity
Get the branches list and total branch entities
Get branches list and total branches count
Path parameters
counterparty_guidstringRequired
Counterparty GUID
Query parameters
namesstring[]Optional
branches names filter (string)
guidsstring[]Optional
branches guids filter (uuid)
limitintegerOptional
limit (int)
offsetintegerOptional
offset (int)
orderstring Β· enumOptionalPossible values:
list order (string)
Responses
200
OK
application/json
400
json with error msg
application/json
get
/counterparty/{counterparty_guid}/branchesCreate branch
Get Branch
Update Branch
Update branch
Path parameters
counterparty_guidstringRequired
Counterparty GUID
branch_guidstringRequired
branch guid (uuid)
Body
is_deletedbooleanOptional
namestringOptional
Responses
200
OK
application/json
400
json with error msg
application/json
put
/counterparty/{counterparty_guid}/branches/{branch_guid}Last updated