GET api/v1/get-sellergroup-mappings?sellerGroupId={sellerGroupId}&clientId={clientId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
sellerGroupId

integer

Required

clientId

integer

Required

Response Information

Description:

Return type: Collection of integer

Response Formats
[
  1,
  2
]
[1,2]
<ArrayOflong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <long>1</long>
  <long>2</long>
</ArrayOflong>