Home Javascript SDK Rest API/SSO Webhooks AppMarket Login

Method: /Stores/GetStoreBranches

Endpoint

https://api.cashcow.co.il/Api/Stores/GetStoreBranches

Method

HttpGet

Authentication

this method require a valid account access token. (parameter: token)

Permissions

Request

parameter Description Type Required
store_id Account Store Id (for Authentication) Int True
token account access token string True

Response

Returns a valid JSON type.

Name Type Description
items {
    id Int32
    name String
    address String
    phone String
    desc String
}
total Int32
token String
response_time DateTime
state_id ResultState