GET api/TDSClientLDCMaster?clientID={clientID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomTDSClientLDCMasterName | Description | Type | Additional information |
---|---|---|---|
TDSClientLDCMasterID | globally unique identifier |
None. |
|
PANLDC | string |
None. |
|
CertificateNumber | string |
None. |
|
DataValidated | string |
None. |
|
TDSRate | decimal number |
None. |
|
CertificateLimit | decimal number |
None. |
|
ValidFrom | date |
None. |
|
ValidTill | date |
None. |
|
Section | string |
None. |
|
ClientName | string |
None. |
|
ClientMasterID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TDSClientLDCMasterID": "7bfccb09-4fca-4b1e-95f6-22e396863342", "PANLDC": "sample string 2", "CertificateNumber": "sample string 3", "DataValidated": "sample string 4", "TDSRate": 5.1, "CertificateLimit": 6.1, "ValidFrom": "2025-06-22T23:43:46.7495986+00:00", "ValidTill": "2025-06-22T23:43:46.7495986+00:00", "Section": "sample string 9", "ClientName": "sample string 10", "ClientMasterID": "92ae38bb-b0dd-45da-97ea-ed3602fe8374" }, { "TDSClientLDCMasterID": "7bfccb09-4fca-4b1e-95f6-22e396863342", "PANLDC": "sample string 2", "CertificateNumber": "sample string 3", "DataValidated": "sample string 4", "TDSRate": 5.1, "CertificateLimit": 6.1, "ValidFrom": "2025-06-22T23:43:46.7495986+00:00", "ValidTill": "2025-06-22T23:43:46.7495986+00:00", "Section": "sample string 9", "ClientName": "sample string 10", "ClientMasterID": "92ae38bb-b0dd-45da-97ea-ed3602fe8374" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomTDSClientLDCMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomTDSClientLDCMaster> <CertificateLimit>6.1</CertificateLimit> <CertificateNumber>sample string 3</CertificateNumber> <ClientMasterID>92ae38bb-b0dd-45da-97ea-ed3602fe8374</ClientMasterID> <ClientName>sample string 10</ClientName> <DataValidated>sample string 4</DataValidated> <PANLDC>sample string 2</PANLDC> <Section>sample string 9</Section> <TDSClientLDCMasterID>7bfccb09-4fca-4b1e-95f6-22e396863342</TDSClientLDCMasterID> <TDSRate>5.1</TDSRate> <ValidFrom>2025-06-22T23:43:46.7495986+00:00</ValidFrom> <ValidTill>2025-06-22T23:43:46.7495986+00:00</ValidTill> </CustomTDSClientLDCMaster> <CustomTDSClientLDCMaster> <CertificateLimit>6.1</CertificateLimit> <CertificateNumber>sample string 3</CertificateNumber> <ClientMasterID>92ae38bb-b0dd-45da-97ea-ed3602fe8374</ClientMasterID> <ClientName>sample string 10</ClientName> <DataValidated>sample string 4</DataValidated> <PANLDC>sample string 2</PANLDC> <Section>sample string 9</Section> <TDSClientLDCMasterID>7bfccb09-4fca-4b1e-95f6-22e396863342</TDSClientLDCMasterID> <TDSRate>5.1</TDSRate> <ValidFrom>2025-06-22T23:43:46.7495986+00:00</ValidFrom> <ValidTill>2025-06-22T23:43:46.7495986+00:00</ValidTill> </CustomTDSClientLDCMaster> </ArrayOfCustomTDSClientLDCMaster>