Boundary
Provides a list of boundary entities based on the provided search criteria.
Query parameters
tenantIdstring · varchar · max: 256Required
unique id for a tenant.
codesstring · varchar[]Required
unique list of boundary codes.
Responses
200
Successful Response.
*/*
400
Invalid input.
*/*
post
/boundary/_searchProvides functionality to search linked boundaries based on the provided search criteria
Query parameters
tenantIdstring · varchar · max: 256Required
unique id for a tenant.
boundaryTypestring · varchar · max: 64Optional
boundary type within the tenant boundary structure.
hierarchyTypestring · varchar · max: 128Optional
Type Of the BoundaryType Like REVENUE, ADMIN
includeChildrenbooleanOptional
boolean flag to inform the service if children need to be part of search.
includeParentsbooleanOptional
boolean flag to inform the service if parents need to be part of search.
codesstring · varchar[]Optional
unique List of boundary codes.
Responses
200
Successful Response.
*/*
400
Invalid input.
*/*
post
/boundary/boundary-relationships/_searchLast updated
Was this helpful?