Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview


This structure represents all of the unique identifying fields associated with an Account. 

Format


Panel
titlePwsAccountSummary
  • PwsAccountSummary
    • AccountCode: String (30)
    • AccountId: Int32
    • AccountUid: Int64
    • Name: String (50)

Elements


Element

Data Type

Required?

Default

Description

Sample Data

AccountCode

String (30)

n/a

n/a

 The Account Code of the web service user's installation

revcorp-doc

AccountId

Int32

n/a

n/a

 The Account Id is a unique identifier for an account. For internal use only.


AccountUid

Int64

n/a

n/a

 The Account Uid is a unique and immutable identifier for an account

1152921504606849994

Name

String (50)

n/a

n/a

 The Account Name of the web service user's installation

Revolutionary Solutions Corp (Documentation)

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
		<a:Account>
          <b:AccountCode>revcorp-doc</b:AccountCode>
          <b:AccountId i:nil="true"/>
          <b:AccountUid>1152921504606849994</b:AccountUid>
          <b:Name>Revolutionary Solutions Corp (Documentation)</b:Name>
       	</a:Account>