CustomerNotFoundFailure
From
(Difference between revisions)
m (→Fields) |
|||
Line 9: | Line 9: | ||
!Name | !Name | ||
!Type | !Type | ||
+ | !Size | ||
+ | !Required | ||
!Description | !Description | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|CustomerPK | |CustomerPK | ||
|String | |String | ||
+ | |9 | ||
+ | |No | ||
|The primary key of the request to find a matching customer. | |The primary key of the request to find a matching customer. | ||
|} | |} |
Revision as of 21:43, 30 August 2005
Description
Indicates than an attempt was made to find a customer specified by an EService primary key. No customers matching the primary key were found, and this failure object will be returned instead.
Fields
The data fields of this object.
Name | Type | Size | Required | Description |
---|---|---|---|---|
CustomerPK | String | 9 | No | The primary key of the request to find a matching customer. |