The Class SellerCodesResponseDto.
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" : "..." } }