FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getPartNumberCountResponse message contains an element of getPartNumberCountResponseType.
Type getPartNumberCountResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | partNumberCountDataType | 0..1 | Contains an integer count element. See partNumberCountDataType. |
|||||||||
Name | Type |
---|---|
getPartNumberCount | Method |
The following XML fragment illustrates a successful getPartNumberCountResponse message:
<getPartNumberCountResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<count>17</count>
</responseData>
</getPartNumberCountResponse>