Retrieves the Structure by ID
get
/sweepservice/adhoc/{id}
This endpoint is used to get the structure by ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id(required): string
Id of the structure that needs to be fetched
Query Parameters
-
version: string
version of the structure that needs to be fetched
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the structure based on given id.
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : LmsTbAdhocStrSweepDTO-allOf[1]
Type:
Show Source
object
-
customerId:
string
Pattern:
[a-zA-Z0-9]{1,20}
-
customerName:
string
-
effectiveDate:
string
-
executionType:
string
-
headerBranchCode:
string
-
includeExternalAccount:
string
-
LmsTbAdhocAccpairSweepDTO:
array LmsTbAdhocAccpairSweepDTO
-
overRidePendingSweep:
string
-
status:
string
-
structureDescription:
string
-
structureId:
string
Pattern:
[A-Z0-9]{1,30}
-
structureMasterId:
string
-
sweepId:
string
-
sweepStatus:
string
-
versionNo:
integer
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error