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": "f4abee48-cb17-4120-a90a-51da646a3e8d",
"QuotaGroupGuid": "678a63bc-d3e1-4f81-acec-e6385a5933c0",
"QuotaGroupName": "sample string 3",
"RequestedCompletes": 1,
"BidResponseRate": 1.0,
"IncidenceRate": 1.0,
"VendorCPC": 1.0,
"VendorGuid": "f984dcf2-1633-4448-863f-0ab14317e6eb",
"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": "154d72fb-4566-4625-aa88-88d0cc5da637",
"QuotaGroupGuid": "c78cccf2-306e-45c1-b0d0-74f38fb7eb7c",
"CVSSurveyInvitationUrl": "sample string 3"
}