Get single record from Customers table by specified primary key
Method | /GetSingleCustomer |
The request body is of type GetSingleCustomer.
Name | Description | Data Type |
---|---|---|
itemId | xml:int |
|
The response body is of type GetSingleCustomerResponse.
Name | Description | Data Type |
---|---|---|
GetSingleCustomerResult | CustomerInfo |
|