Get Account Person

get

/rest/apis/customer/v-model/accounts/{accountId}/persons/{personId}

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success response
Body ()
Root Schema : C1CxAccPers
Type: object
Show Source
Nested Schema : accountPersons
Type: object
Show Source
  • accountRelationshipType
    Relationship Type defines the relationship between the person and the account.
  • Allowed Values: [ "ACOV", "PER ", "PREM" ]
    Address Source indicates the mailing address source if bills are routed using the postal service. * `ACOV` - Account Override, * `PER ` - Person, * `PREM` - Mailing Premise on Account
    Example: PREM
  • Allowed Values: [ "D ", "S " ]
    Bill Format Indicates if the customer should receive a detailed or a summary bill. * `D ` - Detailed, * `S ` - Summary
    Example: D
  • billRouteType
    Bill Route Type indicates how the bill is sent to the customer. This field's default value is retrieved from the Installation record.
  • Maximum Length: 20
    Customer PO ID indicates if the customer wants a purchase order number printed on their copy of the bill.
  • Financially Responsible is defined as true if the person is financially responsible for the account's debt.
    Example: true
  • Main Customer is defined as true if the person is the main customer on the account. Only one person on an account can be designated as the main customer.
    Example: true
  • Third Party Guarantor is defined as true if the person is a third-party guarantor of the account's debt.
    Example: false
  • Minimum Value: -99
    Maximum Value: 99
    Number of Bill Copies Indicates how many copies of the bill the person receives.
    Example: 1
  • person
  • personAddressOverride
  • Allowed Values: [ "PX ", "SX " ]
    The Prefix or Suffix flag indicates if the Prefix or Suffix Name is appended to the front or the back of the customer's name on correspondence. * `PX ` - Prefix to Name, * `SX ` - Suffix to Name
    Example: PX
  • Maximum Length: 50
    Additional information to append to a customer's name when correspondence or bills are sent to this person.
  • quoteRouteType
    Quote Route Type is the method used to transmit the quote to the customer. This information defaults from Account - Person Information.
  • Allow Communication Preference switch is on if the person's contacts can be used on communication preferences for this account.
    Example: true
  • Receives Copy of Bill is defined as true if the person receives a copy of the account's bills.
    Example: true
  • Receives Copy of Quote switch is on if the person receives a copy of the account's quotes.
    Example: false
  • Minimum Value: -99999
    Maximum Value: 99999
    The version number is used for internal concurrency checks.
    Example: 2
  • Allowed Values: [ "ALWD", "NALW" ]
    Web Access indicates if the related person should be allowed web access for customer self-service. * `ALWD` - Allowed, * `NALW` - Not allowed
    Example: NALW
Nested Schema : accountRelationshipType
Type: object
Relationship Type defines the relationship between the person and the account.
Show Source
Nested Schema : billRouteType
Type: object
Bill Route Type indicates how the bill is sent to the customer. This field's default value is retrieved from the Installation record.
Show Source
  • Maximum Length: 8
    Bill Route Type indicates how the bill is sent to the customer. This field's default value is retrieved from the Installation record.
    Example: POSTAL
Nested Schema : person
Type: object
Show Source
Nested Schema : personAddressOverride
Type: array
Show Source
Nested Schema : quoteRouteType
Type: object
Quote Route Type is the method used to transmit the quote to the customer. This information defaults from Account - Person Information.
Show Source
  • Maximum Length: 12
    Quote Route Type is the method used to transmit the quote to the customer. This information defaults from Account - Person Information.
Nested Schema : items
Type: object
Show Source
Nested Schema : country
Type: object
Country defaults from the installation options. The address constituents may differ depending on the Country.
Show Source
  • Maximum Length: 3
    Country defaults from the installation options. The address constituents may differ depending on the Country.
Nested Schema : state
Type: object
The state of the address.
Show Source

400 Response

Bad Request
Body ()
Root Schema : problemDetailDocument
Type: object
Show Source
  • Maximum Length: 60
    The long message description from the Oracle Utilities Application Framework in CDATA format.
  • Minimum Value: 0
    Maximum Value: 9999
    The HTTP Status code for the error.
  • Maximum Length: 60
    Fully qualified URL consisting of the Base URI Timestamp of error in ISO format, the User used for the transaction, the Message Category within Oracle Utilities Application Framework, the Message Number within Oracle Utilities Application Framework, the Request URL and the HTTP method used for the transaction.
  • Maximum Length: 60
    URL of the format "A/message/X/Y" where A is the base URI, X is the Message Category and Y is the Message Number within Oracle Utilities Application Framework.
  • serverMessage
  • Maximum Length: 60
    The stack trace shows where the error occurs during the execution of a program.
  • Maximum Length: 60
    Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type: object
Show Source
  • Maximum Length: 60
    Delimited sequence of programs called.
  • Maximum Length: 60
    The long message description from the Oracle Utilities Application Framework in CDATA format.
  • Minimum Value: 0
    Maximum Value: 0
    Message Category within Oracle Utilities Application Framework.
  • Minimum Value: -99999
    Maximum Value: 99999
    Message Number within Oracle Utilities Application Framework.
  • Maximum Length: 60
    Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
  • Maximum Length: 60
    Name of the program that encountered the error.

500 Response

Internal Server Error
Body ()
Root Schema : problemDetailDocument
Type: object
Show Source
  • Maximum Length: 60
    The long message description from the Oracle Utilities Application Framework in CDATA format.
  • Minimum Value: 0
    Maximum Value: 9999
    The HTTP Status code for the error.
  • Maximum Length: 60
    Fully qualified URL consisting of the Base URI Timestamp of error in ISO format, the User used for the transaction, the Message Category within Oracle Utilities Application Framework, the Message Number within Oracle Utilities Application Framework, the Request URL and the HTTP method used for the transaction.
  • Maximum Length: 60
    URL of the format "A/message/X/Y" where A is the base URI, X is the Message Category and Y is the Message Number within Oracle Utilities Application Framework.
  • serverMessage
  • Maximum Length: 60
    The stack trace shows where the error occurs during the execution of a program.
  • Maximum Length: 60
    Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type: object
Show Source
  • Maximum Length: 60
    Delimited sequence of programs called.
  • Maximum Length: 60
    The long message description from the Oracle Utilities Application Framework in CDATA format.
  • Minimum Value: 0
    Maximum Value: 0
    Message Category within Oracle Utilities Application Framework.
  • Minimum Value: -99999
    Maximum Value: 99999
    Message Number within Oracle Utilities Application Framework.
  • Maximum Length: 60
    Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
  • Maximum Length: 60
    Name of the program that encountered the error.
Back to Top