Get a list of all valid Party Maintenance
get
/api/1.0/partymaintenance
This operation gets list of all valid party maintenance records using PartyMaintenance Service.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
includecloseandunauth: boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
partyNumber: string
partyNumber to filter
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
Root Schema : ClmoTmPartyCollection
Type:
object
Collection of party.
Show Source
-
data:
array data
-
paging:
object PagingDto
Paging DTO
Nested Schema : PagingDto
Type:
object
Paging DTO
Show Source
-
links:
string
links
-
totalResults:
string
TotalResults
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 : Party-allOf[1]
Type:
Show Source
object
-
address:
object AddressDto
-
countryOfIncorporation:
string
Country Of Incorporation
-
dateOfIncorporation:
string
Date Of Incorporation
-
demographicType:
string
Demographic Type
-
holdingPattern:
string
Holding Pattern
-
kycStatus:
string
KYC Status
-
languageCode:
string
Language Code
-
organizationType:
string
Organization Type
-
partyContact:
array partyContact
-
partyName:
string
Party Name
-
partyNumber:
string
Party Number
-
partyType:
string
Party Type
-
placeOfIncorporation:
string
Place Of Incorporation
-
reportLocale:
string
Report Locale
Nested Schema : AddressDto
Type:
Show Source
object
-
addressType:
string
Address Type
-
area:
string
Area
-
building:
string
Building
-
city:
string
City
-
country:
string
Country
-
id:
string
ID
-
landmark:
string
Landmark
-
locality:
string
Locality
-
parentId:
string
Area
-
state:
string
State
-
street:
string
Street
-
zipcode:
string
ZIP Code
Nested Schema : ClmoTmPartyContactDTO
Type:
Show Source
object
-
designation:
string
Designation
-
firstName:
string
First Name
-
id:
string
ID
-
lastName:
string
Last Name
-
partyContactMedia:
array partyContactMedia
-
partyId:
string
Party Id
-
salutation:
string
Salutation
Nested Schema : ClmoTmPartyContactMediaDTO
Type:
Show Source
object
-
address:
object AddressDto
-
id:
string
ID
-
mediaAddress:
string
Media Address
-
mediaType:
string
Media Type
-
partyContactId:
string
Party Contact ID
-
preferredFlag:
string
Preferred Flag
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error