SellerCodesResponseDto Data Type

The Class SellerCodesResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
sellerCodes array of string The seller codes.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "sellerCodes" : [ "...", "..." ],
  "actionStatus" : {
    "status" : "SUCCESS",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}