CustomerNotFoundFailure
From
(Difference between revisions)
m (→Fields) |
|||
(One intermediate revision by one user not shown) | |||
Line 9: | Line 9: | ||
!Name | !Name | ||
!Type | !Type | ||
+ | !Size | ||
!Description | !Description | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|CustomerPK | |CustomerPK | ||
|String | |String | ||
+ | |9 | ||
|The primary key of the request to find a matching customer. | |The primary key of the request to find a matching customer. | ||
|} | |} |
Latest revision as of 21:43, 30 August 2005
[edit] 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.
[edit] Fields
The data fields of this object.
Name | Type | Size | Description |
---|---|---|---|
CustomerPK | String | 9 | The primary key of the request to find a matching customer. |