Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Overview


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

Format


PwsAccountSummary
  • 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)


Example 01
		<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>
  • No labels