GetContributionTypes response message
- Last UpdatedSep 06, 2023
- 1 minute read
This is an example of the full structure of a GetContributionTypes response message.
<GetContributionTypesResponseMessage xmlns="http://www.citect.com/Ampla/Inventory/2010/03">
<ContributionTypesResponse>
<ContributionTypes>
<ContributionType>
<FullName>System Configuration.Inventory.Contributor Set.Grade</FullName>
<DisplayName>Grade</DisplayName>
</ContributionType>
<ContributionType>
<FullName>System Configuration.Inventory.Contributor Set.Pit</FullName>
<DisplayName>Fosse</DisplayName>
</ContributionType>
<ContributionType>
<FullName>System Configuration.Inventory.Contributor Set.Owner</FullName>
<DisplayName>Propriétaire</DisplayName>
</ContributionType>
<ContributionType>
<FullName>System Configuration.Inventory.Contributor Set.Supplier</FullName>
<DisplayName>Fournisseur</DisplayName>
</ContributionType>
<ContributionType>
<FullName>System Configuration.Inventory.Contributor Set.GeoType</FullName>
<DisplayName>Type géo</DisplayName>
</ContributionType>
</ContributionTypes>
</ContributionTypesResponse>
</GetContributionTypesResponseMessage>
Response parameters: ContributionTypes section
Contains the returned set of contribution types.
<ContributionTypes>
<ContributionType>
<FullName>System Configuration.Inventory.Contributor Set.Grade</FullName>
<DisplayName>Grade</DisplayName>
</ContributionType>
</ContributionTypes>
|
Parameter |
Description |
|---|---|
|
ContributionType |
A representation of a single contribution type. |
|
FullName |
Full name of the contribution type. For example, System Configuration.Inventory.Contributor Set.Owner. |
|
DisplayName |
The contribution type display name. The display name is in the requested localization culture. For example, if Localization is fr-FR then the French display name of the contribution type is returned. |