GET
api/v1/get-vendorgroup-mappings?vendorGroupId={vendorGroupId}&clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
vendorGroupId | integer |
Required |
|
clientId | integer |
Required |
Response Information
Description:
Return type: Collection of integer
Response Formats
application/json, text/json
[ 1, 2 ]
text/html
[1,2]
application/xml, text/xml
<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>