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": "e7af1f23-7a31-47ed-ae50-98f8d57d13e8",
"QuotaGroupGuid": "ead02264-3143-4e94-9bb3-2818868c5261",
"QuotaGroupName": "sample string 3",
"RequestedCompletes": 1,
"BidResponseRate": 1.0,
"IncidenceRate": 1.0,
"VendorCPC": 1.0,
"VendorGuid": "b797894a-7c15-4f19-b1f4-6c091defd6fd",
"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": "ed92aa29-2875-4cc0-b25b-ecf6d9020003",
"QuotaGroupGuid": "5a8865de-45a2-4190-a2c7-5a516602603d",
"CVSSurveyInvitationUrl": "sample string 3"
}