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": "27704fcb-c3c2-41d0-8ccb-53d0ee4192b6",
"QuotaGroupGuid": "0e9e98fb-210f-48b0-a07c-108036361328",
"QuotaGroupName": "sample string 3",
"RequestedCompletes": 1,
"BidResponseRate": 1.0,
"IncidenceRate": 1.0,
"VendorCPC": 1.0,
"VendorGuid": "4cfab783-15d0-4365-b274-065154436e2f",
"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": "86a4a654-8adf-486d-9fa4-eff9cbe9309d",
"QuotaGroupGuid": "b288adb8-2d95-4ef6-9639-8d7dd387898b",
"CVSSurveyInvitationUrl": "sample string 3"
}