POST api/v1/remove-multiple-vendorgroup-mappings?vendorGroupId={vendorGroupId}&adminMemberId={adminMemberId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
vendorGroupId

integer

Required

adminMemberId

integer

Required

Body Parameters

Collection of integer
Request 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>

Sample not available.

Response Information

Description:

Return type: boolean

Response Formats
true
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>