Retrieve all the netting structures
get
/service/v1/getStructureList
This API is used to retrieves all the netting structures for a party Id.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authRecord: boolean
Auth record if true and unauth record if falseDefault Value:
true
-
frequency: string
Frequency
-
fromStructureEndDate: string
From Structure End Date
-
fromStructureStartDate: string
From Structure Start Date
-
globalCentreId: string
GlobalNettingCenter Id
-
globalCentreName: string
GlobalNettingCenter Name
-
limit: integer
LimitDefault Value:
0
-
nettingCycle: integer
Netting Cycle
-
offset: integer
OffsetDefault Value:
0
-
partyId(required): string
Party Id who has logged in
-
recordStat: string
Record type of the structure
-
structureCode: string
Structure Code
-
structureDescription: string
Structure Description
-
toStructureEndDate: string
To Structure End Date
-
toStructureStartDate: string
To Structure Start Date
Header Parameters
-
appId(required): string
Source Application Id
-
branchCode(required): string
Branch Code
-
userId(required): string
Source User id
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successfully performs the operation
Root Schema : StructureListResponse
Type:
object
StructureListResponse
Show Source
-
errorCode:
string
Error Code
-
errorDesc:
string
Error Desc
-
paging:
object PagingDto
-
status:
string
Default Value:
SUCCESS
Status - SUCCESS OR FAILED -
structureDetails:
array structureDetails
-
totalRecords:
integer
Total Number Of Structures fetched for the given party Id
Nested Schema : structureDetails
Type:
Show Source
array
-
Array of:
object ObcmTmStructureMasterListModel
ObcmTmStructureMasterListModel
Nested Schema : ObcmTmStructureMasterListModel
Type:
object
ObcmTmStructureMasterListModel
Show Source
-
obcmTmStructureMaster:
object ObcmTmStructureMasterModel
-
resourceId:
string
resource id
-
resourceName:
string
resource name
Nested Schema : ObcmTmStructureMasterModel
Type:
Show Source
object
-
action:
string
action
-
autoAuth:
string
auth status
-
checkerRemarks:
string
checker remarks
-
createdDate:
string
Created Date
-
datasegmentCode:
string
data segment code
-
dayOfTheMonth:
string
-
dayOfTheWeek:
string
-
frequency:
string
-
globalCentreId:
string
-
globalCentreName:
string
-
holidayTreatment:
string
-
id:
string
Id
-
lastUpdatedTimestamp:
string
Last Updated Timestamp
-
makerRemarks:
string
maker remarks
-
modificationStatus:
string
modification status
-
nettingCycle:
integer
-
payInMode:
string
PayIn Mode
-
payoutDays:
integer
Pattern:
[^*%]{0,50}
-
payOutMode:
string
PayOut Mode
-
previousCycle:
integer
-
previousCycleType:
string
-
settlementDays:
integer
Pattern:
[^*%]{0,50}
-
structureCode:
string
Pattern:
[^*%]{0,50}
Structure Code -
structureDescription:
string
Pattern:
[^*%]{0,50}
Structure Description -
structureEndDate:
string
Structure End Date
-
structureStartDate:
string
Structure Start Date
Match All
Show Source
Nested Schema : GenericDto-allOf[0]
Type:
object
Nested Schema : ObcmTmStructureMasterModel-allOf[1]
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error