GET api/Nominee/GetOrgQbccNominee?orgId={orgId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orgId

string

Required

Body Parameters

None.

Response Information

Resource Description

QbccNomineeResponseModel
NameDescriptionTypeAdditional information
UserId

string

None.

Email

string

None.

FirstName

string

None.

LastName

string

None.

Position

string

None.

DOB

string

None.

Gender

string

None.

HomePhone

string

None.

Mobile

string

None.

QBCCLicenseNumber

string

None.

QBCCFinanceCategory

string

None.

QBCCLicenseDeclarationDate

string

None.

QBCCLicenseExpiryDate

string

None.

EndorsementsHeld

string

None.

BackflowPreventionExpiryDate

string

None.

OccupationalLicenseNumber

string

None.

OccupationalLicenseDeclarationDate

string

None.

OccupationalLicenseExpiryDate

string

None.

GasWorkLicenseNumber

string

None.

GasWorkLicenseDeclarationDate

string

None.

GasWorkLicenseExpiryDate

string

None.

KeepNominee

string

None.

Result

ResponseResult

None.

Response Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "Email": "sample string 2",
  "FirstName": "sample string 3",
  "LastName": "sample string 4",
  "Position": "sample string 5",
  "DOB": "sample string 6",
  "Gender": "sample string 7",
  "HomePhone": "sample string 8",
  "Mobile": "sample string 9",
  "QBCCLicenseNumber": "sample string 10",
  "QBCCFinanceCategory": "sample string 11",
  "QBCCLicenseDeclarationDate": "sample string 12",
  "QBCCLicenseExpiryDate": "sample string 13",
  "EndorsementsHeld": "sample string 14",
  "BackflowPreventionExpiryDate": "sample string 15",
  "OccupationalLicenseNumber": "sample string 16",
  "OccupationalLicenseDeclarationDate": "sample string 17",
  "OccupationalLicenseExpiryDate": "sample string 18",
  "GasWorkLicenseNumber": "sample string 19",
  "GasWorkLicenseDeclarationDate": "sample string 20",
  "GasWorkLicenseExpiryDate": "sample string 21",
  "KeepNominee": "sample string 22",
  "Result": {
    "Success": true,
    "Message": "sample string 2",
    "Errors": [
      {
        "Message": "sample string 1"
      },
      {
        "Message": "sample string 1"
      }
    ]
  }
}

application/xml, text/xml

Sample:
<QbccNomineeResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bond.Core.API.Models.Response">
  <Result>
    <Errors>
      <ErrorMessage>
        <Message>sample string 1</Message>
      </ErrorMessage>
      <ErrorMessage>
        <Message>sample string 1</Message>
      </ErrorMessage>
    </Errors>
    <Message>sample string 2</Message>
    <Success>true</Success>
  </Result>
  <BackflowPreventionExpiryDate>sample string 15</BackflowPreventionExpiryDate>
  <DOB>sample string 6</DOB>
  <Email>sample string 2</Email>
  <EndorsementsHeld>sample string 14</EndorsementsHeld>
  <FirstName>sample string 3</FirstName>
  <GasWorkLicenseDeclarationDate>sample string 20</GasWorkLicenseDeclarationDate>
  <GasWorkLicenseExpiryDate>sample string 21</GasWorkLicenseExpiryDate>
  <GasWorkLicenseNumber>sample string 19</GasWorkLicenseNumber>
  <Gender>sample string 7</Gender>
  <HomePhone>sample string 8</HomePhone>
  <KeepNominee>sample string 22</KeepNominee>
  <LastName>sample string 4</LastName>
  <Mobile>sample string 9</Mobile>
  <OccupationalLicenseDeclarationDate>sample string 17</OccupationalLicenseDeclarationDate>
  <OccupationalLicenseExpiryDate>sample string 18</OccupationalLicenseExpiryDate>
  <OccupationalLicenseNumber>sample string 16</OccupationalLicenseNumber>
  <Position>sample string 5</Position>
  <QBCCFinanceCategory>sample string 11</QBCCFinanceCategory>
  <QBCCLicenseDeclarationDate>sample string 12</QBCCLicenseDeclarationDate>
  <QBCCLicenseExpiryDate>sample string 13</QBCCLicenseExpiryDate>
  <QBCCLicenseNumber>sample string 10</QBCCLicenseNumber>
  <UserId>sample string 1</UserId>
</QbccNomineeResponseModel>