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: string
Id of the structure that needs to be fetched
Query Parameters
-
version(optional): 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(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
-
customerName(optional):
string
Maximum Length:
100
-
effectiveDate(optional):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
-
executionType(optional):
string
Maximum Length:
1
-
headerBranchCode(optional):
string
Maximum Length:
4
-
includeExternalAccount(optional):
string
Maximum Length:
1
Pattern:[Y,N]
-
LmsTbAdhocAccpairSweepDTO(optional):
array LmsTbAdhocAccpairSweepDTO
-
overRidePendingSweep(optional):
string
Maximum Length:
1
-
requestId(optional):
string
-
status(optional):
string
-
structureDescription(optional):
string
Maximum Length:
200
-
structureId(optional):
string
Pattern:
[0-9a-fA-Z-]{1,36}
-
structureMasterId(optional):
string
Maximum Length:
36
-
sweepId(optional):
string
Maximum Length:
36
-
sweepStatus(optional):
string
Maximum Length:
1
-
versionNo(optional):
integer
Nested Schema : LmsTbAdhocAccpairSweepDTO
Type:
Show Source
object
-
accountNumber(optional):
string
Maximum Length:
35
-
adhocSweepStrMasterId(optional):
string
Maximum Length:
36
-
branchCode(optional):
string
Maximum Length:
4
-
currencyCode(optional):
string
Maximum Length:
3
-
id(optional):
string
Maximum Length:
36
-
instructionId(optional):
string
Maximum Length:
200
-
instructionPriority(optional):
string
Maximum Length:
36
-
parentAccountBranch(optional):
string
Maximum Length:
4
-
parentAccountCurrency(optional):
string
Maximum Length:
3
-
parentAccountNumber(optional):
string
Maximum Length:
35
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error