Updates the vendor quota group specified by the QuotaGroupGuid parameter.
Endpoint URL
http://api.clearvoicesurveys.com/api/v1/quotagroups/updatevendorquotagroup
Parameters
ProjectGuid globally unique identifier |
QuotaGroupGuid globally unique identifier |
QuotaGroupName string |
RequestedCompletes integer |
BidResponseRate decimal number |
IncidenceRate decimal number |
VendorCPC decimal number |
VendorGuid globally unique identifier |
IsOpen boolean |
SelectedCountries Collection of string |
Members Collection of VendorQuotaGroupMember |
QuotaGroupTriggers Triggers |
SuccessPostBackUrl string |
TerminatePostBackUrl string |
OverQuotaPostBackUrl string |
RejectQuotaPostBackUrl string |
DuplicatePostBackUrl string |
Example Request Data
{ "ProjectGuid": "5913105d-b193-4a04-96f0-adcbe8b7e526", "QuotaGroupGuid": "331752d8-2439-407b-90b7-7f6663e958ee", "QuotaGroupName": "sample string 3", "RequestedCompletes": 1, "BidResponseRate": 1.0, "IncidenceRate": 1.0, "VendorCPC": 1.0, "VendorGuid": "faeaee86-6bc7-4fea-83a0-ad62b626de4b", "IsOpen": true, "SelectedCountries": [ "sample string 1", "sample string 2" ], "Members": [ { "MemberId": "sample string 1", "Url": "sample string 2" }, { "MemberId": "sample string 1", "Url": "sample string 2" } ], "QuotaGroupTriggers": { "StartCap": 1, "CompleteCap": 1, "OverQuotaCap": 1, "TerminateCap": 1 }, "SuccessPostBackUrl": "sample string 4", "TerminatePostBackUrl": "sample string 5", "OverQuotaPostBackUrl": "sample string 6", "RejectQuotaPostBackUrl": "sample string 7", "DuplicatePostBackUrl": "sample string 8" }
Response Description
ProjectGuid globally unique identifier |
QuotaGroupGuid globally unique identifier |
CVSSurveyInvitationUrl string |
Example Response
{ "ProjectGuid": "053948ee-c0f1-49f7-8842-b4a9a1fa4a73", "QuotaGroupGuid": "98e53572-b8f8-4a02-90e1-6d6dbe8e992d", "CVSSurveyInvitationUrl": "sample string 3" }