SalesRepResponse
Description
The SalesRepResponse object contains the result data for AddSalesRep and UpdateSalesRep requests.
Properties
Type | Name | Description |
|---|---|---|
string | SalesRepId | Custom ID assigned by the User. Note: Returned only in AddSalesRep. |
string | SalesRepInternalId | Internal ID automatically assigned by EBizCharge. Note: Returned only in AddSalesRep. |
string | Status | Indicates whether the operation was successful. |
int | StatusCode | Code representing the operation status. |
string | Error | Text description of the error. |
int | ErrorCode | Code representing the error type. |
Updated 6 months ago
