Exigo Web Service

GetCustomerExtended
Returns extended properties setup for a customer.

CSV Support
No
Transactional Support
No

GetCustomerExtendedRequest
ExtendedGroupID [Required]
Int32
Yes
The unique identifier for the customer extended group
CustomerID [Required]
Int32?
Yes
The unique identifier of the customer
CustomerExtendedID [Required]
Int32?
Yes
The unique identifier for the customer's extended data record
Field1
String
No
Field2
String
No
Field3
String
No
Field4
String
No
Field5
String
No
Field6
String
No
Field7
String
No
Field8
String
No
Field9
String
No
Field10
String
No
Field11
String
No
Field12
String
No
Field13
String
No
Field14
String
No
Field15
String
No
Field16
String
No
Field17
String
No
Field18
String
No
Field19
String
No
Field20
String
No
Field21
String
No
Field22
String
No
Field23
String
No
Field24
String
No
Field25
String
No
Field26
String
No
Field27
String
No
Field28
String
No
Field29
String
No
Field30
String
No
GreaterThanCustomerExtendedID
Int32?
No
If specified, the records returned will have a CustomerExtendedID greater than the specified value.
GreaterThanModifiedDate
DateTime?
No
If specified, the records returned will have a ModifiedDate greater than the specified value.
BatchSize
Int32?
No
The number of records to return. Defaults to 500.
GetCustomerExtendedResponse
Items
A collection of customer extended records
Result
The status of your web service call response. This property tells you if the call was executed successfully, any errors that occurred and other miscellanous, method-specific information.
CustomerExtendedResponse
CustomerID
Int32
The unique identifier of the customer
ExtendedGroupID
Int32
The unique identifier for the customer extended group
CustomerExtendedID
Int32
The unique identifier for the customer's extended data record
Field1
String
Field2
String
Field3
String
Field4
String
Field5
String
Field6
String
Field7
String
Field8
String
Field9
String
Field10
String
Field11
String
Field12
String
Field13
String
Field14
String
Field15
String
Field16
String
Field17
String
Field18
String
Field19
String
Field20
String
Field21
String
Field22
String
Field23
String
Field24
String
Field25
String
Field26
String
Field27
String
Field28
String
Field29
String
Field30
String
ModifiedDate
DateTime
The date the record was last modified
ApiResult
Status
ResultStatus
Specifies whether the web service call was successfully executed.
Errors
String[]
An array of error messages that were returned from Exigo. If the web service call was successful, this colleciton will be empty.
TransactionKey
String
The unique GUID identifier assigned to this web service call for logging purposes.