GET api/MasterPrincipalComponent/GetByMasterPrincipalComponentID?masterPrincipalComponentID={masterPrincipalComponentID}&showInactive={showInactive}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
masterPrincipalComponentID

integer

Required

showInactive

boolean

Required

Body Parameters

None.

Response Information

Resource Description

MasterPrincipalComponentModel
NameDescriptionTypeAdditional information
MasterPrincipalComponentID

integer

None.

MasterPrincipalComponent

string

None.

Amount

decimal number

None.

Description

string

None.

SuitorID

integer

None.

PrincipalComponentTypeID

integer

None.

CreateID

integer

None.

CreateSessionID

integer

None.

CreateTS

date

None.

ModifyID

integer

None.

ModifySessionID

integer

None.

ModifyTS

date

None.

InactiveID

integer

None.

InactiveSessionID

integer

None.

InactiveTS

date

None.

StatusID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "MasterPrincipalComponentID": 1,
  "MasterPrincipalComponent": "sample string 2",
  "Amount": 1.0,
  "Description": "sample string 3",
  "SuitorID": 1,
  "PrincipalComponentTypeID": 1,
  "CreateID": 1,
  "CreateSessionID": 1,
  "CreateTS": "2025-09-02T23:04:52.7950563+00:00",
  "ModifyID": 1,
  "ModifySessionID": 1,
  "ModifyTS": "2025-09-02T23:04:52.7950563+00:00",
  "InactiveID": 1,
  "InactiveSessionID": 1,
  "InactiveTS": "2025-09-02T23:04:52.7950563+00:00",
  "StatusID": 1
}

application/xml, text/xml

Sample:
<MasterPrincipalComponentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.MasterPrincipalComponent">
  <Amount>1</Amount>
  <CreateID>1</CreateID>
  <CreateSessionID>1</CreateSessionID>
  <CreateTS>2025-09-02T23:04:52.7950563+00:00</CreateTS>
  <Description>sample string 3</Description>
  <InactiveID>1</InactiveID>
  <InactiveSessionID>1</InactiveSessionID>
  <InactiveTS>2025-09-02T23:04:52.7950563+00:00</InactiveTS>
  <MasterPrincipalComponent>sample string 2</MasterPrincipalComponent>
  <MasterPrincipalComponentID>1</MasterPrincipalComponentID>
  <ModifyID>1</ModifyID>
  <ModifySessionID>1</ModifySessionID>
  <ModifyTS>2025-09-02T23:04:52.7950563+00:00</ModifyTS>
  <PrincipalComponentTypeID>1</PrincipalComponentTypeID>
  <StatusID>1</StatusID>
  <SuitorID>1</SuitorID>
</MasterPrincipalComponentModel>