Technical white paper | Integrated Billing Solutions with HP CSA 4.00
Response Format:
<OrganizationList>
<count>n</count>
<limit>0</limit>
<organization>…</organization>
<organization>…</organization>
…
</OrganizationList>
Details of the Organization Element:
<organization>
<id><organization ID></id>
<description><organization description></description>
<name>…</name>
<displayName><organization name for displaying></displayName>
<partyType>…</partyType>
<accountNumber>…<accountNumber>
<businessRole>…</businessRole>
</organization>
Save the organization ID elements for subsequent operations. You might also want related fields such as the description
and display name for each organization.
Step 3: For each organization, get lists of subscribers and other information
REST Syntax:
GET https://<host>:<port>/csa/rest/organization/<organization_id>?scope=
baseplusone&detail=basic&userIdentifier=<adminId>
Response Format:
The response includes a number of elements you might be interested in.
• Organization information
• Catalogs made available to the organization by the administrator
• Account number for the organization
• Groups that have been created for the organization by the administrator
• Persons belonging to the organization
<Organization>
<id><organization ID included in call></id>
<description><organization description></description>
<detailedDescription><detailed organization description></detailedDescription>
<name><internal organization name></name>
<displayName><organization name for displaying></displayName>
…
<catalog>
<id><catalog ID></id>
…
<name><internal catalog name></name>
<displayName><catalog name for displaying></displayName>
</catalog>
…
<accountNumber>
<organization account number>
</accountNumber>
…
<person>
<id><subscriber ID></id>
…
<name><internal subscriber name></name>
<displayName><subscriber display name></displayName>
</person>
9
Komentarze do niniejszej Instrukcji