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(optional): boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
partyNumber(optional): string
partyNumber to filter
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
Nested Schema : PagingDto
Type:
object
Paging DTO
Show Source
-
links(optional):
string
links
-
totalResults(optional):
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(optional):
object AddressDto
-
countryOfIncorporation(optional):
string
Country Of Incorporation
-
dateOfIncorporation(optional):
string
Date Of Incorporation
-
demographicType(optional):
string
Demographic Type
-
holdingPattern(optional):
string
Holding Pattern
-
kycStatus(optional):
string
KYC Status
-
languageCode(optional):
string
Language Code
-
organizationType(optional):
string
Organization Type
-
partyContact(optional):
array partyContact
-
partyName(optional):
string
Party Name
-
partyNumber(optional):
string
Party Number
-
partyType(optional):
string
Party Type
-
placeOfIncorporation(optional):
string
Place Of Incorporation
-
reportLocale(optional):
string
Report Locale
Nested Schema : AddressDto
Type:
Show Source
object
-
addressType(optional):
string
Address Type
-
area(optional):
string
Area
-
building(optional):
string
Building
-
city(optional):
string
City
-
country(optional):
string
Country
-
id(optional):
string
ID
-
landmark(optional):
string
Landmark
-
locality(optional):
string
Locality
-
parentId(optional):
string
Area
-
state(optional):
string
State
-
street(optional):
string
Street
-
zipcode(optional):
string
ZIP Code
Nested Schema : ClmoTmPartyContactDTO
Type:
Show Source
object
-
designation(optional):
string
Designation
-
firstName(optional):
string
First Name
-
id(optional):
string
ID
-
lastName(optional):
string
Last Name
-
partyContactMedia(optional):
array partyContactMedia
-
partyId(optional):
string
Party Id
-
salutation(optional):
string
Salutation
Nested Schema : ClmoTmPartyContactMediaDTO
Type:
Show Source
object
-
address(optional):
object AddressDto
-
id(optional):
string
ID
-
mediaAddress(optional):
string
Media Address
-
mediaType(optional):
string
Media Type
-
partyContactId(optional):
string
Party Contact ID
-
preferredFlag(optional):
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