Channels
Creat channel
Create channel
POST
{base url}/v1/accounting/channel
create a new channel
Headers
Authorization header
*
String
API user secret key
Body
name
*
string
name of channel
glAccountId
*
string
id of the ledger attached to this channel
channelUserType
*
array
channel user type (loans, deposits)
branch
*
array
id or the branch or all_branches
status
string
status of the channel (active/inactive)
Response
get channels
Get channels
GET
{base url}/v1/accounting/channel
get channels
Headers
Authorization header
*
String
API user secret key
Query parameters
page
number
page to fetch
perPage
number
number of items per page
Response
get channel by id
Get channel by id
GET
{base url}/v1/accounting/channel/{channelId}
get a single channel by id
Headers
Authorization header
*
String
API user secret key
Response
update channel
Update channel
PATCH
{base url}/v1/accounting/channel/{channelId}
Update channel
Headers
Authorization header
*
String
API user secret key
Body
channelUserType
array
channel user type (loans, deposits)
branch
array
id or the branch or all_branches
status
string
status of branch
Response
Last updated
Was this helpful?