GET api/ItemStakeholder/{stakeholderId}/{rowId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| stakeholderId | No documentation available. |
Define this parameter in the request URI. |
| rowId | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"StakeholderId": 1,
"RegisteredUserId": 1,
"Email": "sample string 2",
"GivenNames": "sample string 3",
"Surname": "sample string 4",
"JobTitle": "sample string 5",
"HomePhone": "sample string 6",
"MobilePhone": "sample string 7",
"Company": "sample string 8",
"StakeHolderTypeLovId": 1,
"StakeHolderTypeLovIdDesc": "sample string 9",
"OrganisationTypeLovId": 1,
"OrganisationTypeLovIdDesc": "sample string 10",
"TitleLovId": 1,
"TitleLovIdDesc": "sample string 11",
"EntityFlag": true,
"AddressId": 1,
"PostalAddressSelectedFlag": true,
"PostalAddressId": 1,
"StakeholderCategoryLovId": 1,
"StakeholderCategoryLovIdDesc": "sample string 13",
"Branch": "sample string 14",
"WorkPhone": "sample string 15",
"FullStakeholderName": "sample string 16",
"PostalAddressLine1": "sample string 17",
"PostalAddressLine2": "sample string 18",
"PostalAddressLine3": "sample string 19",
"PostalSuburbLovId": 1,
"PostalAddressSuburb": "sample string 20",
"PostalAddressPostCode": "sample string 21",
"PostalAddressState": "sample string 22",
"PostalAddressCountry": "sample string 23",
"FullPostalAddress": "sample string 24",
"AddressLine1": "sample string 25",
"AddressLine2": "sample string 26",
"AddressLine3": "sample string 27",
"SuburbLovId": 1,
"AddressSuburb": "sample string 28",
"AddressPostCode": "sample string 29",
"AddressState": "sample string 30",
"AddressCountry": "sample string 31",
"FullAddress": "sample string 32",
"ApplicationStakeholderId": 1,
"ApplicationId": 1,
"IsAssociatedStakeholder": true,
"ApplicationStakeHolderPrimaryFlag": true,
"ApplicationStakeholderTypeLovId": 1,
"ApplicationStakeholderTypeLovIdDesc": "sample string 33",
"ApplicationItemId": 1,
"ItemStakeholderId": 1,
"ItemStakeholderItemId": 1,
"ItemStakeholderTypeLovId": 1,
"ItemStakeholderTypeLovIdDesc": "sample string 34",
"ItemStakeHolderPrimaryFlag": true,
"RowId": 35,
"PK": 35
}
application/xml, text/xml
Sample:
<SvwItemStakeholder xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <StakeholderId>1</StakeholderId> <RegisteredUserId>1</RegisteredUserId> <Email>sample string 2</Email> <GivenNames>sample string 3</GivenNames> <Surname>sample string 4</Surname> <JobTitle>sample string 5</JobTitle> <HomePhone>sample string 6</HomePhone> <MobilePhone>sample string 7</MobilePhone> <Company>sample string 8</Company> <StakeHolderTypeLovId>1</StakeHolderTypeLovId> <StakeHolderTypeLovIdDesc>sample string 9</StakeHolderTypeLovIdDesc> <OrganisationTypeLovId>1</OrganisationTypeLovId> <OrganisationTypeLovIdDesc>sample string 10</OrganisationTypeLovIdDesc> <TitleLovId>1</TitleLovId> <TitleLovIdDesc>sample string 11</TitleLovIdDesc> <EntityFlag>true</EntityFlag> <AddressId>1</AddressId> <PostalAddressSelectedFlag>true</PostalAddressSelectedFlag> <PostalAddressId>1</PostalAddressId> <StakeholderCategoryLovId>1</StakeholderCategoryLovId> <StakeholderCategoryLovIdDesc>sample string 13</StakeholderCategoryLovIdDesc> <Branch>sample string 14</Branch> <WorkPhone>sample string 15</WorkPhone> <FullStakeholderName>sample string 16</FullStakeholderName> <PostalAddressLine1>sample string 17</PostalAddressLine1> <PostalAddressLine2>sample string 18</PostalAddressLine2> <PostalAddressLine3>sample string 19</PostalAddressLine3> <PostalSuburbLovId>1</PostalSuburbLovId> <PostalAddressSuburb>sample string 20</PostalAddressSuburb> <PostalAddressPostCode>sample string 21</PostalAddressPostCode> <PostalAddressState>sample string 22</PostalAddressState> <PostalAddressCountry>sample string 23</PostalAddressCountry> <FullPostalAddress>sample string 24</FullPostalAddress> <AddressLine1>sample string 25</AddressLine1> <AddressLine2>sample string 26</AddressLine2> <AddressLine3>sample string 27</AddressLine3> <SuburbLovId>1</SuburbLovId> <AddressSuburb>sample string 28</AddressSuburb> <AddressPostCode>sample string 29</AddressPostCode> <AddressState>sample string 30</AddressState> <AddressCountry>sample string 31</AddressCountry> <FullAddress>sample string 32</FullAddress> <ApplicationStakeholderId>1</ApplicationStakeholderId> <ApplicationId>1</ApplicationId> <IsAssociatedStakeholder>true</IsAssociatedStakeholder> <ApplicationStakeHolderPrimaryFlag>true</ApplicationStakeHolderPrimaryFlag> <ApplicationStakeholderTypeLovId>1</ApplicationStakeholderTypeLovId> <ApplicationStakeholderTypeLovIdDesc>sample string 33</ApplicationStakeholderTypeLovIdDesc> <ApplicationItemId>1</ApplicationItemId> <ItemStakeholderId>1</ItemStakeholderId> <ItemStakeholderItemId>1</ItemStakeholderItemId> <ItemStakeholderTypeLovId>1</ItemStakeholderTypeLovId> <ItemStakeholderTypeLovIdDesc>sample string 34</ItemStakeholderTypeLovIdDesc> <ItemStakeHolderPrimaryFlag>true</ItemStakeHolderPrimaryFlag> <RowId>35</RowId> </SvwItemStakeholder>