FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A createPartNumberResponse message contains an element of createPartNumberResponseType.
Each part number in the createPartNumberRequest is added as an atomic unit; adding each either succeeds or fails.
Type createPartNumberResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedPartNumberDataListType | 0..1 | Information about the part numbers that were not added is listed in the failedData element. See failedPartNumberDataListType. Not populated for asynchronous requests. |
|||||||||
responseData | createdPartNumberDataListType | 0..1 | Information about the part numbers that were added is listed in the responseData element. See createdPartNumberDataListType. Not populated for asynchronous requests. |
|||||||||
Name | Type |
---|---|
createPartNumber | Method |
The following XML fragment illustrates a successful synchronous createPartNumberResponse message:
<createPartNumberResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<createdPartNumber>
<recordRefNo>0</recordRefNo>
<uniqueId>HID-20252</uniqueId>
</createdPartNumber>
<createdPartNumber>
<recordRefNo>1</recordRefNo>
<uniqueId>HID-20253</uniqueId>
</createdPartNumber>
</responseData>
</createPartNumberResponse>