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": "fbba2b7a-cac7-48e2-95ea-757da648fb14",
"QuotaGroupGuid": "81f0a388-6586-4b7c-9ba5-34d3be19363b",
"QuotaGroupName": "sample string 3",
"RequestedCompletes": 1,
"BidResponseRate": 1.0,
"IncidenceRate": 1.0,
"VendorCPC": 1.0,
"VendorGuid": "64170845-ad8f-4ad1-bc64-345640c6a418",
"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": "2cc35269-fe2c-494c-b767-69cffe522ce5",
"QuotaGroupGuid": "e6063329-fe80-475c-84a5-5a8d9b8849c4",
"CVSSurveyInvitationUrl": "sample string 3"
}