The Class GetSellerResponse.
name | data type | description |
---|---|---|
seller | SellerDto | The seller. |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "seller" : { "id" : 12345, "auditableField" : [ { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." }, { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." } ], "code" : "...", "currencyCode" : "...", "description" : "...", "countryCode" : "...", "languageCode" : "...", "parentSeller" : "...", "updatedCode" : "...", "customers" : { "customer" : [ { }, { } ], "totalNumberOfRecords" : 12345 }, "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] }, "invoiceTypeSequences" : { "property1" : { "prefixEL" : "...", "invoiceSequenceCode" : "...", "sequencePattern" : "...", "sequenceType" : "SEQUENCE" }, "property2" : { "prefixEL" : "...", "invoiceSequenceCode" : "...", "sequencePattern" : "...", "sequenceType" : "ALPHA_UP" } }, "businessAccountModel" : { "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "updatedCode" : "..." }, "contactInformation" : { "email" : "...", "phone" : "...", "mobile" : "...", "fax" : "...", "address" : { } }, "address" : { "address1" : "...", "address2" : "...", "address3" : "...", "address4" : "...", "address5" : "...", "zipCode" : "...", "city" : "...", "country" : "...", "state" : "..." }, "vatNo" : "...", "registrationNo" : "...", "legalText" : "...", "legalType" : "..." }, "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }