Pb Data Streams

PB checkout and registration

Upsert discount code

POST
POST /v1/pb_discount_codes/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "discountCodeId": "84a2b6c4-43a1-4183-bcad-24c97a7cddef",
       "moduleFor": "",
       "moduleId": "",
       "discountCodeTypeId": 0,
       "title": "",
       "code": "",
       "useCodeFromOutsideSource": false,
       "everythingFree": false,
       "costDiscount": 0,
       "numberIssued": "0",
       "dateActive": "2022-12-16T19:43:11Z",
       "dateExpire": "2022-12-16T19:43:11Z",
       "canBeUsedOnRegistration": false,
       "canBeUsedOnMerchandise": false,
       "canBeUsedOnSpectator": false,
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "dateDisabled": "2022-12-16T19:43:11Z",
       "disabledByFullName": ""
   }
}
Response
{
   "result": {
       "discountCodeId": "84a2b6c4-43a1-4183-bcad-24c97a7cddef",
       "moduleFor": "",
       "moduleId": "",
       "discountCodeTypeId": 0,
       "title": "",
       "code": "",
       "useCodeFromOutsideSource": false,
       "everythingFree": false,
       "costDiscount": 0,
       "numberIssued": "0",
       "dateActive": "2022-12-16T19:43:11Z",
       "dateExpire": "2022-12-16T19:43:11Z",
       "canBeUsedOnRegistration": false,
       "canBeUsedOnMerchandise": false,
       "canBeUsedOnSpectator": false,
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "dateDisabled": "2022-12-16T19:43:11Z",
       "disabledByFullName": ""
   }
}

Upsert invoice header

POST
POST /v1/pb_invoice_headers/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "invoiceHeaderId": "c9a175a0-72b9-4885-bf21-d372db5f8f1e",
       "invoiceHeaderIdInt": "0",
       "moduleFor": "",
       "moduleId": "",
       "clubId": "",
       "userId": "",
       "attendeeHeaderId": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "feePlanPbMerchantAdditionalCostId": 0
   }
}
Response
{
   "result": {
       "invoiceHeaderId": "c9a175a0-72b9-4885-bf21-d372db5f8f1e",
       "invoiceHeaderIdInt": "0",
       "moduleFor": "",
       "moduleId": "",
       "clubId": "",
       "userId": "",
       "attendeeHeaderId": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "feePlanPbMerchantAdditionalCostId": 0
   }
}

Upsert invoice item

POST
POST /v1/pb_invoice_items/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "invoiceItemId": "4ece733a-19f8-4043-a0ea-243d85236f0b",
       "invoiceHeaderId": "",
       "transactionId": "",
       "itemType": "",
       "attendeeEventId": "",
       "eventId": "",
       "eventIdMergedFrom": "",
       "merchandiseId": "",
       "discountCodeId": "",
       "attendeeUserDefinedId": "",
       "userDefinedFieldId": "",
       "userDefinedItemId": "",
       "isServiceFee": false,
       "isAdditionalActivityFee": false,
       "title": "",
       "description": "",
       "transactionNote": "",
       "unitPrice": 0,
       "numberOfUnits": 0,
       "didActivityTitleChangeAfterRegistration": false,
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "isSsipaMemberAutoDiscount": false,
       "isGpaMemberAutoDiscount": false,
       "activitySplitId": "",
       "isPlatformServiceFeePaid": false,
       "unitPriceInUsd": 0,
       "currencyPaidIn": "",
       "exchangeRateAtTimeOfInvoice": 0
   }
}
Response
{
   "result": {
       "invoiceItemId": "4ece733a-19f8-4043-a0ea-243d85236f0b",
       "invoiceHeaderId": "",
       "transactionId": "",
       "itemType": "",
       "attendeeEventId": "",
       "eventId": "",
       "eventIdMergedFrom": "",
       "merchandiseId": "",
       "discountCodeId": "",
       "attendeeUserDefinedId": "",
       "userDefinedFieldId": "",
       "userDefinedItemId": "",
       "isServiceFee": false,
       "isAdditionalActivityFee": false,
       "title": "",
       "description": "",
       "transactionNote": "",
       "unitPrice": 0,
       "numberOfUnits": 0,
       "didActivityTitleChangeAfterRegistration": false,
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "isSsipaMemberAutoDiscount": false,
       "isGpaMemberAutoDiscount": false,
       "activitySplitId": "",
       "isPlatformServiceFeePaid": false,
       "unitPriceInUsd": 0,
       "currencyPaidIn": "",
       "exchangeRateAtTimeOfInvoice": 0
   }
}

Upsert invoice payment

POST
POST /v1/pb_invoice_payments/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "invoicePaymentId": "033d7a9f-67bf-4faf-bb54-78bf6751d194",
       "requestId": "",
       "responseId": "",
       "invoiceHeaderId": "",
       "attendeeHeaderId": "",
       "transactionId": "",
       "paymentMethodId": 0,
       "paymentAmount": 0,
       "paymentMemo": "",
       "datePaid": "2022-12-16T19:43:11Z",
       "isRefund": false,
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "siteAreaCollectedFrom": "",
       "isReversed": false,
       "didUseFeePlanPbmerchantAdditionalCost": false
   }
}
Response
{
   "result": {
       "invoicePaymentId": "033d7a9f-67bf-4faf-bb54-78bf6751d194",
       "requestId": "",
       "responseId": "",
       "invoiceHeaderId": "",
       "attendeeHeaderId": "",
       "transactionId": "",
       "paymentMethodId": 0,
       "paymentAmount": 0,
       "paymentMemo": "",
       "datePaid": "2022-12-16T19:43:11Z",
       "isRefund": false,
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "siteAreaCollectedFrom": "",
       "isReversed": false,
       "didUseFeePlanPbmerchantAdditionalCost": false
   }
}

Upsert payment activated methods

POST
POST /v1/pb_payment_activated_methods/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "paymentActivatedMethodId": "3b2534ce-1d6d-4af8-bd49-5b961cc8e8af",
       "moduleFor": "",
       "moduleId": "",
       "clubId": "",
       "payPalActive": false,
       "stripeActive": false,
       "onsiteActive": false,
       "redirectActive": false,
       "redirectUrl": "",
       "redirectTitle": "",
       "customActive": false,
       "customTitle": "",
       "customContent": "",
       "pbmerchantAdditionalCostActive": false,
       "payLaterActive": false,
       "payLaterDeadlineDate": "2022-12-16T19:43:11Z",
       "pbmerchantCheckPayableTo": "",
       "pbmerchantCheckAddressAttName": "",
       "pbmerchantCheckAddress1": "",
       "pbmerchantCheckAddress2": "",
       "pbmerchantCheckCountryId": 0,
       "pbmerchantCheckStateId": 0,
       "pbmerchantCheckZip": "",
       "pbmerchantCheckCity": ""
   }
}
Response
{
   "result": {
       "paymentActivatedMethodId": "3b2534ce-1d6d-4af8-bd49-5b961cc8e8af",
       "moduleFor": "",
       "moduleId": "",
       "clubId": "",
       "payPalActive": false,
       "stripeActive": false,
       "onsiteActive": false,
       "redirectActive": false,
       "redirectUrl": "",
       "redirectTitle": "",
       "customActive": false,
       "customTitle": "",
       "customContent": "",
       "pbmerchantAdditionalCostActive": false,
       "payLaterActive": false,
       "payLaterDeadlineDate": "2022-12-16T19:43:11Z",
       "pbmerchantCheckPayableTo": "",
       "pbmerchantCheckAddressAttName": "",
       "pbmerchantCheckAddress1": "",
       "pbmerchantCheckAddress2": "",
       "pbmerchantCheckCountryId": 0,
       "pbmerchantCheckStateId": 0,
       "pbmerchantCheckZip": "",
       "pbmerchantCheckCity": ""
   }
}

Upsert payment merchant API Links

POST
POST /v1/pb_payment_merchant_api_links/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "paymentMerchantApiLinkId": "7997e4da-0d26-4947-94e8-15bedcdaa4b8",
       "moduleFor": "",
       "moduleId": "",
       "payPalActive": false,
       "payPalEmailOrMerchantId": "",
       "payPalEmailOrMerchantId2": "",
       "stripeActive": false,
       "stripeUserId": "",
       "stripeEmail": "",
       "stripeScope": "",
       "stripeAccountType": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": ""
   }
}
Response
{
   "result": {
       "paymentMerchantApiLinkId": "7997e4da-0d26-4947-94e8-15bedcdaa4b8",
       "moduleFor": "",
       "moduleId": "",
       "payPalActive": false,
       "payPalEmailOrMerchantId": "",
       "payPalEmailOrMerchantId2": "",
       "stripeActive": false,
       "stripeUserId": "",
       "stripeEmail": "",
       "stripeScope": "",
       "stripeAccountType": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": ""
   }
}

Upsert PayPal requests

POST
POST /v1/pb_paypal_requests/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "requestId": "038d69c6-8b78-4050-b84d-d563e75c733c",
       "attendeeHeaderId": "",
       "transactionId": "",
       "moduleFor": "",
       "userId": "",
       "totalAmount": "",
       "acceptedPaymentPaypalEmailOrMerchantId": "",
       "acceptedPaymentPaypalRedirectIpn": "",
       "currencyCode": "",
       "isTest": false,
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "tourneyCheckoutVersion": 0,
       "systemInvoiceHeaderId": "",
       "acceptedPaymentPaypalEmailOrMerchantId2": "",
       "moduleId": "",
       "serverMachineName": ""
   }
}
Response
{
   "result": {
       "requestId": "038d69c6-8b78-4050-b84d-d563e75c733c",
       "attendeeHeaderId": "",
       "transactionId": "",
       "moduleFor": "",
       "userId": "",
       "totalAmount": "",
       "acceptedPaymentPaypalEmailOrMerchantId": "",
       "acceptedPaymentPaypalRedirectIpn": "",
       "currencyCode": "",
       "isTest": false,
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "tourneyCheckoutVersion": 0,
       "systemInvoiceHeaderId": "",
       "acceptedPaymentPaypalEmailOrMerchantId2": "",
       "moduleId": "",
       "serverMachineName": ""
   }
}

Upsert PayPal responses

POST
POST /v1/pb_paypal_responses/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "responseId": "feb755a9-2903-4ffd-b37f-cd485139b2b7",
       "dateIpnResponse": "2022-12-16T19:43:11Z",
       "requestId": "",
       "transactionId": "",
       "response": "",
       "validationMsg": "",
       "uiValidationStatus": "",
       "webUiPage": "",
       "city": "",
       "country": "",
       "countryCode": "",
       "state": "",
       "addressStatus": "",
       "address": "",
       "zip": "",
       "firstName": "",
       "lastName": "",
       "payerBusinessName": "",
       "payerEmail": "",
       "payerId": "",
       "payerStatus": "",
       "payerPhone": "",
       "business": "",
       "itemName": "",
       "itemNumber": "",
       "quantity": "",
       "receiverEmail": "",
       "receiverId": "",
       "customMsg": "",
       "memo": "",
       "invoice": "",
       "tax": "",
       "qtyCartItems": "",
       "paymentDate": "",
       "paymentStatus": "",
       "paymentType": "",
       "pendingReason": "",
       "txnId": "",
       "txnType": "",
       "paymentFee": "",
       "paymentGross": "",
       "notifyVersion": "",
       "verifySign": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "serverMachineName": ""
   }
}
Response
{
   "result": {
       "responseId": "feb755a9-2903-4ffd-b37f-cd485139b2b7",
       "dateIpnResponse": "2022-12-16T19:43:11Z",
       "requestId": "",
       "transactionId": "",
       "response": "",
       "validationMsg": "",
       "uiValidationStatus": "",
       "webUiPage": "",
       "city": "",
       "country": "",
       "countryCode": "",
       "state": "",
       "addressStatus": "",
       "address": "",
       "zip": "",
       "firstName": "",
       "lastName": "",
       "payerBusinessName": "",
       "payerEmail": "",
       "payerId": "",
       "payerStatus": "",
       "payerPhone": "",
       "business": "",
       "itemName": "",
       "itemNumber": "",
       "quantity": "",
       "receiverEmail": "",
       "receiverId": "",
       "customMsg": "",
       "memo": "",
       "invoice": "",
       "tax": "",
       "qtyCartItems": "",
       "paymentDate": "",
       "paymentStatus": "",
       "paymentType": "",
       "pendingReason": "",
       "txnId": "",
       "txnType": "",
       "paymentFee": "",
       "paymentGross": "",
       "notifyVersion": "",
       "verifySign": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "serverMachineName": ""
   }
}

Upsert sanction and ratings

POST
POST /v1/pb_sanctions_and_ratings/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "sanctionAndRatingsId": "7d2a77e7-9bdc-4475-afc9-fc94f623c7f8",
       "moduleFor": "",
       "moduleId": "",
       "useSeniorAndU50": false,
       "isClubMembersOnly": false,
       "countGamesTowardClubRatings": false,
       "rating1stChoice": "",
       "rating2ndChoice": "",
       "rating3rdChoice": "",
       "rating4thChoice": "",
       "onlyAllowCanadaMember": false,
       "sanctionLevelAppovedStatusPco": "",
       "sanctionLevelAppovedCommentsPco": "",
       "sanctionLevelDateAppovedPco": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNamePco": "",
       "sanctionLevelIdPco": "",
       "onlyAllowSsipamember": false,
       "onlyAllowSsipamemberOnlyCertainEvents": false,
       "onlyAllowSsipamemberAllowNonMemberAddAdditionalFee": false,
       "onlyAllowSsipamemberNonMemberAdditionalFee": 0,
       "sanctionLevelAppovedStatusSsipa": "",
       "sanctionLevelAppovedCommentsSsipa": "",
       "sanctionLevelDateAppovedSsipa": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNameSsipa": "",
       "sanctionLevelIdSsipa": "",
       "onlyAllowUsapamember": false,
       "sanctionLevelAppovedStatusUsap": "",
       "sanctionLevelAppovedCommentsUsap": "",
       "sanctionLevelDateAppovedUsap": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNameUsap": "",
       "sanctionLevelIdUsap": "",
       "onlyAllowWpfmember": false,
       "sanctionLevelAppovedStatusWpf": "",
       "sanctionLevelAppovedCommentsWpf": "",
       "sanctionLevelDateAppovedWpf": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNameWpf": "",
       "sanctionLevelIdWpf": "",
       "onlyAllowGpamember": false,
       "sanctionLevelAppovedStatusGpa": "",
       "sanctionLevelAppovedCommentsGpa": "",
       "sanctionLevelDateAppovedGpa": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNameGpa": "",
       "sanctionLevelIdGpa": "",
       "onlyAllowGpamemberAllowNonMemberAddAdditionalFee": false,
       "onlyAllowGpamemberNonMemberAdditionalFee": 0,
       "onlyAllowPaamember": false,
       "sanctionLevelAppovedStatusPaa": "",
       "sanctionLevelAppovedCommentsPaa": "",
       "sanctionLevelDateAppovedPaa": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNamePaa": "",
       "sanctionLevelIdPaa": "",
       "onlyAllowPaamemberAllowNonMemberAddAdditionalFee": false,
       "onlyAllowPaamemberNonMemberAdditionalFee": 0,
       "onlyAllowPpamember": false,
       "sanctionLevelAppovedStatusPpa": "",
       "sanctionLevelAppovedCommentsPpa": "",
       "sanctionLevelDateAppovedPpa": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNamePpa": "",
       "sanctionLevelIdPpa": "",
       "onlyAllowPpaMemberAllowNonMemberAddAdditionalFee": false,
       "onlyAllowPpaMemberNonMemberAdditionalFee": 0,
       "onlyAllowLifeTimeMember": false,
       "sanctionLevelAppovedStatusLifeTime": "",
       "sanctionLevelAppovedCommentsLifeTime": "",
       "sanctionLevelDateAppovedLifeTime": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNameLifeTime": "",
       "sanctionLevelIdLifeTime": "",
       "onlyAllowAllowNonMemberAddAdditionalFeeLifeTime": false,
       "onlyAllowNonMemberAdditionalFeeLifeTime": 0,
       "onlyAllowAppMember": false,
       "sanctionLevelAppovedStatusApp": "",
       "sanctionLevelAppovedCommentsApp": "",
       "sanctionLevelDateAppovedApp": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNameApp": "",
       "sanctionLevelIdApp": "",
       "onlyAllowAppMemberAllowNonMemberAddAdditionalFee": false,
       "onlyAllowAppMemberNonMemberAdditionalFee": 0,
       "onlyAllowUsapMemberAllowNonMemberAddAdditionalFee": false,
       "onlyAllowUsapMemberNonMemberAdditionalFee": 0
   }
}
Response
{
   "result": {
       "sanctionAndRatingsId": "7d2a77e7-9bdc-4475-afc9-fc94f623c7f8",
       "moduleFor": "",
       "moduleId": "",
       "useSeniorAndU50": false,
       "isClubMembersOnly": false,
       "countGamesTowardClubRatings": false,
       "rating1stChoice": "",
       "rating2ndChoice": "",
       "rating3rdChoice": "",
       "rating4thChoice": "",
       "onlyAllowCanadaMember": false,
       "sanctionLevelAppovedStatusPco": "",
       "sanctionLevelAppovedCommentsPco": "",
       "sanctionLevelDateAppovedPco": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNamePco": "",
       "sanctionLevelIdPco": "",
       "onlyAllowSsipamember": false,
       "onlyAllowSsipamemberOnlyCertainEvents": false,
       "onlyAllowSsipamemberAllowNonMemberAddAdditionalFee": false,
       "onlyAllowSsipamemberNonMemberAdditionalFee": 0,
       "sanctionLevelAppovedStatusSsipa": "",
       "sanctionLevelAppovedCommentsSsipa": "",
       "sanctionLevelDateAppovedSsipa": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNameSsipa": "",
       "sanctionLevelIdSsipa": "",
       "onlyAllowUsapamember": false,
       "sanctionLevelAppovedStatusUsap": "",
       "sanctionLevelAppovedCommentsUsap": "",
       "sanctionLevelDateAppovedUsap": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNameUsap": "",
       "sanctionLevelIdUsap": "",
       "onlyAllowWpfmember": false,
       "sanctionLevelAppovedStatusWpf": "",
       "sanctionLevelAppovedCommentsWpf": "",
       "sanctionLevelDateAppovedWpf": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNameWpf": "",
       "sanctionLevelIdWpf": "",
       "onlyAllowGpamember": false,
       "sanctionLevelAppovedStatusGpa": "",
       "sanctionLevelAppovedCommentsGpa": "",
       "sanctionLevelDateAppovedGpa": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNameGpa": "",
       "sanctionLevelIdGpa": "",
       "onlyAllowGpamemberAllowNonMemberAddAdditionalFee": false,
       "onlyAllowGpamemberNonMemberAdditionalFee": 0,
       "onlyAllowPaamember": false,
       "sanctionLevelAppovedStatusPaa": "",
       "sanctionLevelAppovedCommentsPaa": "",
       "sanctionLevelDateAppovedPaa": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNamePaa": "",
       "sanctionLevelIdPaa": "",
       "onlyAllowPaamemberAllowNonMemberAddAdditionalFee": false,
       "onlyAllowPaamemberNonMemberAdditionalFee": 0,
       "onlyAllowPpamember": false,
       "sanctionLevelAppovedStatusPpa": "",
       "sanctionLevelAppovedCommentsPpa": "",
       "sanctionLevelDateAppovedPpa": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNamePpa": "",
       "sanctionLevelIdPpa": "",
       "onlyAllowPpaMemberAllowNonMemberAddAdditionalFee": false,
       "onlyAllowPpaMemberNonMemberAdditionalFee": 0,
       "onlyAllowLifeTimeMember": false,
       "sanctionLevelAppovedStatusLifeTime": "",
       "sanctionLevelAppovedCommentsLifeTime": "",
       "sanctionLevelDateAppovedLifeTime": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNameLifeTime": "",
       "sanctionLevelIdLifeTime": "",
       "onlyAllowAllowNonMemberAddAdditionalFeeLifeTime": false,
       "onlyAllowNonMemberAdditionalFeeLifeTime": 0,
       "onlyAllowAppMember": false,
       "sanctionLevelAppovedStatusApp": "",
       "sanctionLevelAppovedCommentsApp": "",
       "sanctionLevelDateAppovedApp": "2022-12-16T19:43:11Z",
       "sanctionLevelAppovedByFullNameApp": "",
       "sanctionLevelIdApp": "",
       "onlyAllowAppMemberAllowNonMemberAddAdditionalFee": false,
       "onlyAllowAppMemberNonMemberAdditionalFee": 0,
       "onlyAllowUsapMemberAllowNonMemberAddAdditionalFee": false,
       "onlyAllowUsapMemberNonMemberAdditionalFee": 0
   }
}

Upsert stripe requests

POST
POST /v1/pb_stripe_requests/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "requestId": "19bcfc8f-bc2f-4009-a0cd-8a6789875975",
       "attendeeHeaderId": "",
       "transactionId": "",
       "moduleFor": "",
       "userId": "",
       "totalAmount": 0,
       "stripeUserId": "",
       "stripeAccountType": "",
       "currencyCode": "",
       "isTest": false,
       "systemInvoiceHeaderId": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "moduleId": "",
       "responseDetails": "",
       "serverMachineName": "",
       "isPbMerchantAdditionalCost": false,
       "platformFeeOwed": 0,
       "justChargePlatformFeeOwed": false
   }
}
Response
{
   "result": {
       "requestId": "19bcfc8f-bc2f-4009-a0cd-8a6789875975",
       "attendeeHeaderId": "",
       "transactionId": "",
       "moduleFor": "",
       "userId": "",
       "totalAmount": 0,
       "stripeUserId": "",
       "stripeAccountType": "",
       "currencyCode": "",
       "isTest": false,
       "systemInvoiceHeaderId": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "moduleId": "",
       "responseDetails": "",
       "serverMachineName": "",
       "isPbMerchantAdditionalCost": false,
       "platformFeeOwed": 0,
       "justChargePlatformFeeOwed": false
   }
}

Upsert stripe responses

POST
POST /v1/pb_stripe_responses/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "responseId": "93a479a3-d1b1-4d98-b478-45438219fb89",
       "requestId": "",
       "transactionId": "",
       "stripeToken": "",
       "stripeChargeId": "",
       "stripeAccountId": "",
       "stripeRefundId": "",
       "stripeTransferId": "",
       "stripePaymentId": "",
       "vailidationMsg": "",
       "uiValidationStatus": "",
       "pendingReason": "",
       "webUiPage": "",
       "firstName": "",
       "lastName": "",
       "nameOnCard": "",
       "address": "",
       "city": "",
       "country": "",
       "state": "",
       "zip": "",
       "currencyCode": "",
       "paymentFee": "",
       "tax": "",
       "applicationFee": "",
       "paymentGross": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "stripeFeeId": 0,
       "stripeFeePercentage": "",
       "stripeFeePlusFee": "",
       "cardCountry": "",
       "cardBrand": "",
       "cardExpMonth": "",
       "cardExpYear": "",
       "cardLast4": "",
       "cardFunding": "",
       "refundedByResponseId": "",
       "serverMachineName": ""
   }
}
Response
{
   "result": {
       "responseId": "93a479a3-d1b1-4d98-b478-45438219fb89",
       "requestId": "",
       "transactionId": "",
       "stripeToken": "",
       "stripeChargeId": "",
       "stripeAccountId": "",
       "stripeRefundId": "",
       "stripeTransferId": "",
       "stripePaymentId": "",
       "vailidationMsg": "",
       "uiValidationStatus": "",
       "pendingReason": "",
       "webUiPage": "",
       "firstName": "",
       "lastName": "",
       "nameOnCard": "",
       "address": "",
       "city": "",
       "country": "",
       "state": "",
       "zip": "",
       "currencyCode": "",
       "paymentFee": "",
       "tax": "",
       "applicationFee": "",
       "paymentGross": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "stripeFeeId": 0,
       "stripeFeePercentage": "",
       "stripeFeePlusFee": "",
       "cardCountry": "",
       "cardBrand": "",
       "cardExpMonth": "",
       "cardExpYear": "",
       "cardLast4": "",
       "cardFunding": "",
       "refundedByResponseId": "",
       "serverMachineName": ""
   }
}

Upsert PB Tourney Attendee Events

POST
POST /v1/pb_tourney_attendee_events/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "attendeeEventId": "1b2632a7-7492-4e5b-8dfe-de5f9587050a",
       "attendeeEventIdInt": "0",
       "attendeeHeaderId": "",
       "eventId": "",
       "eventIdMergedFrom": "",
       "eventTeamId": "",
       "userId": "",
       "needPartner": false,
       "partnerAttendeeEventId": "",
       "partnerUserId": "",
       "partnerFirstName": "",
       "partnerLastName": "",
       "partnerEmail": "",
       "partnerPhone": "",
       "systemNote": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "dateWaitingListCompare": "2022-12-16T19:43:11Z",
       "dateCheckIn": "2022-12-16T19:43:11Z",
       "checkInByFullName": "",
       "partnerPhoneAreaCode": "",
       "partnerPhoneCallingCodeCountryId": 0,
       "rankIdAtSignup": 0,
       "rankTypeAtSignup": "",
       "ratingAtSignup": 0,
       "isOverall": false,
       "isSeniorGame": false,
       "isU50": false,
       "systemNoteParams": "",
       "eventSplitId": "",
       "originalPlayerGroupId": 0,
       "originalFormatId": 0,
       "originalAgeFrom": 0,
       "originalAgeFactor": "",
       "originalAgeTo": 0,
       "originalRankIdFrom": 0,
       "originalRankFactor": "",
       "originalRankIdTo": 0,
       "team_seed_number":1,
       "rating_used_club_id_at_signup":"test-uuid"
   }
}
Response
{
   "result": {
       "attendeeEventId": "1b2632a7-7492-4e5b-8dfe-de5f9587050a",
       "attendeeEventIdInt": "0",
       "attendeeHeaderId": "",
       "eventId": "",
       "eventIdMergedFrom": "",
       "eventTeamId": "",
       "userId": "",
       "needPartner": false,
       "partnerAttendeeEventId": "",
       "partnerUserId": "",
       "partnerFirstName": "",
       "partnerLastName": "",
       "partnerEmail": "",
       "partnerPhone": "",
       "systemNote": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "dateWaitingListCompare": "2022-12-16T19:43:11Z",
       "dateCheckIn": "2022-12-16T19:43:11Z",
       "checkInByFullName": "",
       "partnerPhoneAreaCode": "",
       "partnerPhoneCallingCodeCountryId": 0,
       "rankIdAtSignup": 0,
       "rankTypeAtSignup": "",
       "ratingAtSignup": 0,
       "isOverall": false,
       "isSeniorGame": false,
       "isU50": false,
       "systemNoteParams": "",
       "eventSplitId": "",
       "originalPlayerGroupId": 0,
       "originalFormatId": 0,
       "originalAgeFrom": 0,
       "originalAgeFactor": "",
       "originalAgeTo": 0,
       "originalRankIdFrom": 0,
       "originalRankFactor": "",
       "originalRankIdTo": 0,
       "team_seed_number":1,
       "rating_used_club_id_at_signup":"test-uuid"
   }
}

Upsert PB Tourney Attendee Events On Hold

POST
POST /v1/pb_tourney_attendee_events_on_hold/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "attendeeEventId": "35eec841-ac7d-4d37-ae56-076c9ec017b6",
       "attendeeEventIdInt": "0",
       "attendeeHeaderId": "",
       "eventId": "",
       "eventIdMergedFrom": "",
       "eventTeamId": "",
       "userId": "",
       "needPartner": false,
       "partnerAttendeeEventId": "",
       "partnerUserId": "",
       "partnerFirstName": "",
       "partnerLastName": "",
       "partnerEmail": "",
       "partnerPhone": "",
       "systemNote": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "dateWaitingListCompare": "2022-12-16T19:43:11Z",
       "dateCheckIn": "2022-12-16T19:43:11Z",
       "checkInByFullName": "",
       "holdingType": "",
       "wasMovedFromActiveReg": false,
       "dateMovedToHolding": "2022-12-16T19:43:11Z",
       "partnerPhoneAreaCode": "",
       "partnerPhoneCallingCodeCountryId": 0,
       "rankIdAtSignup": 0,
       "rankTypeAtSignup": "",
       "ratingAtSignup": 0,
       "isOverall": false,
       "isSeniorGame": false,
       "isU50": false,
       "systemNoteParams": "",
       "eventSplitId": "",
       "originalPlayerGroupId": 0,
       "originalFormatId": 0,
       "originalAgeFrom": 0,
       "originalAgeFactor": "",
       "originalAgeTo": 0,
       "originalRankIdFrom": 0,
       "originalRankFactor": "",
       "originalRankIdTo": 0,
       "rating_used_club_id_at_signup":"test-id"
   },
   "fieldsToOmit": []
}
Response
{
   "result": {
       "attendeeEventId": "35eec841-ac7d-4d37-ae56-076c9ec017b6",
       "attendeeEventIdInt": "0",
       "attendeeHeaderId": "",
       "eventId": "",
       "eventIdMergedFrom": "",
       "eventTeamId": "",
       "userId": "",
       "needPartner": false,
       "partnerAttendeeEventId": "",
       "partnerUserId": "",
       "partnerFirstName": "",
       "partnerLastName": "",
       "partnerEmail": "",
       "partnerPhone": "",
       "systemNote": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "dateWaitingListCompare": "2022-12-16T19:43:11Z",
       "dateCheckIn": "2022-12-16T19:43:11Z",
       "checkInByFullName": "",
       "holdingType": "",
       "wasMovedFromActiveReg": false,
       "dateMovedToHolding": "2022-12-16T19:43:11Z",
       "partnerPhoneAreaCode": "",
       "partnerPhoneCallingCodeCountryId": 0,
       "rankIdAtSignup": 0,
       "rankTypeAtSignup": "",
       "ratingAtSignup": 0,
       "isOverall": false,
       "isSeniorGame": false,
       "isU50": false,
       "systemNoteParams": "",
       "eventSplitId": "",
       "originalPlayerGroupId": 0,
       "originalFormatId": 0,
       "originalAgeFrom": 0,
       "originalAgeFactor": "",
       "originalAgeTo": 0,
       "originalRankIdFrom": 0,
       "originalRankFactor": "",
       "originalRankIdTo": 0,
       "rating_used_club_id_at_signup":"test-id"
   },
   "fieldsToOmit": []
}

Upsert PB Tourney Attendee Headers

POST
POST /v1/pb_tourney_attendee_headers/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "attendeeHeaderId": "a315b050-caa8-4ebf-a7fa-49b3eddaf905",
       "attendeeHeaderIdInt": "0",
       "tournamentId": "",
       "userId": "",
       "rankIdAtSignup": 0,
       "mixRankIdAtSignup": 0,
       "singlesRankIdAtSignup": 0,
       "stateIdAtSignup": 0,
       "dateCheckIn": "2022-12-16T19:43:11Z",
       "checkInByFullName": "",
       "deviceType": "",
       "browser": "",
       "isMobile": false,
       "dateRegistered": "2022-12-16T19:43:11Z",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "dateWithdrawn": "2022-12-16T19:43:11Z",
       "withdrawnByFullName": "",
       "waiverEventDateChecked": "2022-12-16T19:43:11Z",
       "waiverSiteDateChecked": "2022-12-16T19:43:11Z",
       "creditCardPaymentStatus": "",
       "unsubscribeEMarketing": "2022-12-16T19:43:11Z",
       "isNonPlayerRecord": false,
       "waiverSendResultsToUsapaUtprDateChecked": "2022-12-16T19:43:11Z",
       "skinnySinglesRankIdAtSignup": 0,
       "isClubMemberAtSignup": false,
       "waiverEventDateCheckedByFullName": "",
       "waiverSiteDateCheckedByFullName": "",
       "waiverSendResultsToUsapaUtprDateCheckedByFullName": "",
       "pickleballTournamentsImportBatchId": "",
       "is_tbd":false
   }
}
Response
{
   "result": {
       "attendeeHeaderId": "a315b050-caa8-4ebf-a7fa-49b3eddaf905",
       "attendeeHeaderIdInt": "0",
       "tournamentId": "",
       "userId": "",
       "rankIdAtSignup": 0,
       "mixRankIdAtSignup": 0,
       "singlesRankIdAtSignup": 0,
       "stateIdAtSignup": 0,
       "dateCheckIn": "2022-12-16T19:43:11Z",
       "checkInByFullName": "",
       "deviceType": "",
       "browser": "",
       "isMobile": false,
       "dateRegistered": "2022-12-16T19:43:11Z",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "dateWithdrawn": "2022-12-16T19:43:11Z",
       "withdrawnByFullName": "",
       "waiverEventDateChecked": "2022-12-16T19:43:11Z",
       "waiverSiteDateChecked": "2022-12-16T19:43:11Z",
       "creditCardPaymentStatus": "",
       "unsubscribeEMarketing": "2022-12-16T19:43:11Z",
       "isNonPlayerRecord": false,
       "waiverSendResultsToUsapaUtprDateChecked": "2022-12-16T19:43:11Z",
       "skinnySinglesRankIdAtSignup": 0,
       "isClubMemberAtSignup": false,
       "waiverEventDateCheckedByFullName": "",
       "waiverSiteDateCheckedByFullName": "",
       "waiverSendResultsToUsapaUtprDateCheckedByFullName": "",
       "pickleballTournamentsImportBatchId": ""
   }
}

Upsert PB Tourney Event Teams

POST
POST /v1/pb_tourney_event_teams/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "teamId": "ade17db0-9892-4ed3-84ec-d01ca4f4ea7e",
       "eventId": "",
       "title": "",
       "attendeeEventId1": "",
       "attendeeEventId2": "",
       "seedNumber": 0,
       "isEnabled": false,
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "attendeeRating1": 0,
       "attendeeRating2": 0,
       "teamRating": 0,
       "teamRatingGamesPlayed": "0"
   }
}
Response
{
   "result": {
       "teamId": "ade17db0-9892-4ed3-84ec-d01ca4f4ea7e",
       "eventId": "",
       "title": "",
       "attendeeEventId1": "",
       "attendeeEventId2": "",
       "seedNumber": 0,
       "isEnabled": false,
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "attendeeRating1": 0,
       "attendeeRating2": 0,
       "teamRating": 0,
       "teamRatingGamesPlayed": "0"
   }
}

Upsert PB Tourney Pre-Registration Access

POST
POST /v1/pb_tourney_pre_registration_access/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "preRegistrationAccessId": "d1980066-7fb6-48cf-9b72-b7959c15c9ff",
       "tournamentId": "",
       "userId": "",
       "dateClicked": "2022-12-16T19:43:11Z",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": ""
   }
}
Response
{
   "result": {
       "preRegistrationAccessId": "d1980066-7fb6-48cf-9b72-b7959c15c9ff",
       "tournamentId": "",
       "userId": "",
       "dateClicked": "2022-12-16T19:43:11Z",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": ""
   }
}

UPSERT PB Tourney Pre-Registration Settings

POST
POST /v1/pb_tourney_pre_registration_settings/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "preRegistrationId": "89e417a4-f4b5-4763-b9e9-4f99fb7af086",
       "tournamentId": "",
       "title": "",
       "dateStartRegistration": "2022-12-16T19:43:11Z",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "dateDisable": "2022-12-16T19:43:11Z",
       "disabledByFullName": ""
   }
}
Response
{
   "result": {
       "preRegistrationId": "89e417a4-f4b5-4763-b9e9-4f99fb7af086",
       "tournamentId": "",
       "title": "",
       "dateStartRegistration": "2022-12-16T19:43:11Z",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "dateDisable": "2022-12-16T19:43:11Z",
       "disabledByFullName": ""
   }
}

UPSERT PB Tourney Registration Costs

POST
POST /v1/pb_tourney_registration_costs/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "registrationCostId": "536a63b1-6de1-4b99-be20-c16fdd831ccf",
       "tournamentId": "",
       "title": "",
       "costRegistration": 0,
       "costRegistrationOutOfState": 0,
       "dateStart": "2022-12-16T19:43:11Z",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "costRegistrationClubMember": 25.5
   }
}
Response
{
   "result": {
       "registrationCostId": "536a63b1-6de1-4b99-be20-c16fdd831ccf",
       "tournamentId": "",
       "title": "",
       "costRegistration": 0,
       "costRegistrationOutOfState": 0,
       "dateStart": "2022-12-16T19:43:11Z",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "costRegistrationClubMember": 25.5
   }
}

UPSERT PB User Defined Attendees

POST
POST /v1/pb_user_defined_attendees/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "attendeeUserDefinedId": "d16c5547-7457-4b25-8382-4a808c1c2805",
       "attendeeHeaderId": "",
       "moduleFor": "",
       "moduleId": "",
       "userId": "",
       "userDefinedFieldId": "",
       "userDefinedItemId": "",
       "userDefinedItemValue": "",
       "quantitySelected": 0,
       "didGetOnCheckin": false,
       "systemNote": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "transactionId": ""
   }
}
Response
{
   "result": {
       "attendeeUserDefinedId": "d16c5547-7457-4b25-8382-4a808c1c2805",
       "attendeeHeaderId": "",
       "moduleFor": "",
       "moduleId": "",
       "userId": "",
       "userDefinedFieldId": "",
       "userDefinedItemId": "",
       "userDefinedItemValue": "",
       "quantitySelected": 0,
       "didGetOnCheckin": false,
       "systemNote": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "transactionId": ""
   }
}

UPSERT PB User Defined Fields

POST
POST /v1/pb_user_defined_fields/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "userDefinedFieldId": "eb69152b-5580-40a3-a82a-ebc362956dc3",
       "moduleFor": "",
       "moduleId": "",
       "userDefinedFieldIdFrom": "",
       "question": "",
       "questionShorthand": "",
       "formObjectId": 0,
       "yesNoItemCost": 0,
       "yesNoCountAvailable": 0,
       "yesNoAllowQuantitySelecting": false,
       "yesNoAllowQuantitySelectingMaxCanSelect": 0,
       "isRequired": false,
       "showItemOnCheckinScreen": false,
       "showOnReceipt": false,
       "isFeeAssocaitedWithAnswers": false,
       "dateFieldHides": "2022-12-16T19:43:11Z",
       "canAnswersChangeAfterRegistrationsCompleted": false,
       "canAnswersChangeAfterRegistrationsCompletedToDate": "2022-12-16T19:43:11Z",
       "toDoWhenPlayerWithdrawsFromTourney": "",
       "displayOrder": 0,
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "dateDisabled": "2022-12-16T19:43:11Z",
       "disabledByFullName": "",
       "isAvailableToPlayers": false,
       "isAvailableToGuests": false,
       "isAdditionalRequiredFee": false,
       "additionalRequiredFeeItemCost": 0,
       "image1": "",
       "image2": ""
   }
}
Response
{
   "result": {
       "userDefinedFieldId": "eb69152b-5580-40a3-a82a-ebc362956dc3",
       "moduleFor": "",
       "moduleId": "",
       "userDefinedFieldIdFrom": "",
       "question": "",
       "questionShorthand": "",
       "formObjectId": 0,
       "yesNoItemCost": 0,
       "yesNoCountAvailable": 0,
       "yesNoAllowQuantitySelecting": false,
       "yesNoAllowQuantitySelectingMaxCanSelect": 0,
       "isRequired": false,
       "showItemOnCheckinScreen": false,
       "showOnReceipt": false,
       "isFeeAssocaitedWithAnswers": false,
       "dateFieldHides": "2022-12-16T19:43:11Z",
       "canAnswersChangeAfterRegistrationsCompleted": false,
       "canAnswersChangeAfterRegistrationsCompletedToDate": "2022-12-16T19:43:11Z",
       "toDoWhenPlayerWithdrawsFromTourney": "",
       "displayOrder": 0,
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "dateDisabled": "2022-12-16T19:43:11Z",
       "disabledByFullName": "",
       "isAvailableToPlayers": false,
       "isAvailableToGuests": false,
       "isAdditionalRequiredFee": false,
       "additionalRequiredFeeItemCost": 0,
       "image1": "",
       "image2": ""
   }
}

UPSERT PB User Defined Items

POST
POST /v1/pb_user_defined_items/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "userDefinedItemId": "8f72b22d-ae45-4ec4-9fe4-0e4f92296b02",
       "userDefinedFieldId": "",
       "title": "",
       "itemCost": 0,
       "countAvailable": 0,
       "allowQuantitySelecting": false,
       "allowQuantitySelectingMaxCanSelect": 0,
       "displayOrder": 0,
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "dateDisabled": "2022-12-16T19:43:11Z",
       "disabledByFullName": "",
       "ifSelectedDeselectAllOtherItems": false
   }
}
Response
{
   "result": {
       "userDefinedItemId": "8f72b22d-ae45-4ec4-9fe4-0e4f92296b02",
       "userDefinedFieldId": "",
       "title": "",
       "itemCost": 0,
       "countAvailable": 0,
       "allowQuantitySelecting": false,
       "allowQuantitySelectingMaxCanSelect": 0,
       "displayOrder": 0,
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "dateDisabled": "2022-12-16T19:43:11Z",
       "disabledByFullName": "",
       "ifSelectedDeselectAllOtherItems": false
   }
}

UPSERT PB User to Clubs Club

POST
POST /v1/pb_user_to_clubs_club/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "userToClubId": "6203ae76-4d00-4a70-bb59-187e97367dcd",
       "userId": "",
       "clubId": "",
       "pickelballDoublesRating": 0,
       "pickelballDoublesRank": 0,
       "pickelballDoublesRankOutOf": 0,
       "pickelballDoublesRankOverall": 0,
       "pickelballDoublesRankOutOfOverall": 0,
       "pickleballSinglesRating": 0,
       "pickleballSinglesRank": 0,
       "pickleballSinglesRankOutOf": 0,
       "pickleballSinglesRankOverall": 0,
       "pickleballSinglesRankOutOfOverall": 0,
       "pickleballMixDoublesRating": 0,
       "pickleballMixDoublesRank": 0,
       "pickleballMixDoublesRankOutOf": 0,
       "pickleballMixDoublesRankOverall": 0,
       "pickleballMixDoublesRankOutOfOverall": 0,
       "pickelballDoublesTotalGamesPlayed": "0",
       "pickleballSinglesTotalGamesPlayed": "0",
       "pickleballMixDoublesTotalGamesPlayed": "0",
       "pickelballDoublesDateLastGamePlayed": "2022-12-16T19:43:11Z",
       "pickleballSinglesDateLastGamePlayed": "2022-12-16T19:43:11Z",
       "pickleballMixDoublesDateLastGamePlayed": "2022-12-16T19:43:11Z",
       "pickelballDoublesRatingSenior": 0,
       "pickelballDoublesRankSenior": 0,
       "pickelballDoublesRankOutOfSenior": 0,
       "pickelballDoublesRankOverallSenior": 0,
       "pickelballDoublesRankOutOfOverallSenior": 0,
       "pickleballSinglesRatingSenior": 0,
       "pickleballSinglesRankSenior": 0,
       "pickleballSinglesRankOutOfSenior": 0,
       "pickleballSinglesRankOverallSenior": 0,
       "pickleballSinglesRankOutOfOverallSenior": 0,
       "pickleballMixDoublesRatingSenior": 0,
       "pickleballMixDoublesRankSenior": 0,
       "pickleballMixDoublesRankOutOfSenior": 0,
       "pickleballMixDoublesRankOverallSenior": 0,
       "pickleballMixDoublesRankOutOfOverallSenior": 0,
       "pickelballDoublesTotalGamesPlayedSenior": "0",
       "pickleballSinglesTotalGamesPlayedSenior": "0",
       "pickleballMixDoublesTotalGamesPlayedSenior": "0",
       "pickelballDoublesDateLastGamePlayedSenior": "2022-12-16T19:43:11Z",
       "pickleballSinglesDateLastGamePlayedSenior": "2022-12-16T19:43:11Z",
       "pickleballMixDoublesDateLastGamePlayedSenior": "2022-12-16T19:43:11Z",
       "pickelballDoublesRatingU50": 0,
       "pickelballDoublesRankU50": 0,
       "pickelballDoublesRankOutOfU50": 0,
       "pickelballDoublesRankOverallU50": 0,
       "pickelballDoublesRankOutOfOverallU50": 0,
       "pickleballSinglesRatingU50": 0,
       "pickleballSinglesRankU50": 0,
       "pickleballSinglesRankOutOfU50": 0,
       "pickleballSinglesRankOverallU50": 0,
       "pickleballSinglesRankOutOfOverallU50": 0,
       "pickleballMixDoublesRatingU50": 0,
       "pickleballMixDoublesRankU50": 0,
       "pickleballMixDoublesRankOutOfU50": 0,
       "pickleballMixDoublesRankOverallU50": 0,
       "pickleballMixDoublesRankOutOfOverallU50": 0,
       "pickleballMixDoublesTotalGamesPlayedU50": "0",
       "pickelballDoublesTotalGamesPlayedU50": "0",
       "pickleballSinglesTotalGamesPlayedU50": "0",
       "pickelballDoublesDateLastGamePlayedU50": "2022-12-16T19:43:11Z",
       "pickleballSinglesDateLastGamePlayedU50": "2022-12-16T19:43:11Z",
       "pickleballMixDoublesDateLastGamePlayedU50": "2022-12-16T19:43:11Z",
       "dateMembershipActiveTo": "2022-12-16T19:43:11Z",
       "areaCreatedFrom": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "dateDisabled": "2022-12-16T19:43:11Z",
       "disabledByFullName": "",
       "pickleballSkinnySinglesRating": 0,
       "pickleballSkinnySinglesRank": 0,
       "pickleballSkinnySinglesRankOutOf": 0,
       "pickleballSkinnySinglesRankOverall": 0,
       "pickleballSkinnySinglesRankOutOfOverall": 0,
       "pickleballSkinnySinglesTotalGamesPlayed": 0,
       "pickleballSkinnySinglesDateLastGamePlayed": "2022-12-16T19:43:11Z",
       "pickleballSkinnySinglesRatingSenior": 0,
       "pickleballSkinnySinglesRankSenior": 0,
       "pickleballSkinnySinglesRankOutOfSenior": 0,
       "pickleballSkinnySinglesRankOverallSenior": 0,
       "pickleballSkinnySinglesRankOutOfOverallSenior": 0,
       "pickleballSkinnySinglesTotalGamesPlayedSenior": 0,
       "pickleballSkinnySinglesDateLastGamePlayedSenior": "2022-12-16T19:43:11Z",
       "pickleballSkinnySinglesRatingU50": 0,
       "pickleballSkinnySinglesRankU50": 0,
       "pickleballSkinnySinglesRankOutOfU50": 0,
       "pickleballSkinnySinglesRankOverallU50": 0,
       "pickleballSkinnySinglesRankOutOfOverallU50": 0,
       "pickleballSkinnySinglesTotalGamesPlayedU50": 0,
       "pickleballSkinnySinglesDateLastGamePlayedU50": "2022-12-16T19:43:11Z",
       "sportId": "",
       "moduleFor": "",
       "moduleId": "",
       "approvedDate": "2022-12-16T19:43:11Z",
       "approvedByFullName": "",
       "memberId": "",
       "numberOfMembershipRequests": 0,
       "memberFeePlanId": "",
       "dateMembershipActiveFrom": "2022-12-16T19:43:11Z",
       "declinedDate": "2022-12-16T19:43:11Z",
       "declinedByFullName": "",
       "seedNumberOfGamesPlayed": 0,
       "dateJoinedClub": "2022-12-16T19:43:11Z",
       "dateHidden": "2022-12-16T19:43:11Z",
       "hiddenByFullName": ""
   }
}
Response
{
   "result": {
       "userToClubId": "6203ae76-4d00-4a70-bb59-187e97367dcd",
       "userId": "",
       "clubId": "",
       "pickelballDoublesRating": 0,
       "pickelballDoublesRank": 0,
       "pickelballDoublesRankOutOf": 0,
       "pickelballDoublesRankOverall": 0,
       "pickelballDoublesRankOutOfOverall": 0,
       "pickleballSinglesRating": 0,
       "pickleballSinglesRank": 0,
       "pickleballSinglesRankOutOf": 0,
       "pickleballSinglesRankOverall": 0,
       "pickleballSinglesRankOutOfOverall": 0,
       "pickleballMixDoublesRating": 0,
       "pickleballMixDoublesRank": 0,
       "pickleballMixDoublesRankOutOf": 0,
       "pickleballMixDoublesRankOverall": 0,
       "pickleballMixDoublesRankOutOfOverall": 0,
       "pickelballDoublesTotalGamesPlayed": "0",
       "pickleballSinglesTotalGamesPlayed": "0",
       "pickleballMixDoublesTotalGamesPlayed": "0",
       "pickelballDoublesDateLastGamePlayed": "2022-12-16T19:43:11Z",
       "pickleballSinglesDateLastGamePlayed": "2022-12-16T19:43:11Z",
       "pickleballMixDoublesDateLastGamePlayed": "2022-12-16T19:43:11Z",
       "pickelballDoublesRatingSenior": 0,
       "pickelballDoublesRankSenior": 0,
       "pickelballDoublesRankOutOfSenior": 0,
       "pickelballDoublesRankOverallSenior": 0,
       "pickelballDoublesRankOutOfOverallSenior": 0,
       "pickleballSinglesRatingSenior": 0,
       "pickleballSinglesRankSenior": 0,
       "pickleballSinglesRankOutOfSenior": 0,
       "pickleballSinglesRankOverallSenior": 0,
       "pickleballSinglesRankOutOfOverallSenior": 0,
       "pickleballMixDoublesRatingSenior": 0,
       "pickleballMixDoublesRankSenior": 0,
       "pickleballMixDoublesRankOutOfSenior": 0,
       "pickleballMixDoublesRankOverallSenior": 0,
       "pickleballMixDoublesRankOutOfOverallSenior": 0,
       "pickelballDoublesTotalGamesPlayedSenior": "0",
       "pickleballSinglesTotalGamesPlayedSenior": "0",
       "pickleballMixDoublesTotalGamesPlayedSenior": "0",
       "pickelballDoublesDateLastGamePlayedSenior": "2022-12-16T19:43:11Z",
       "pickleballSinglesDateLastGamePlayedSenior": "2022-12-16T19:43:11Z",
       "pickleballMixDoublesDateLastGamePlayedSenior": "2022-12-16T19:43:11Z",
       "pickelballDoublesRatingU50": 0,
       "pickelballDoublesRankU50": 0,
       "pickelballDoublesRankOutOfU50": 0,
       "pickelballDoublesRankOverallU50": 0,
       "pickelballDoublesRankOutOfOverallU50": 0,
       "pickleballSinglesRatingU50": 0,
       "pickleballSinglesRankU50": 0,
       "pickleballSinglesRankOutOfU50": 0,
       "pickleballSinglesRankOverallU50": 0,
       "pickleballSinglesRankOutOfOverallU50": 0,
       "pickleballMixDoublesRatingU50": 0,
       "pickleballMixDoublesRankU50": 0,
       "pickleballMixDoublesRankOutOfU50": 0,
       "pickleballMixDoublesRankOverallU50": 0,
       "pickleballMixDoublesRankOutOfOverallU50": 0,
       "pickleballMixDoublesTotalGamesPlayedU50": "0",
       "pickelballDoublesTotalGamesPlayedU50": "0",
       "pickleballSinglesTotalGamesPlayedU50": "0",
       "pickelballDoublesDateLastGamePlayedU50": "2022-12-16T19:43:11Z",
       "pickleballSinglesDateLastGamePlayedU50": "2022-12-16T19:43:11Z",
       "pickleballMixDoublesDateLastGamePlayedU50": "2022-12-16T19:43:11Z",
       "dateMembershipActiveTo": "2022-12-16T19:43:11Z",
       "areaCreatedFrom": "",
       "dateCreated": "2022-12-16T19:43:11Z",
       "createdByFullName": "",
       "dateUpdated": "2022-12-16T19:43:11Z",
       "updatedByFullName": "",
       "dateDisabled": "2022-12-16T19:43:11Z",
       "disabledByFullName": "",
       "pickleballSkinnySinglesRating": 0,
       "pickleballSkinnySinglesRank": 0,
       "pickleballSkinnySinglesRankOutOf": 0,
       "pickleballSkinnySinglesRankOverall": 0,
       "pickleballSkinnySinglesRankOutOfOverall": 0,
       "pickleballSkinnySinglesTotalGamesPlayed": 0,
       "pickleballSkinnySinglesDateLastGamePlayed": "2022-12-16T19:43:11Z",
       "pickleballSkinnySinglesRatingSenior": 0,
       "pickleballSkinnySinglesRankSenior": 0,
       "pickleballSkinnySinglesRankOutOfSenior": 0,
       "pickleballSkinnySinglesRankOverallSenior": 0,
       "pickleballSkinnySinglesRankOutOfOverallSenior": 0,
       "pickleballSkinnySinglesTotalGamesPlayedSenior": 0,
       "pickleballSkinnySinglesDateLastGamePlayedSenior": "2022-12-16T19:43:11Z",
       "pickleballSkinnySinglesRatingU50": 0,
       "pickleballSkinnySinglesRankU50": 0,
       "pickleballSkinnySinglesRankOutOfU50": 0,
       "pickleballSkinnySinglesRankOverallU50": 0,
       "pickleballSkinnySinglesRankOutOfOverallU50": 0,
       "pickleballSkinnySinglesTotalGamesPlayedU50": 0,
       "pickleballSkinnySinglesDateLastGamePlayedU50": "2022-12-16T19:43:11Z",
       "sportId": "",
       "moduleFor": "",
       "moduleId": "",
       "approvedDate": "2022-12-16T19:43:11Z",
       "approvedByFullName": "",
       "memberId": "",
       "numberOfMembershipRequests": 0,
       "memberFeePlanId": "",
       "dateMembershipActiveFrom": "2022-12-16T19:43:11Z",
       "declinedDate": "2022-12-16T19:43:11Z",
       "declinedByFullName": "",
       "seedNumberOfGamesPlayed": 0,
       "dateJoinedClub": "2022-12-16T19:43:11Z",
       "dateHidden": "2022-12-16T19:43:11Z",
       "hiddenByFullName": ""
   }
}

UPSERT PB User to Clubs Starting Point Club

POST
POST /v1/pb_user_to_clubs_starting_point/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
   "payload": {
       "startingPointId": "45f18fe5-316d-4d10-887e-27260b9ea379",
       "userToClubId": "",
       "userId": "",
       "clubId": "",
       "pickleballDoublesRating": 0,
       "dateCreatedDoubles": "2022-12-16T19:43:11Z",
       "isManuallyLockedStartingPointDoubles": false,
       "pickleballMixDoublesRating": 0,
       "dateCreatedMixDoubles": "2022-12-16T19:43:11Z",
       "isManuallyLockedStartingPointMixDoubles": false,
       "pickleballSinglesRating": 0,
       "dateCreatedSingles": "2022-12-16T19:43:11Z",
       "isManuallyLockedStartingPointSingles": false,
       "pickleballSkinnySinglesRating": 0,
       "dateCreatedSkinnySingles": "2022-12-16T19:43:11Z",
       "isManuallyLockedStartingPointSkinnySingles": false,
       "dateCreated": "2022-12-16T19:43:11Z"
   }
}
Response
{
   "result": {
       "startingPointId": "45f18fe5-316d-4d10-887e-27260b9ea379",
       "userToClubId": "",
       "userId": "",
       "clubId": "",
       "pickleballDoublesRating": 0,
       "dateCreatedDoubles": "2022-12-16T19:43:11Z",
       "isManuallyLockedStartingPointDoubles": false,
       "pickleballMixDoublesRating": 0,
       "dateCreatedMixDoubles": "2022-12-16T19:43:11Z",
       "isManuallyLockedStartingPointMixDoubles": false,
       "pickleballSinglesRating": 0,
       "dateCreatedSingles": "2022-12-16T19:43:11Z",
       "isManuallyLockedStartingPointSingles": false,
       "pickleballSkinnySinglesRating": 0,
       "dateCreatedSkinnySingles": "2022-12-16T19:43:11Z",
       "isManuallyLockedStartingPointSkinnySingles": false,
       "dateCreated": "2022-12-16T19:43:11Z"
   }
}

List Attendees

GET
GET /v1/data/tournament-registration
💡
This request requires “PB-API-TOKEN” from the platforms or “PB-USER-TOKEN” from the authenticated user.
Request
Empty
Response
{
    "totalRecords": "1",
    "results": [
        {
            "Uuid": "test",
            "TournamentUuid": "",
            "EventUuid": "",
            "UserUuid": "",
            "NeedPartner": false,
            "PartnerRegisteredToEvent": false,
            "PartnerRegisteredInSystem": false,
            "PartnerUserUuid": "",
            "PartnerFirstName": "",
            "PartnerLastName": "",
            "PartnerEmail": "",
            "PartnerPhone": "",
            "PartnerPhoneAreaCode": "",
            "PartnerPhoneCallingCodeCountryID": "",
            "Note": "",
            "DateCreated": "2022-12-16T19:43:11Z",
            "CreatedByUuid": "",
            "DateUpdated": "2022-12-16T19:43:11Z",
            "UpdatedByUuid": "",
            "DateWaitingList": "2022-12-16T19:43:11Z",
            "DateCheckIn": "2022-12-16T19:43:11Z",
            "CheckInByUuid": "",
            "RankIDAtSignup": 0,
            "RankTypeAtSignup": 0,
            "RatingAtSignup": 0,
            "IsOverall": false,
            "IsSeniorGame": false,
            "IsU50": false,
            "AgeFromAtSignup": 0,
            "AgeToAtSignup": 0,
            "WaitingListQueueNumber": 0,
            "MixRankIDAtSignup": 0,
            "SinglesRankIDAtSignup": 0,
            "StateIdAtSignup": 0,
            "DeviceType": "",
            "BrowserType": "",
            "IsMobile": false,
            "Withdraw": false,
            "DateWithdrawn": "2022-12-16T19:43:11Z",
            "WithdrawnByUuid": "",
            "WaiverEventDateChecked": "2022-12-16T19:43:11Z",
            "WaiverSiteDateChecked": "2022-12-16T19:43:11Z",
            "CreditCardPaymentStatus": "",
            "UnsubscribeEmarketing": "2022-12-16T19:43:11Z",
            "IsNonPlayerRecord": false,
            "WaiverSendResultsToUSAPAUTPRDateChecked": "2022-12-16T19:43:11Z",
            "SkinnySinglesRankIDAtSignup": 0,
            "IsClubMemberAtSignup": 0,
            "WaiverEventDateCheckedByUuid": "",
            "WaiverSiteDateCheckedByUuid": "",
            "WaiverSendResultsToUSAPAUTPRDateCheckedByUuid": "",
            "PickleballTournamentsImportBatchUuid": "",
            "OriginalPlayerGroupUuid": "",
            "OriginalFormatID": 0,
            "OriginalAgeFrom": 0,
            "OriginalAgeFactor": 0,
            "OriginalAgeTo": 0,
            "OriginalRankIDFrom": 0,
            "OriginalRankFactor": "",
            "OriginalRankIDTo": 0,
            "NoteParams": "",
            "EventSplitUuid": ""
        }
    ]
}

Get Attendee by Uuid

GET
GET /v1/data/tournament-registration/uuid
💡
This request requires “PB-API-TOKEN” from the platforms or “PB-USER-TOKEN” from the authenticated user.
Request
Empty
Response
{
    "Uuid": "test",
    "TournamentUuid": "",
    "EventUuid": "",
    "UserUuid": "",
    "NeedPartner": false,
    "PartnerRegisteredToEvent": false,
    "PartnerRegisteredInSystem": false,
    "PartnerUserUuid": "",
    "PartnerFirstName": "",
    "PartnerLastName": "",
    "PartnerEmail": "",
    "PartnerPhone": "",
    "PartnerPhoneAreaCode": "",
    "PartnerPhoneCallingCodeCountryID": "",
    "Note": "",
    "DateCreated": "2022-12-16T19:43:11Z",
    "CreatedByUuid": "",
    "DateUpdated": "2022-12-16T19:43:11Z",
    "UpdatedByUuid": "",
    "DateWaitingList": "2022-12-16T19:43:11Z",
    "DateCheckIn": "2022-12-16T19:43:11Z",
    "CheckInByUuid": "",
    "RankIDAtSignup": 0,
    "RankTypeAtSignup": 0,
    "RatingAtSignup": 0,
    "IsOverall": false,
    "IsSeniorGame": false,
    "IsU50": false,
    "AgeFromAtSignup": 0,
    "AgeToAtSignup": 0,
    "WaitingListQueueNumber": 0,
    "MixRankIDAtSignup": 0,
    "SinglesRankIDAtSignup": 0,
    "StateIdAtSignup": 0,
    "DeviceType": "",
    "BrowserType": "",
    "IsMobile": false,
    "Withdraw": false,
    "DateWithdrawn": "2022-12-16T19:43:11Z",
    "WithdrawnByUuid": "",
    "WaiverEventDateChecked": "2022-12-16T19:43:11Z",
    "WaiverSiteDateChecked": "2022-12-16T19:43:11Z",
    "CreditCardPaymentStatus": "",
    "UnsubscribeEmarketing": "2022-12-16T19:43:11Z",
    "IsNonPlayerRecord": false,
    "WaiverSendResultsToUSAPAUTPRDateChecked": "2022-12-16T19:43:11Z",
    "SkinnySinglesRankIDAtSignup": 0,
    "IsClubMemberAtSignup": 0,
    "WaiverEventDateCheckedByUuid": "",
    "WaiverSiteDateCheckedByUuid": "",
    "WaiverSendResultsToUSAPAUTPRDateCheckedByUuid": "",
    "PickleballTournamentsImportBatchUuid": "",
    "OriginalPlayerGroupUuid": "",
    "OriginalFormatID": 0,
    "OriginalAgeFrom": 0,
    "OriginalAgeFactor": 0,
    "OriginalAgeTo": 0,
    "OriginalRankIDFrom": 0,
    "OriginalRankFactor": "",
    "OriginalRankIDTo": 0,
    "NoteParams": "",
    "EventSplitUuid": ""
}

Create Attendee

POST
POST /v1/tournament-registration/attendee
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
    "payload":{
    "TournamentUuid": "",
    "EventUuid": "",
    "UserUuid": "",
    "NeedPartner": false,
    "PartnerRegisteredToEvent": false,
    "PartnerRegisteredInSystem": false,
    "PartnerUserUuid": "",
    "PartnerFirstName": "",
    "PartnerLastName": "",
    "PartnerEmail": "",
    "PartnerPhone": "",
    "PartnerPhoneAreaCode": "",
    "PartnerPhoneCallingCodeCountryID": "",
    "Note": "",
    "DateCreated": "2022-12-16T19:43:11Z",
    "CreatedByUuid": "",
    "DateUpdated": "2022-12-16T19:43:11Z",
    "UpdatedByUuid": "",
    "DateWaitingList": "2022-12-16T19:43:11Z",
    "DateCheckIn": "2022-12-16T19:43:11Z",
    "CheckInByUuid": "",
    "RankIDAtSignup": 0,
    "RankTypeAtSignup": 0,
    "RatingAtSignup": 0,
    "IsOverall": false,
    "IsSeniorGame": false,
    "IsU50": false,
    "AgeFromAtSignup": 0,
    "AgeToAtSignup": 0,
    "WaitingListQueueNumber": 0,
    "MixRankIDAtSignup": 0,
    "SinglesRankIDAtSignup": 0,
    "StateIdAtSignup": 0,
    "DeviceType": "",
    "BrowserType": "",
    "IsMobile": false,
    "Withdraw": false,
    "DateWithdrawn": "2022-12-16T19:43:11Z",
    "WithdrawnByUuid": "",
    "WaiverEventDateChecked": "2022-12-16T19:43:11Z",
    "WaiverSiteDateChecked": "2022-12-16T19:43:11Z",
    "CreditCardPaymentStatus": "",
    "UnsubscribeEmarketing": "2022-12-16T19:43:11Z",
    "IsNonPlayerRecord": false,
    "WaiverSendResultsToUSAPAUTPRDateChecked": "2022-12-16T19:43:11Z",
    "SkinnySinglesRankIDAtSignup": 0,
    "IsClubMemberAtSignup": 0,
    "WaiverEventDateCheckedByUuid": "",
    "WaiverSiteDateCheckedByUuid": "",
    "WaiverSendResultsToUSAPAUTPRDateCheckedByUuid": "",
    "PickleballTournamentsImportBatchUuid": "",
    "OriginalPlayerGroupUuid": "",
    "OriginalFormatID": 0,
    "OriginalAgeFrom": 0,
    "OriginalAgeFactor": 0,
    "OriginalAgeTo": 0,
    "OriginalRankIDFrom": 0,
    "OriginalRankFactor": "",
    "OriginalRankIDTo": 0,
    "NoteParams": "",
    "EventSplitUuid": ""
}
}
Response
{
    "result": {
        "Uuid": "ea2e3f1e-db26-4694-b801-2d4437cd2317",
        "TournamentUuid": "",
        "EventUuid": "",
        "UserUuid": "",
        "NeedPartner": false,
        "PartnerRegisteredToEvent": false,
        "PartnerRegisteredInSystem": false,
        "PartnerUserUuid": "",
        "PartnerFirstName": "",
        "PartnerLastName": "",
        "PartnerEmail": "",
        "PartnerPhone": "",
        "PartnerPhoneAreaCode": "",
        "PartnerPhoneCallingCodeCountryID": "",
        "Note": "",
        "DateCreated": "2022-12-16T19:43:11Z",
        "CreatedByUuid": "",
        "DateUpdated": "2022-12-16T19:43:11Z",
        "UpdatedByUuid": "",
        "DateWaitingList": "2022-12-16T19:43:11Z",
        "DateCheckIn": "2022-12-16T19:43:11Z",
        "CheckInByUuid": "",
        "RankIDAtSignup": 0,
        "RankTypeAtSignup": 0,
        "RatingAtSignup": 0,
        "IsOverall": false,
        "IsSeniorGame": false,
        "IsU50": false,
        "AgeFromAtSignup": 0,
        "AgeToAtSignup": 0,
        "WaitingListQueueNumber": 0,
        "MixRankIDAtSignup": 0,
        "SinglesRankIDAtSignup": 0,
        "StateIdAtSignup": 0,
        "DeviceType": "",
        "BrowserType": "",
        "IsMobile": false,
        "Withdraw": false,
        "DateWithdrawn": "2022-12-16T19:43:11Z",
        "WithdrawnByUuid": "",
        "WaiverEventDateChecked": "2022-12-16T19:43:11Z",
        "WaiverSiteDateChecked": "2022-12-16T19:43:11Z",
        "CreditCardPaymentStatus": "",
        "UnsubscribeEmarketing": "2022-12-16T19:43:11Z",
        "IsNonPlayerRecord": false,
        "WaiverSendResultsToUSAPAUTPRDateChecked": "2022-12-16T19:43:11Z",
        "SkinnySinglesRankIDAtSignup": 0,
        "IsClubMemberAtSignup": 0,
        "WaiverEventDateCheckedByUuid": "",
        "WaiverSiteDateCheckedByUuid": "",
        "WaiverSendResultsToUSAPAUTPRDateCheckedByUuid": "",
        "PickleballTournamentsImportBatchUuid": "",
        "OriginalPlayerGroupUuid": "",
        "OriginalFormatID": 0,
        "OriginalAgeFrom": 0,
        "OriginalAgeFactor": 0,
        "OriginalAgeTo": 0,
        "OriginalRankIDFrom": 0,
        "OriginalRankFactor": "",
        "OriginalRankIDTo": 0,
        "NoteParams": "",
        "EventSplitUuid": ""
    }
}

Create Attendee and Cart

POST
POST /v1/tournament-registration
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
    "payloadAttendee":{
    "TournamentUuid": "",
    "EventUuid": "",
    "UserUuid": "",
    "NeedPartner": false,
    "PartnerRegisteredToEvent": false,
    "PartnerRegisteredInSystem": false,
    "PartnerUserUuid": "",
    "PartnerFirstName": "",
    "PartnerLastName": "",
    "PartnerEmail": "",
    "PartnerPhone": "",
    "PartnerPhoneAreaCode": "",
    "PartnerPhoneCallingCodeCountryID": "",
    "Note": "",
    "DateCreated": "2022-12-16T19:43:11Z",
    "CreatedByUuid": "",
    "DateUpdated": "2022-12-16T19:43:11Z",
    "UpdatedByUuid": "",
    "DateWaitingList": "2022-12-16T19:43:11Z",
    "DateCheckIn": "2022-12-16T19:43:11Z",
    "CheckInByUuid": "",
    "RankIDAtSignup": 0,
    "RankTypeAtSignup": 0,
    "RatingAtSignup": 0,
    "IsOverall": false,
    "IsSeniorGame": false,
    "IsU50": false,
    "AgeFromAtSignup": 0,
    "AgeToAtSignup": 0,
    "WaitingListQueueNumber": 0,
    "MixRankIDAtSignup": 0,
    "SinglesRankIDAtSignup": 0,
    "StateIdAtSignup": 0,
    "DeviceType": "",
    "BrowserType": "",
    "IsMobile": false,
    "Withdraw": false,
    "DateWithdrawn": "2022-12-16T19:43:11Z",
    "WithdrawnByUuid": "",
    "WaiverEventDateChecked": "2022-12-16T19:43:11Z",
    "WaiverSiteDateChecked": "2022-12-16T19:43:11Z",
    "CreditCardPaymentStatus": "",
    "UnsubscribeEmarketing": "2022-12-16T19:43:11Z",
    "IsNonPlayerRecord": false,
    "WaiverSendResultsToUSAPAUTPRDateChecked": "2022-12-16T19:43:11Z",
    "SkinnySinglesRankIDAtSignup": 0,
    "IsClubMemberAtSignup": 0,
    "WaiverEventDateCheckedByUuid": "",
    "WaiverSiteDateCheckedByUuid": "",
    "WaiverSendResultsToUSAPAUTPRDateCheckedByUuid": "",
    "PickleballTournamentsImportBatchUuid": "",
    "OriginalPlayerGroupUuid": "",
    "OriginalFormatID": 0,
    "OriginalAgeFrom": 0,
    "OriginalAgeFactor": 0,
    "OriginalAgeTo": 0,
    "OriginalRankIDFrom": 0,
    "OriginalRankFactor": "",
    "OriginalRankIDTo": 0,
    "NoteParams": "",
    "EventSplitUuid": ""
},
"payloadCart":{
    "ModuleUuid": "",
    "UserUuid": "",
    "Status": "TOURNAMENT_EVENT_CART_UNDEFINED",
    "DateCreated": "2022-12-16T19:43:11Z",
    "DatePurchased": "2022-12-16T19:43:11Z",
    "DateRefunded": "2022-12-16T19:43:11Z",
    "DateUpdated": "2022-12-16T19:43:11Z",
    "DiscountCode": "",
    "DiscountPercent": 0,
    "ValuePaid": 0,
    "ValueAvailableForRefund": 0,
    "ValueRefunded": 0,
    "Items": [],
    "NumberOfItems": "0",
    "UpdatedByUuid": "",
    "CreatedByUuid": "",
    "AttendeeInfoUuid": "",
    "RequestUuid": "",
    "ResponseUuid": "",
    "TransactionUuid": "",
    "PaymentMethodUuid": "",
    "PaymentMemo": "",
    "CurrencyPaidIn": "MODULE_CHECKOUT_CURRENCY_UNDEFINED",
    "SiteAreaCollectedFrom": "",
    "IsReversed": false,
    "UsedFeePlanPBMerchantAdditionalCost": false,
    "IsPlatformServiceFeePaid": false,
    "ValuePaidInUSD": 0,
    "ExchangeRateAtTimeOfInvoice": 0,
    "IsSSIPAMemberAutoDiscount": false,
    "IsGPAMemberAutoDiscount": false,
    "ModuleName": ""
}
}
Response
{
    "resultAttendee": {
        "Uuid": "115d254e-531b-4b56-a708-4819583d322c",
        "TournamentUuid": "",
        "EventUuid": "",
        "UserUuid": "",
        "NeedPartner": false,
        "PartnerRegisteredToEvent": false,
        "PartnerRegisteredInSystem": false,
        "PartnerUserUuid": "",
        "PartnerFirstName": "",
        "PartnerLastName": "",
        "PartnerEmail": "",
        "PartnerPhone": "",
        "PartnerPhoneAreaCode": "",
        "PartnerPhoneCallingCodeCountryID": "",
        "Note": "",
        "DateCreated": "2022-12-16T19:43:11Z",
        "CreatedByUuid": "",
        "DateUpdated": "2022-12-16T19:43:11Z",
        "UpdatedByUuid": "",
        "DateWaitingList": "2022-12-16T19:43:11Z",
        "DateCheckIn": "2022-12-16T19:43:11Z",
        "CheckInByUuid": "",
        "RankIDAtSignup": 0,
        "RankTypeAtSignup": 0,
        "RatingAtSignup": 0,
        "IsOverall": false,
        "IsSeniorGame": false,
        "IsU50": false,
        "AgeFromAtSignup": 0,
        "AgeToAtSignup": 0,
        "WaitingListQueueNumber": 0,
        "MixRankIDAtSignup": 0,
        "SinglesRankIDAtSignup": 0,
        "StateIdAtSignup": 0,
        "DeviceType": "",
        "BrowserType": "",
        "IsMobile": false,
        "Withdraw": false,
        "DateWithdrawn": "2022-12-16T19:43:11Z",
        "WithdrawnByUuid": "",
        "WaiverEventDateChecked": "2022-12-16T19:43:11Z",
        "WaiverSiteDateChecked": "2022-12-16T19:43:11Z",
        "CreditCardPaymentStatus": "",
        "UnsubscribeEmarketing": "2022-12-16T19:43:11Z",
        "IsNonPlayerRecord": false,
        "WaiverSendResultsToUSAPAUTPRDateChecked": "2022-12-16T19:43:11Z",
        "SkinnySinglesRankIDAtSignup": 0,
        "IsClubMemberAtSignup": 0,
        "WaiverEventDateCheckedByUuid": "",
        "WaiverSiteDateCheckedByUuid": "",
        "WaiverSendResultsToUSAPAUTPRDateCheckedByUuid": "",
        "PickleballTournamentsImportBatchUuid": "",
        "OriginalPlayerGroupUuid": "",
        "OriginalFormatID": 0,
        "OriginalAgeFrom": 0,
        "OriginalAgeFactor": 0,
        "OriginalAgeTo": 0,
        "OriginalRankIDFrom": 0,
        "OriginalRankFactor": "",
        "OriginalRankIDTo": 0,
        "NoteParams": "",
        "EventSplitUuid": ""
    },
    "resultCart": {
        "Uuid": "33dcd734-afe7-4122-9622-ec6f0318ec46",
        "ModuleUuid": "",
        "UserUuid": "",
        "Status": "TOURNAMENT_EVENT_CART_UNDEFINED",
        "DateCreated": "2022-12-16T19:43:11Z",
        "DatePurchased": "2022-12-16T19:43:11Z",
        "DateRefunded": "2022-12-16T19:43:11Z",
        "DateUpdated": "2022-12-16T19:43:11Z",
        "DiscountCode": "",
        "DiscountPercent": 0,
        "ValuePaid": 0,
        "ValueAvailableForRefund": 0,
        "ValueRefunded": 0,
        "Items": [],
        "NumberOfItems": "0",
        "UpdatedByUuid": "",
        "CreatedByUuid": "",
        "AttendeeInfoUuid": "",
        "RequestUuid": "",
        "ResponseUuid": "",
        "TransactionUuid": "",
        "PaymentMethodUuid": "",
        "PaymentMemo": "",
        "CurrencyPaidIn": "MODULE_CHECKOUT_CURRENCY_UNDEFINED",
        "SiteAreaCollectedFrom": "",
        "IsReversed": false,
        "UsedFeePlanPBMerchantAdditionalCost": false,
        "IsPlatformServiceFeePaid": false,
        "ValuePaidInUSD": 0,
        "ExchangeRateAtTimeOfInvoice": 0,
        "IsSSIPAMemberAutoDiscount": false,
        "IsGPAMemberAutoDiscount": false,
        "ModuleName": ""
    }
}

Update Attendee by Uuid

PUT
PUT /v1/tournament-registration/uuid
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
    "payload":{
    "TournamentUuid": "",
    "EventUuid": "",
    "UserUuid": "",
    "NeedPartner": false,
    "PartnerRegisteredToEvent": false,
    "PartnerRegisteredInSystem": false,
    "PartnerUserUuid": "",
    "PartnerFirstName": "",
    "PartnerLastName": "",
    "PartnerEmail": "",
    "PartnerPhone": "",
    "PartnerPhoneAreaCode": "",
    "PartnerPhoneCallingCodeCountryID": "",
    "Note": "",
    "DateCreated": "2022-12-16T19:43:11Z",
    "CreatedByUuid": "",
    "DateUpdated": "2022-12-16T19:43:11Z",
    "UpdatedByUuid": "",
    "DateWaitingList": "2022-12-16T19:43:11Z",
    "DateCheckIn": "2022-12-16T19:43:11Z",
    "CheckInByUuid": "",
    "RankIDAtSignup": 0,
    "RankTypeAtSignup": 0,
    "RatingAtSignup": 0,
    "IsOverall": false,
    "IsSeniorGame": false,
    "IsU50": false,
    "AgeFromAtSignup": 0,
    "AgeToAtSignup": 0,
    "WaitingListQueueNumber": 0,
    "MixRankIDAtSignup": 0,
    "SinglesRankIDAtSignup": 0,
    "StateIdAtSignup": 0,
    "DeviceType": "",
    "BrowserType": "",
    "IsMobile": false,
    "Withdraw": false,
    "DateWithdrawn": "2022-12-16T19:43:11Z",
    "WithdrawnByUuid": "",
    "WaiverEventDateChecked": "2022-12-16T19:43:11Z",
    "WaiverSiteDateChecked": "2022-12-16T19:43:11Z",
    "CreditCardPaymentStatus": "",
    "UnsubscribeEmarketing": "2022-12-16T19:43:11Z",
    "IsNonPlayerRecord": false,
    "WaiverSendResultsToUSAPAUTPRDateChecked": "2022-12-16T19:43:11Z",
    "SkinnySinglesRankIDAtSignup": 0,
    "IsClubMemberAtSignup": 0,
    "WaiverEventDateCheckedByUuid": "",
    "WaiverSiteDateCheckedByUuid": "",
    "WaiverSendResultsToUSAPAUTPRDateCheckedByUuid": "",
    "PickleballTournamentsImportBatchUuid": "",
    "OriginalPlayerGroupUuid": "",
    "OriginalFormatID": 0,
    "OriginalAgeFrom": 0,
    "OriginalAgeFactor": 0,
    "OriginalAgeTo": 0,
    "OriginalRankIDFrom": 0,
    "OriginalRankFactor": "",
    "OriginalRankIDTo": 0,
    "NoteParams": "",
    "EventSplitUuid": ""
}
}
Response
{
    "result": {
        "Uuid": "ea2e3f1e-db26-4694-b801-2d4437cd2317",
        "TournamentUuid": "",
        "EventUuid": "",
        "UserUuid": "",
        "NeedPartner": false,
        "PartnerRegisteredToEvent": false,
        "PartnerRegisteredInSystem": false,
        "PartnerUserUuid": "",
        "PartnerFirstName": "",
        "PartnerLastName": "",
        "PartnerEmail": "",
        "PartnerPhone": "",
        "PartnerPhoneAreaCode": "",
        "PartnerPhoneCallingCodeCountryID": "",
        "Note": "",
        "DateCreated": "2022-12-16T19:43:11Z",
        "CreatedByUuid": "",
        "DateUpdated": "2022-12-16T19:43:11Z",
        "UpdatedByUuid": "",
        "DateWaitingList": "2022-12-16T19:43:11Z",
        "DateCheckIn": "2022-12-16T19:43:11Z",
        "CheckInByUuid": "",
        "RankIDAtSignup": 0,
        "RankTypeAtSignup": 0,
        "RatingAtSignup": 0,
        "IsOverall": false,
        "IsSeniorGame": false,
        "IsU50": false,
        "AgeFromAtSignup": 0,
        "AgeToAtSignup": 0,
        "WaitingListQueueNumber": 0,
        "MixRankIDAtSignup": 0,
        "SinglesRankIDAtSignup": 0,
        "StateIdAtSignup": 0,
        "DeviceType": "",
        "BrowserType": "",
        "IsMobile": false,
        "Withdraw": false,
        "DateWithdrawn": "2022-12-16T19:43:11Z",
        "WithdrawnByUuid": "",
        "WaiverEventDateChecked": "2022-12-16T19:43:11Z",
        "WaiverSiteDateChecked": "2022-12-16T19:43:11Z",
        "CreditCardPaymentStatus": "",
        "UnsubscribeEmarketing": "2022-12-16T19:43:11Z",
        "IsNonPlayerRecord": false,
        "WaiverSendResultsToUSAPAUTPRDateChecked": "2022-12-16T19:43:11Z",
        "SkinnySinglesRankIDAtSignup": 0,
        "IsClubMemberAtSignup": 0,
        "WaiverEventDateCheckedByUuid": "",
        "WaiverSiteDateCheckedByUuid": "",
        "WaiverSendResultsToUSAPAUTPRDateCheckedByUuid": "",
        "PickleballTournamentsImportBatchUuid": "",
        "OriginalPlayerGroupUuid": "",
        "OriginalFormatID": 0,
        "OriginalAgeFrom": 0,
        "OriginalAgeFactor": 0,
        "OriginalAgeTo": 0,
        "OriginalRankIDFrom": 0,
        "OriginalRankFactor": "",
        "OriginalRankIDTo": 0,
        "NoteParams": "",
        "EventSplitUuid": ""
    }
}

Delete Attendee by Uuid

DELETE
DELETE /v1/tournament-registration/uuid
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty
Response
200 OK

Get Attendee Cart by Uuid

GET
GET /v1/data/tournament-registration/attendee-cart/uuid
💡
This request requires “PB-API-TOKEN” from the platforms or “PB-USER-TOKEN” from the authenticated user.
Request
Empty
Response
{
    "Uuid": "test",
    "ModuleUuid": "",
    "UserUuid": "",
    "Status": "TOURNAMENT_EVENT_CART_UNDEFINED",
    "DateCreated": "2022-12-16T19:43:11Z",
    "DatePurchased": "2022-12-16T19:43:11Z",
    "DateRefunded": "2022-12-16T19:43:11Z",
    "DateUpdated": "2022-12-16T19:43:11Z",
    "DiscountCode": "",
    "DiscountPercent": 0,
    "ValuePaid": 0,
    "ValueAvailableForRefund": 0,
    "ValueRefunded": 0,
    "Items": [],
    "NumberOfItems": "0",
    "UpdatedByUuid": "",
    "CreatedByUuid": "",
    "AttendeeInfoUuid": "",
    "RequestUuid": "",
    "ResponseUuid": "",
    "TransactionUuid": "",
    "PaymentMethodUuid": "",
    "PaymentMemo": "",
    "CurrencyPaidIn": "MODULE_CHECKOUT_CURRENCY_UNDEFINED",
    "SiteAreaCollectedFrom": "",
    "IsReversed": false,
    "UsedFeePlanPBMerchantAdditionalCost": false,
    "IsPlatformServiceFeePaid": false,
    "ValuePaidInUSD": 0,
    "ExchangeRateAtTimeOfInvoice": 0,
    "IsSSIPAMemberAutoDiscount": false,
    "IsGPAMemberAutoDiscount": false,
    "ModuleName": ""
}

Get Attendee Cart by Module and User

GET
GET /v1/data/tournament-registration/attendee-cart/{useruuid}/{moduleuuid}
💡
This request requires “PB-API-TOKEN” from the platforms or “PB-USER-TOKEN” from the authenticated user.
Request
Empty
Response
{
    "Uuid": "test",
    "ModuleUuid": "",
    "UserUuid": "",
    "Status": "TOURNAMENT_EVENT_CART_UNDEFINED",
    "DateCreated": "2022-12-16T19:43:11Z",
    "DatePurchased": "2022-12-16T19:43:11Z",
    "DateRefunded": "2022-12-16T19:43:11Z",
    "DateUpdated": "2022-12-16T19:43:11Z",
    "DiscountCode": "",
    "DiscountPercent": 0,
    "ValuePaid": 0,
    "ValueAvailableForRefund": 0,
    "ValueRefunded": 0,
    "Items": [],
    "NumberOfItems": "0",
    "UpdatedByUuid": "",
    "CreatedByUuid": "",
    "AttendeeInfoUuid": "",
    "RequestUuid": "",
    "ResponseUuid": "",
    "TransactionUuid": "",
    "PaymentMethodUuid": "",
    "PaymentMemo": "",
    "CurrencyPaidIn": "MODULE_CHECKOUT_CURRENCY_UNDEFINED",
    "SiteAreaCollectedFrom": "",
    "IsReversed": false,
    "UsedFeePlanPBMerchantAdditionalCost": false,
    "IsPlatformServiceFeePaid": false,
    "ValuePaidInUSD": 0,
    "ExchangeRateAtTimeOfInvoice": 0,
    "IsSSIPAMemberAutoDiscount": false,
    "IsGPAMemberAutoDiscount": false,
    "ModuleName": ""
}

Create Attendee Cart

POST
POST /v1/tournament-registration/attendee-cart
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
"payload":{
    "ModuleUuid": "",
    "UserUuid": "",
    "Status": "TOURNAMENT_EVENT_CART_UNDEFINED",
    "DateCreated": "2022-12-16T19:43:11Z",
    "DatePurchased": "2022-12-16T19:43:11Z",
    "DateRefunded": "2022-12-16T19:43:11Z",
    "DateUpdated": "2022-12-16T19:43:11Z",
    "DiscountCode": "",
    "DiscountPercent": 0,
    "ValuePaid": 0,
    "ValueAvailableForRefund": 0,
    "ValueRefunded": 0,
    "Items": [],
    "NumberOfItems": "0",
    "UpdatedByUuid": "",
    "CreatedByUuid": "",
    "AttendeeInfoUuid": "",
    "RequestUuid": "",
    "ResponseUuid": "",
    "TransactionUuid": "",
    "PaymentMethodUuid": "",
    "PaymentMemo": "",
    "CurrencyPaidIn": "MODULE_CHECKOUT_CURRENCY_UNDEFINED",
    "SiteAreaCollectedFrom": "",
    "IsReversed": false,
    "UsedFeePlanPBMerchantAdditionalCost": false,
    "IsPlatformServiceFeePaid": false,
    "ValuePaidInUSD": 0,
    "ExchangeRateAtTimeOfInvoice": 0,
    "IsSSIPAMemberAutoDiscount": false,
    "IsGPAMemberAutoDiscount": false,
    "ModuleName": ""
}
}
Response
{
    "result": {
        "Uuid": "15d8cb12-231f-4b02-a1f5-2d50302cfe9d",
        "ModuleUuid": "",
        "UserUuid": "",
        "Status": "TOURNAMENT_EVENT_CART_UNDEFINED",
        "DateCreated": "2022-12-16T19:43:11Z",
        "DatePurchased": "2022-12-16T19:43:11Z",
        "DateRefunded": "2022-12-16T19:43:11Z",
        "DateUpdated": "2022-12-16T19:43:11Z",
        "DiscountCode": "",
        "DiscountPercent": 0,
        "ValuePaid": 0,
        "ValueAvailableForRefund": 0,
        "ValueRefunded": 0,
        "Items": [],
        "NumberOfItems": "0",
        "UpdatedByUuid": "",
        "CreatedByUuid": "",
        "AttendeeInfoUuid": "",
        "RequestUuid": "",
        "ResponseUuid": "",
        "TransactionUuid": "",
        "PaymentMethodUuid": "",
        "PaymentMemo": "",
        "CurrencyPaidIn": "MODULE_CHECKOUT_CURRENCY_UNDEFINED",
        "SiteAreaCollectedFrom": "",
        "IsReversed": false,
        "UsedFeePlanPBMerchantAdditionalCost": false,
        "IsPlatformServiceFeePaid": false,
        "ValuePaidInUSD": 0,
        "ExchangeRateAtTimeOfInvoice": 0,
        "IsSSIPAMemberAutoDiscount": false,
        "IsGPAMemberAutoDiscount": false,
        "ModuleName": ""
    }
}

Update Attendee Cart

PUT
PUT /v1/tournament-registration/attendee-cart/uuid
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
"payload":{
    "Uuid":"test",
    "ModuleUuid": "",
    "UserUuid": "",
    "Status": "TOURNAMENT_EVENT_CART_UNDEFINED",
    "DateCreated": "2022-12-16T19:43:11Z",
    "DatePurchased": "2022-12-16T19:43:11Z",
    "DateRefunded": "2022-12-16T19:43:11Z",
    "DateUpdated": "2022-12-16T19:43:11Z",
    "DiscountCode": "",
    "DiscountPercent": 0,
    "ValuePaid": 0,
    "ValueAvailableForRefund": 0,
    "ValueRefunded": 0,
    "Items": [],
    "NumberOfItems": "0",
    "UpdatedByUuid": "",
    "CreatedByUuid": "",
    "AttendeeInfoUuid": "",
    "RequestUuid": "",
    "ResponseUuid": "",
    "TransactionUuid": "",
    "PaymentMethodUuid": "",
    "PaymentMemo": "",
    "CurrencyPaidIn": "MODULE_CHECKOUT_CURRENCY_UNDEFINED",
    "SiteAreaCollectedFrom": "",
    "IsReversed": false,
    "UsedFeePlanPBMerchantAdditionalCost": false,
    "IsPlatformServiceFeePaid": false,
    "ValuePaidInUSD": 0,
    "ExchangeRateAtTimeOfInvoice": 0,
    "IsSSIPAMemberAutoDiscount": false,
    "IsGPAMemberAutoDiscount": false,
    "ModuleName": ""
}
}
Response
{
    "result": {
        "Uuid": "test",
        "ModuleUuid": "",
        "UserUuid": "",
        "Status": "TOURNAMENT_EVENT_CART_UNDEFINED",
        "DateCreated": "2022-12-16T19:43:11Z",
        "DatePurchased": "2022-12-16T19:43:11Z",
        "DateRefunded": "2022-12-16T19:43:11Z",
        "DateUpdated": "2022-12-16T19:43:11Z",
        "DiscountCode": "",
        "DiscountPercent": 0,
        "ValuePaid": 0,
        "ValueAvailableForRefund": 0,
        "ValueRefunded": 0,
        "Items": [],
        "NumberOfItems": "0",
        "UpdatedByUuid": "",
        "CreatedByUuid": "",
        "AttendeeInfoUuid": "",
        "RequestUuid": "",
        "ResponseUuid": "",
        "TransactionUuid": "",
        "PaymentMethodUuid": "",
        "PaymentMemo": "",
        "CurrencyPaidIn": "MODULE_CHECKOUT_CURRENCY_UNDEFINED",
        "SiteAreaCollectedFrom": "",
        "IsReversed": false,
        "UsedFeePlanPBMerchantAdditionalCost": false,
        "IsPlatformServiceFeePaid": false,
        "ValuePaidInUSD": 0,
        "ExchangeRateAtTimeOfInvoice": 0,
        "IsSSIPAMemberAutoDiscount": false,
        "IsGPAMemberAutoDiscount": false,
        "ModuleName": ""
    }
}

Update Attendee Cart by Module and User

PUT
PUT /v1/tournament-registration/attendee-cart/module
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
"payload":{
    "ModuleUuid": "",
    "UserUuid": "",
    "Status": "TOURNAMENT_EVENT_CART_UNDEFINED",
    "DateCreated": "2022-12-16T19:43:11Z",
    "DatePurchased": "2022-12-16T19:43:11Z",
    "DateRefunded": "2022-12-16T19:43:11Z",
    "DateUpdated": "2022-12-16T19:43:11Z",
    "DiscountCode": "",
    "DiscountPercent": 0,
    "ValuePaid": 0,
    "ValueAvailableForRefund": 0,
    "ValueRefunded": 0,
    "Items": [],
    "NumberOfItems": "0",
    "UpdatedByUuid": "",
    "CreatedByUuid": "",
    "AttendeeInfoUuid": "",
    "RequestUuid": "",
    "ResponseUuid": "",
    "TransactionUuid": "",
    "PaymentMethodUuid": "",
    "PaymentMemo": "",
    "CurrencyPaidIn": "MODULE_CHECKOUT_CURRENCY_UNDEFINED",
    "SiteAreaCollectedFrom": "",
    "IsReversed": false,
    "UsedFeePlanPBMerchantAdditionalCost": false,
    "IsPlatformServiceFeePaid": false,
    "ValuePaidInUSD": 0,
    "ExchangeRateAtTimeOfInvoice": 0,
    "IsSSIPAMemberAutoDiscount": false,
    "IsGPAMemberAutoDiscount": false,
    "ModuleName": ""
}
}
Response
{
    "result": {
        "Uuid": "test",
        "ModuleUuid": "",
        "UserUuid": "",
        "Status": "TOURNAMENT_EVENT_CART_UNDEFINED",
        "DateCreated": "2022-12-16T19:43:11Z",
        "DatePurchased": "2022-12-16T19:43:11Z",
        "DateRefunded": "2022-12-16T19:43:11Z",
        "DateUpdated": "2022-12-16T19:43:11Z",
        "DiscountCode": "",
        "DiscountPercent": 0,
        "ValuePaid": 0,
        "ValueAvailableForRefund": 0,
        "ValueRefunded": 0,
        "Items": [],
        "NumberOfItems": "0",
        "UpdatedByUuid": "",
        "CreatedByUuid": "",
        "AttendeeInfoUuid": "",
        "RequestUuid": "",
        "ResponseUuid": "",
        "TransactionUuid": "",
        "PaymentMethodUuid": "",
        "PaymentMemo": "",
        "CurrencyPaidIn": "MODULE_CHECKOUT_CURRENCY_UNDEFINED",
        "SiteAreaCollectedFrom": "",
        "IsReversed": false,
        "UsedFeePlanPBMerchantAdditionalCost": false,
        "IsPlatformServiceFeePaid": false,
        "ValuePaidInUSD": 0,
        "ExchangeRateAtTimeOfInvoice": 0,
        "IsSSIPAMemberAutoDiscount": false,
        "IsGPAMemberAutoDiscount": false,
        "ModuleName": ""
    }
}

Delete Attendee Cart by Uuid

DELETE
DELETE /v1/tournament-registration/attendee-cart/uuid
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty
Response
200 OK

Add Cart Items

PUT
PUT /v1/tournament-registration/attendee-cart/uuid/items/add
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
"payload": [{
            "CartUuid": "test",
            "ItemUuid": "",
            "Quantity": 0,
            "IsFree": false,
            "DateAdded": "2022-12-16T19:43:11Z",
            "DisplayOrder": 0,
            "QuestionAnswer": "",
            "ItemType": "",
            "IsServiceFee": false,
            "IsAdditionalActivityFee": false,
            "DidActivityTitleChangeAfterRegistration": false,
            "Title": "",
            "Description": "",
            "TransactionNote": "",
            "UnitPriceOverride": 0,
            "IsSSIPAMemberAutoDiscount": false,
            "IsGPAMemberAutoDiscount": false
        }]
}
Response
200 OK

Remove Cart Item by Uuid

DELETE
DELETE /v1/tournament-registration/attendee-cart/uuid/items/remove/itemUuid
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty
Response
200 OK

Remove All Items in Cart

DELETE
DELETE /v1/tournament-registration/attendee-cart/uuid/items/remove
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty
Response
200 OK

Upsert Tourney Match Pool

POST
POST /v1/tourney_match_pool/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
    "payload": {
        "poolId": "9d860c6b-be19-41d1-8bb5-e2128cd030aa",
        "eventId": "",
        "tournamentId": "",
        "sequenceNumber": 0,
        "isPoolOrRoundRobinSingleEliminationSequence": 0,
        "bracketFormatId": 0,
        "poolNumber": 0,
        "numberOfTeamsInPool": 0,
        "teamCountFromThisPoolAdvanceToPlayoffs": 0,
        "scoreFormatIdRr": 0,
        "scoreFormatIdW": 0,
        "scoreFormatIdL1": 0,
        "scoreFormatIdB": 0,
        "scoreFormatIdGs": 0,
        "scoreFormatIdGsIfFirstLoss": 0,
        "estMinutesPerMatchRr": 0,
        "estMinutesPerMatchW": 0,
        "estMinutesPerMatchL1": 0,
        "estMinutesPerMatchB": 0,
        "estMinutesPerMatchGs": 0,
        "estMinutesPerMatchIfFirstLoss": 0,
        "numberOfTimeoutsRr": 0,
        "numberOfTimeoutsW": 0,
        "numberOfTimeoutsL": 0,
        "numberOfTimeoutsB": 0,
        "numberOfTimeoutsGs": 0,
        "numberOfTimeoutsGsIfFirstLoss": 0,
        "goldTeamIdAtPoolLevel": "",
        "silverTeamIdAtPoolLevel": "",
        "bronzeTeamIdAtPoolLevel": "",
        "dateCreated": "",
        "createdByFullName": "",
        "dateLocked": "",
        "lockedByFullName": ""
    }
}
Response
{
    "result": {
        "poolId": "9d860c6b-be19-41d1-8bb5-e2128cd030aa",
        "eventId": "",
        "tournamentId": "",
        "sequenceNumber": 0,
        "isPoolOrRoundRobinSingleEliminationSequence": 0,
        "bracketFormatId": 0,
        "poolPlayTypeOld": 0,
        "poolNumber": 0,
        "numberOfTeamsInPool": 0,
        "teamCountFromThisPoolAdvanceToPlayoffs": 0,
        "scoreFormatIdRr": 0,
        "scoreFormatIdW": 0,
        "scoreFormatIdL1": 0,
        "scoreFormatIdB": 0,
        "scoreFormatIdGs": 0,
        "scoreFormatIdGsIfFirstLoss": 0,
        "estMinutesPerMatchRr": 0,
        "estMinutesPerMatchRr2nd": 0,
        "estMinutesPerMatchW": 0,
        "estMinutesPerMatchL1": 0,
        "estMinutesPerMatchB": 0,
        "estMinutesPerMatchGs": 0,
        "estMinutesPerMatchIfFirstLoss": 0,
        "numberOfTimeoutsRr": 0,
        "numberOfTimeoutsW": 0,
        "numberOfTimeoutsL": 0,
        "numberOfTimeoutsB": 0,
        "numberOfTimeoutsGs": 0,
        "numberOfTimeoutsGsIfFirstLoss": 0,
        "goldTeamIdAtPoolLevel": "",
        "silverTeamIdAtPoolLevel": "",
        "bronzeTeamIdAtPoolLevel": "",
        "dateCreated": "",
        "createdByFullName": "",
        "dateLocked": "",
        "lockedByFullName": ""
    }
}

Upsert Tourney Match Pool to Teams

POST
POST /v1/tourney_match_pool_to_teams/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
    "payload": {
        "poolToTeamId": "ddb490a3-ee59-497f-bbd2-3da5a8603871",
        "poolId": "222112",
        "isPoolOrRoundRobinSingleEliminationMedalRound": 0,
        "teamId": "",
        "poolSeedNumber": 0,
        "teamSeedNumber": 0,
        "teamWins": 0,
        "teamLosses": 0,
        "teamPointsEarned": 0,
        "teamPointsEarnedActual": 0,
        "teamPointsAgainst": 0,
        "teamPointDifference": 0,
        "teamPointsPossible": 0,
        "useHeadToHeadWins": false,
        "teamHeadToHeadWins": 0,
        "teamHeadToHeadTieBreaker": 0,
        "teamHeadToHeadTieBreakerAdj": 0,
        "teamNewSeedNumber": 0,
        "teamEndSequenceForNextRoundSeedNumber": 0,
        "dateCreated": "",
        "assignMedalsToAnotherActivityId": "",
        "assignMedalsToAnotherActivityMedalToAssign": "",
        "teamHeadToHeadWinsWithinHeadToHead": 0,
        "teamHeadToHeadPointDifferenceWithinHeadToHead": 0,
        "teamHeadToHeadPointsPlusBonusWithinHeadToHead": 0,
        "teamHeadToHeadPointDifferenceFromNextHighestTeam": 0,
        "resultsSeedNumber": 0,
        "teamPointDifferencePercentage": 0,
        "prevSequenceTeamEndSeedNumber": 0,
        "h2hRankFromLoopLogicTable": 0,
        "scrambleMedalBracketSeed": 0,
        "unchangedSeedNumberBeforeMedalRoundMultiPoolCrossover": 0,
        "totalGamesPlayed": 0,
        "teamMatchWinPercentage": 0
    }
}
Response
{
    "result": {
        "poolToTeamId": "ddb490a3-ee59-497f-bbd2-3da5a8603871",
        "poolId": "222112",
        "isPoolOrRoundRobinSingleEliminationMedalRound": 0,
        "teamId": "",
        "poolSeedNumber": 0,
        "teamSeedNumber": 0,
        "teamWins": 0,
        "teamLosses": 0,
        "teamPointsEarned": 0,
        "teamPointsEarnedActual": 0,
        "teamPointsAgainst": 0,
        "teamPointDifference": 0,
        "teamPointsPossible": 0,
        "useHeadToHeadWins": false,
        "teamHeadToHeadWins": 0,
        "teamHeadToHeadTieBreaker": 0,
        "teamHeadToHeadTieBreakerAdj": 0,
        "teamNewSeedNumber": 0,
        "teamEndSequenceForNextRoundSeedNumber": 0,
        "dateCreated": "",
        "assignMedalsToAnotherActivityId": "",
        "assignMedalsToAnotherActivityMedalToAssign": "",
        "teamHeadToHeadWinsWithinHeadToHead": 0,
        "teamHeadToHeadPointDifferenceWithinHeadToHead": 0,
        "teamHeadToHeadPointsPlusBonusWithinHeadToHead": 0,
        "teamHeadToHeadPointDifferenceFromNextHighestTeam": 0,
        "resultsSeedNumber": 0,
        "teamPointDifferencePercentage": 0,
        "prevSequenceTeamEndSeedNumber": 0,
        "h2hRankFromLoopLogicTable": 0,
        "scrambleMedalBracketSeed": 0,
        "unchangedSeedNumberBeforeMedalRoundMultiPoolCrossover": 0,
        "totalGamesPlayed": 0,
        "teamMatchWinPercentage": 0
    }
}

List Score Formats

GET
GET /v1/data/score_formats
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty
Response
{
    "totalRecords": "2",
    "results": [
        {
            "scoreFormatId": 1,
            "title": "",
            "shorthand": "",
            "maxGames": 0,
            "gameBest": 0,
            "gameBestOutOf": 0,
            "rrMatchMaxWinnerPoints": 0,
            "rrMatchMaxLoserPoints": 0,
            "game1Max": 0,
            "game1WinBy": 0,
            "game2Max": 0,
            "game2WinBy": 0,
            "game3Max": 0,
            "game3WinBy": 0,
            "game4Max": 0,
            "game4WinBy": 0,
            "game5Max": 0,
            "game5WinBy": 0,
            "estMinutesPerMatch": 0,
            "displayOrder": 0,
            "isEnabled": false,
            "showForTourney": false,
            "showForLeague": false,
            "usapEnabled": false,
            "pcoEnabled": false,
            "ssipaEnabled": false,
            "pickleballTournamentsDotComEquivalent": ""
        },
        {
            "scoreFormatId": 2,
            "title": "test",
            "shorthand": "",
            "maxGames": 0,
            "gameBest": 0,
            "gameBestOutOf": 0,
            "rrMatchMaxWinnerPoints": 0,
            "rrMatchMaxLoserPoints": 0,
            "game1Max": 0,
            "game1WinBy": 0,
            "game2Max": 0,
            "game2WinBy": 0,
            "game3Max": 0,
            "game3WinBy": 0,
            "game4Max": 0,
            "game4WinBy": 0,
            "game5Max": 0,
            "game5WinBy": 0,
            "estMinutesPerMatch": 0,
            "displayOrder": 0,
            "isEnabled": false,
            "showForTourney": false,
            "showForLeague": false,
            "usapEnabled": false,
            "pcoEnabled": false,
            "ssipaEnabled": false,
            "pickleballTournamentsDotComEquivalent": ""
        }
    ]
}

Get Score Format by uuid

GET
GET /v1/data/score_formats/{uuid}
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "scoreFormatId": 1,
    "title": "",
    "shorthand": "",
    "maxGames": 0,
    "gameBest": 0,
    "gameBestOutOf": 0,
    "rrMatchMaxWinnerPoints": 0,
    "rrMatchMaxLoserPoints": 0,
    "game1Max": 0,
    "game1WinBy": 0,
    "game2Max": 0,
    "game2WinBy": 0,
    "game3Max": 0,
    "game3WinBy": 0,
    "game4Max": 0,
    "game4WinBy": 0,
    "game5Max": 0,
    "game5WinBy": 0,
    "estMinutesPerMatch": 0,
    "displayOrder": 0,
    "isEnabled": false,
    "showForTourney": false,
    "showForLeague": false,
    "usapEnabled": false,
    "pcoEnabled": false,
    "ssipaEnabled": false,
    "pickleballTournamentsDotComEquivalent": ""
}

List Bracket Templates

GET
GET /v1/data/bracket_templates
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "totalRecords": "2",
    "results": [
        {
            "bracketId": 1,
            "numberOfTeams": 0,
            "numberOfEliminations": 0,
            "totalMatchCountW": 0,
            "totalMatchCountL1": 0,
            "displayOrder": 0,
            "isEnabled": false
        },
        {
            "bracketId": 2,
            "numberOfTeams": 55,
            "numberOfEliminations": 0,
            "totalMatchCountW": 0,
            "totalMatchCountL1": 0,
            "displayOrder": 0,
            "isEnabled": false
        }
    ]
}

Get Bracket Template by Uuid

GET
GET /v1/data/bracket_templates/{uuid}
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "bracketId": 1,
    "numberOfTeams": 0,
    "numberOfEliminations": 0,
    "totalMatchCountW": 0,
    "totalMatchCountL1": 0,
    "displayOrder": 0,
    "isEnabled": false
}

List Bracket Template Eliminations

GET
GET /v1/data/bracket_template_eliminations
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "totalRecords": "2",
    "results": [
        {
            "eliminationId": "71cf6ed8-b241-4dfa-b96a-0169ad4880ec",
            "eliminationNumber": 5,
            "bracketId": 0,
            "numberOfRounds": 0
        },
        {
            "eliminationId": "f932180c-6ccd-4fc4-8965-c7d8673f5401",
            "eliminationNumber": 0,
            "bracketId": 0,
            "numberOfRounds": 0
        }
    ]
}

Get Bracket Template Eliminations by uuid

GET
GET v1/data/bracket_template_eliminations/{uuid}
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "eliminationId": "71cf6ed8-b241-4dfa-b96a-0169ad4880ec",
    "eliminationNumber": 5,
    "bracketId": 0,
    "numberOfRounds": 0
}

List Bracket Template Matches

GET
GET /v1/data/bracket_template_matches
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "totalRecords": "2",
    "results": [
        {
            "matchId": "0a01a828-8c0f-4eae-bdbd-96c39e5a3eea",
            "roundId": "",
            "matchNumber": 0,
            "matchIdFromA": "",
            "matchIdFromB": "",
            "matchIdWinnerGoesTo": "",
            "winnerGoesToAOrB": "",
            "matchIdLoserGoesTo": "",
            "loserGoesToAOrB": "",
            "teamASeedNumber": 0,
            "teamBSeedNumber": 0,
            "displayOrder": 0,
            "inBracketType": "",
            "loserCannotPlayIntoWinner": "",
            "dailyPlannerRoundNumber": 0,
            "dailyPlannerMaxCourtsNeeded": 0,
            "preMedalMatch": false,
            "preMedalMatchLoserCannotPlayIntoWinner": false,
            "preMedalMatchBronzeFromLoserOfSemi": false,
            "bronzeFromLoserOfSemi": "",
            "bronzeFromLoserOfSemiMatchIdFromA": "",
            "bronzeFromLoserOfSemiMatchIdFromB": "",
            "bronzeFromLoserOfSemiLoserLastMatchIdFromA": "",
            "bronzeFromLoserOfSemiLoserLastMatchIdFromB": "",
            "bronzeFromLoserOfSemiNewMatchNumber": 0
        },
        {
            "matchId": "a31e82e4-c1a8-4b84-a533-650936076a91",
            "roundId": "50",
            "matchNumber": 0,
            "matchIdFromA": "",
            "matchIdFromB": "",
            "matchIdWinnerGoesTo": "",
            "winnerGoesToAOrB": "",
            "matchIdLoserGoesTo": "",
            "loserGoesToAOrB": "",
            "teamASeedNumber": 0,
            "teamBSeedNumber": 0,
            "displayOrder": 0,
            "inBracketType": "",
            "loserCannotPlayIntoWinner": "",
            "dailyPlannerRoundNumber": 0,
            "dailyPlannerMaxCourtsNeeded": 0,
            "preMedalMatch": false,
            "preMedalMatchLoserCannotPlayIntoWinner": false,
            "preMedalMatchBronzeFromLoserOfSemi": false,
            "bronzeFromLoserOfSemi": "",
            "bronzeFromLoserOfSemiMatchIdFromA": "",
            "bronzeFromLoserOfSemiMatchIdFromB": "",
            "bronzeFromLoserOfSemiLoserLastMatchIdFromA": "",
            "bronzeFromLoserOfSemiLoserLastMatchIdFromB": "",
            "bronzeFromLoserOfSemiNewMatchNumber": 0
        }
    ]
}

Get Bracket Template Matches by uuid

GET
GET /v1/data/bracket_template_matches/{uuid}
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "matchId": "a31e82e4-c1a8-4b84-a533-650936076a91",
    "roundId": "50",
    "matchNumber": 0,
    "matchIdFromA": "",
    "matchIdFromB": "",
    "matchIdWinnerGoesTo": "",
    "winnerGoesToAOrB": "",
    "matchIdLoserGoesTo": "",
    "loserGoesToAOrB": "",
    "teamASeedNumber": 0,
    "teamBSeedNumber": 0,
    "displayOrder": 0,
    "inBracketType": "",
    "loserCannotPlayIntoWinner": "",
    "dailyPlannerRoundNumber": 0,
    "dailyPlannerMaxCourtsNeeded": 0,
    "preMedalMatch": false,
    "preMedalMatchLoserCannotPlayIntoWinner": false,
    "preMedalMatchBronzeFromLoserOfSemi": false,
    "bronzeFromLoserOfSemi": "",
    "bronzeFromLoserOfSemiMatchIdFromA": "",
    "bronzeFromLoserOfSemiMatchIdFromB": "",
    "bronzeFromLoserOfSemiLoserLastMatchIdFromA": "",
    "bronzeFromLoserOfSemiLoserLastMatchIdFromB": "",
    "bronzeFromLoserOfSemiNewMatchNumber": 0
}

List Bracket Template Rounds

GET
GET /v1/data/bracket_template_rounds
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "totalRecords": "2",
    "results": [
        {
            "roundId": "5d426b48-a3ef-4ccf-90ca-98274b1f7efa",
            "eliminationId": "",
            "roundNumber": 0,
            "headerDisplayText": "",
            "isSeparateFooterRound": false,
            "displayOrder": 0,
            "maxCourtsNeeded": 0,
            "headerDisplayTextLoserCannotPlayIntoWinner": "",
            "headerDisplayTextBronzeFromLoserOfSemi": ""
        },
        {
            "roundId": "c32fb2b1-1830-411b-b1da-6dc49495f269",
            "eliminationId": "1111",
            "roundNumber": 0,
            "headerDisplayText": "",
            "isSeparateFooterRound": false,
            "displayOrder": 0,
            "maxCourtsNeeded": 0,
            "headerDisplayTextLoserCannotPlayIntoWinner": "",
            "headerDisplayTextBronzeFromLoserOfSemi": ""
        }
    ]
}

Get Bracket Template Rounds by uuid

GET
GET /v1/data/bracket_template_rounds/{uuid}
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "roundId": "5d426b48-a3ef-4ccf-90ca-98274b1f7efa",
    "eliminationId": "",
    "roundNumber": 0,
    "headerDisplayText": "",
    "isSeparateFooterRound": false,
    "displayOrder": 0,
    "maxCourtsNeeded": 0,
    "headerDisplayTextLoserCannotPlayIntoWinner": "",
    "headerDisplayTextBronzeFromLoserOfSemi": ""
}

List Round Robin Templates

GET
GET /v1/data/round_robin_templates
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "totalRecords": "2",
    "results": [
        {
            "roundRobinId": 1,
            "isEnabled": false,
            "maxCourtsNeeded": 0
        },
        {
            "roundRobinId": 2,
            "isEnabled": true,
            "maxCourtsNeeded": 0
        }
    ]
}

Get Round Robin Template by uuid

GET
GET /v1/data/round_robin_templates/{uuid}
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "roundRobinId": 1,
    "isEnabled": false,
    "maxCourtsNeeded": 0
}

List Round Robin Template Matches

GET
GET /v1/data/round_robin_template_matches
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "totalRecords": "2",
    "results": [
        {
            "matchId": "6bbb9bfd-6338-4467-b79a-806ce79f1b00",
            "roundRobinId": 50,
            "roundNumber": 0,
            "matchNumber": 0,
            "displayMatchNumber": 0,
            "teamASeedNumber": 0,
            "teamBSeedNumber": 0,
            "isBye": false,
            "byeTeamSeedNumber": 0,
            "firstServer": 0,
            "pickSide": 0,
            "homeTeamSeedNumber": 0
        },
        {
            "matchId": "c0de1b2d-34c5-47cb-a9b1-e0b86c4fe86e",
            "roundRobinId": 0,
            "roundNumber": 0,
            "matchNumber": 0,
            "displayMatchNumber": 0,
            "teamASeedNumber": 0,
            "teamBSeedNumber": 0,
            "isBye": false,
            "byeTeamSeedNumber": 0,
            "firstServer": 0,
            "pickSide": 0,
            "homeTeamSeedNumber": 0
        }
    ]
}

Get Round Robin Template Matches by uuid

GET
GET /v1/data/round_robin_template_matches/{uuid}
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "matchId": "6bbb9bfd-6338-4467-b79a-806ce79f1b00",
    "roundRobinId": 50,
    "roundNumber": 0,
    "matchNumber": 0,
    "displayMatchNumber": 0,
    "teamASeedNumber": 0,
    "teamBSeedNumber": 0,
    "isBye": false,
    "byeTeamSeedNumber": 0,
    "firstServer": 0,
    "pickSide": 0,
    "homeTeamSeedNumber": 0
}

List Round Robin Scramble Templates

GET
GET /v1/data/round_robin_scramble_templates
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "totalRecords": "3",
    "results": [
        {
            "roundRobinScrambleId": 1,
            "isEnabled": false,
            "maxCourtsNeeded": 0,
            "maxCourtsNeededPartnerOrSingles": 0,
            "isScramble": false,
            "isPartnerOrSingles": false,
            "isLargeSwitch": false
        },
        {
            "roundRobinScrambleId": 2,
            "isEnabled": true,
            "maxCourtsNeeded": 0,
            "maxCourtsNeededPartnerOrSingles": 0,
            "isScramble": false,
            "isPartnerOrSingles": false,
            "isLargeSwitch": false
        },
        {
            "roundRobinScrambleId": 50,
            "isEnabled": false,
            "maxCourtsNeeded": 0,
            "maxCourtsNeededPartnerOrSingles": 0,
            "isScramble": false,
            "isPartnerOrSingles": false,
            "isLargeSwitch": false
        }
    ]
}

Get Round Robin Scramble Templates by uuid

GET
GET /v1/data/round_robin_scramble_templates/{uuid}
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "roundRobinScrambleId": 1,
    "isEnabled": false,
    "maxCourtsNeeded": 0,
    "maxCourtsNeededPartnerOrSingles": 0,
    "isScramble": false,
    "isPartnerOrSingles": false,
    "isLargeSwitch": false
}

List Round Robin Scramble Templates Pools

GET
GET /v1/data/round_robin_scramble_templates_pools
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "totalRecords": "2",
    "results": [
        {
            "poolTemplateId": 1,
            "title": "test",
            "numberOfPlayers": 0,
            "defaultPlayerCountBreakdown": "",
            "poolMaxSize": 0,
            "poolMaxSizeTotalCount": 0,
            "poolMaxSizeDoDoubleRr": false,
            "poolMinSize": 0,
            "poolMinSizeTotalCount": 0,
            "poolMinSizeDoDoubleRr": false,
            "isDefault": false,
            "isEnabled": false,
            "maxCourtsNeeded": 0,
            "maxCourtsNeededPartnerOrSingles": 0,
            "isScramble": false,
            "isPartnerOrSingles": false,
            "largeScrambleType": "",
            "requiredRounds": "",
            "totalPlayedMatches": 0
        },
        {
            "poolTemplateId": 2,
            "title": "",
            "numberOfPlayers": 0,
            "defaultPlayerCountBreakdown": "",
            "poolMaxSize": 0,
            "poolMaxSizeTotalCount": 0,
            "poolMaxSizeDoDoubleRr": false,
            "poolMinSize": 0,
            "poolMinSizeTotalCount": 0,
            "poolMinSizeDoDoubleRr": false,
            "isDefault": false,
            "isEnabled": false,
            "maxCourtsNeeded": 0,
            "maxCourtsNeededPartnerOrSingles": 0,
            "isScramble": false,
            "isPartnerOrSingles": false,
            "largeScrambleType": "",
            "requiredRounds": "",
            "totalPlayedMatches": 0
        }
    ]
}

Get Round Robin Scramble Templates Pools by uuid

GET
GET /v1/data/round_robin_scramble_templates_pools/{uuid}
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "poolTemplateId": 2,
    "title": "",
    "numberOfPlayers": 0,
    "defaultPlayerCountBreakdown": "",
    "poolMaxSize": 0,
    "poolMaxSizeTotalCount": 0,
    "poolMaxSizeDoDoubleRr": false,
    "poolMinSize": 0,
    "poolMinSizeTotalCount": 0,
    "poolMinSizeDoDoubleRr": false,
    "isDefault": false,
    "isEnabled": false,
    "maxCourtsNeeded": 0,
    "maxCourtsNeededPartnerOrSingles": 0,
    "isScramble": false,
    "isPartnerOrSingles": false,
    "largeScrambleType": "",
    "requiredRounds": "",
    "totalPlayedMatches": 0
}

List Round Robin Scramble Template Matches

GET
GET /v1/data/round_robin_scramble_template_matches
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "totalRecords": "2",
    "results": [
        {
            "matchId": "34bad4f8-5e32-4726-afd0-1e23cd7ce526",
            "roundRobinScrambleId": 44242,
            "roundNumber": 0,
            "matchNumber": 0,
            "displayMatchNumber": 0,
            "teamASeedNumber1": 0,
            "teamASeedNumber2": 0,
            "teamBSeedNumber1": 0,
            "teamBSeedNumber2": 0,
            "isBye": false,
            "byeTeamSeedNumber1": 0,
            "byeTeamSeedNumber2": 0,
            "byeTeamSeedNumber3": 0,
            "byeTeamSeedNumber4": 0,
            "firstServer": 0,
            "pickSide": 0,
            "largeScrambleType": "",
            "teamASeedNumber12ndRound": 0,
            "teamASeedNumber22ndRound": 0,
            "teamBSeedNumber12ndRound": 0,
            "teamBSeedNumber22ndRound": 0,
            "byeTeamSeedNumber12ndRound": 0,
            "byeTeamSeedNumber22ndRound": 0,
            "byeTeamSeedNumber32ndRound": 0,
            "byeTeamSeedNumber42ndRound": 0,
            "firstServer2ndRound": 0,
            "pickSide2ndRound": 0,
            "firstServerHighestSeed": 0,
            "pickSideEvenDistribution": 0,
            "firstServerHighestSeed2ndRound": 0,
            "pickSideEvenDistribution2ndRound": 0
        },
        {
            "matchId": "34bad4f8-5e32-4726-afd0-1e23cd7ce5261",
            "roundRobinScrambleId": 44242,
            "roundNumber": 0,
            "matchNumber": 0,
            "displayMatchNumber": 0,
            "teamASeedNumber1": 0,
            "teamASeedNumber2": 0,
            "teamBSeedNumber1": 0,
            "teamBSeedNumber2": 0,
            "isBye": false,
            "byeTeamSeedNumber1": 0,
            "byeTeamSeedNumber2": 0,
            "byeTeamSeedNumber3": 0,
            "byeTeamSeedNumber4": 0,
            "firstServer": 0,
            "pickSide": 0,
            "largeScrambleType": "",
            "teamASeedNumber12ndRound": 0,
            "teamASeedNumber22ndRound": 0,
            "teamBSeedNumber12ndRound": 0,
            "teamBSeedNumber22ndRound": 0,
            "byeTeamSeedNumber12ndRound": 0,
            "byeTeamSeedNumber22ndRound": 0,
            "byeTeamSeedNumber32ndRound": 0,
            "byeTeamSeedNumber42ndRound": 0,
            "firstServer2ndRound": 0,
            "pickSide2ndRound": 0,
            "firstServerHighestSeed": 0,
            "pickSideEvenDistribution": 0,
            "firstServerHighestSeed2ndRound": 0,
            "pickSideEvenDistribution2ndRound": 0
        }
    ]
}

Get Round Robin Scramble Template Matches by uuid

GET
GET /v1/data/round_robin_scramble_template_matches/{uuid}
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "matchId": "34bad4f8-5e32-4726-afd0-1e23cd7ce526",
    "roundRobinScrambleId": 44242,
    "roundNumber": 0,
    "matchNumber": 0,
    "displayMatchNumber": 0,
    "teamASeedNumber1": 0,
    "teamASeedNumber2": 0,
    "teamBSeedNumber1": 0,
    "teamBSeedNumber2": 0,
    "isBye": false,
    "byeTeamSeedNumber1": 0,
    "byeTeamSeedNumber2": 0,
    "byeTeamSeedNumber3": 0,
    "byeTeamSeedNumber4": 0,
    "firstServer": 0,
    "pickSide": 0,
    "largeScrambleType": "",
    "teamASeedNumber12ndRound": 0,
    "teamASeedNumber22ndRound": 0,
    "teamBSeedNumber12ndRound": 0,
    "teamBSeedNumber22ndRound": 0,
    "byeTeamSeedNumber12ndRound": 0,
    "byeTeamSeedNumber22ndRound": 0,
    "byeTeamSeedNumber32ndRound": 0,
    "byeTeamSeedNumber42ndRound": 0,
    "firstServer2ndRound": 0,
    "pickSide2ndRound": 0,
    "firstServerHighestSeed": 0,
    "pickSideEvenDistribution": 0,
    "firstServerHighestSeed2ndRound": 0,
    "pickSideEvenDistribution2ndRound": 0
}

List Fee Plan Merchant Additional Costs

GET
GET /v1/data/pb_fee_plan_pb_merchant_additional_costs
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "totalRecords": "2",
    "results": [
        {
            "feePlanPbmerchantAdditionalCostId": 1,
            "moduleFor": "",
            "moduleId": "",
            "pricePerRegistrationActual": 0,
            "pricePerWaitingListActual": 0,
            "dateStartPlan": null,
            "dateDeleted": null
        },
        {
            "feePlanPbmerchantAdditionalCostId": 2,
            "moduleFor": "testt",
            "moduleId": "",
            "pricePerRegistrationActual": 0,
            "pricePerWaitingListActual": 0,
            "dateStartPlan": null,
            "dateDeleted": null
        }
    ]
}

Get Fee Plan Merchant Additional Costs by uuid

GET
GET /v1/data/pb_fee_plan_pb_merchant_additional_costs/{uuid}
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
{
    "feePlanPbmerchantAdditionalCostId": 1,
    "moduleFor": "",
    "moduleId": "",
    "pricePerRegistrationActual": 0,
    "pricePerWaitingListActual": 0,
    "dateStartPlan": null,
    "dateDeleted": null
}

List PB Fee Plans

GET
GET /v1/data/pb_fee_plans
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty
Response
{
    "totalRecords": "2",
    "results": [
        {
            "feePlanId": 1,
            "moduleFor": "",
            "isFree": false,
            "oneTimeSetupFeeAdvertise": 0,
            "oneTimeSetupFeeActual": 0,
            "pricePerRegistrationAdvertise": 0,
            "pricePerRegistrationActual": 0,
            "pricePerWaitingListAdvertise": 0,
            "pricePerWaitingListActual": 0,
            "pricePerWithdrawnAdvertise": 0,
            "pricePerWithdrawnActual": 0,
            "paymentProcessingPercentage": 0,
            "baseServicePercentage": 0,
            "baseServiceAmount": 0,
            "baseServiceFeeCap": 0,
            "minServiceAmount": 0,
            "dateStartPlan": null,
            "dateCreated": null,
            "createdByFullName": "",
            "dateUpdated": null,
            "updatedByFullName": "",
            "dateDeleted": null,
            "deletedByFullName": "",
            "advertiseOnlyFee": 0,
            "leagueIsFree": false,
            "leagueOneTimeSetupFeeAdvertise": 0,
            "leagueOneTimeSetupFeeActual": 0,
            "leaguePricePerRegistrationAdvertise": 0,
            "leaguePricePerRegistrationActual": 0,
            "moduleId": "",
            "ratedGamesTeir1NumberOfGame": 0,
            "ratedGamesTeir1UnitPrice": 0,
            "ratedGamesTeir2NumberOfGame": 0,
            "ratedGamesTeir2UnitPrice": 0,
            "ratedGamesTeir3NumberOfGame": 0,
            "ratedGamesTeir3UnitPrice": 0,
            "ratedGamesTeir4NumberOfGame": 0,
            "ratedGamesTeir4UnitPrice": 0,
            "textPricePerRegistration": 0,
            "leagueTextPricePerRegistration": 0,
            "isAdditionalFeeProEvent": false,
            "isAdditionalFeeProEventAmount": 0,
            "isAdditionalFeePrizeMinAmountToUse": 0,
            "forceFeePayTypeId": 0,
            "takePlatformFeeAtPayment": false,
            "isAdditionalFeeProEventChargeType": "",
            "pricePerRegistrationActualChargeType": "",
            "isAdditionalFeeProEventMaxEventsToCharge": 0,
            "pricePerRegistrationActualMaxEventsToCharge": 0
        },
        {
            "feePlanId": 2,
            "moduleFor": "",
            "isFree": false,
            "oneTimeSetupFeeAdvertise": 0,
            "oneTimeSetupFeeActual": 0,
            "pricePerRegistrationAdvertise": 0,
            "pricePerRegistrationActual": 0,
            "pricePerWaitingListAdvertise": 0,
            "pricePerWaitingListActual": 0,
            "pricePerWithdrawnAdvertise": 0,
            "pricePerWithdrawnActual": 0,
            "paymentProcessingPercentage": 0,
            "baseServicePercentage": 0,
            "baseServiceAmount": 0,
            "baseServiceFeeCap": 0,
            "minServiceAmount": 0,
            "dateStartPlan": null,
            "dateCreated": null,
            "createdByFullName": "",
            "dateUpdated": null,
            "updatedByFullName": "",
            "dateDeleted": null,
            "deletedByFullName": "",
            "advertiseOnlyFee": 0,
            "leagueIsFree": false,
            "leagueOneTimeSetupFeeAdvertise": 0,
            "leagueOneTimeSetupFeeActual": 0,
            "leaguePricePerRegistrationAdvertise": 0,
            "leaguePricePerRegistrationActual": 0,
            "moduleId": "",
            "ratedGamesTeir1NumberOfGame": 0,
            "ratedGamesTeir1UnitPrice": 0,
            "ratedGamesTeir2NumberOfGame": 0,
            "ratedGamesTeir2UnitPrice": 0,
            "ratedGamesTeir3NumberOfGame": 0,
            "ratedGamesTeir3UnitPrice": 0,
            "ratedGamesTeir4NumberOfGame": 0,
            "ratedGamesTeir4UnitPrice": 0,
            "textPricePerRegistration": 0,
            "leagueTextPricePerRegistration": 0,
            "isAdditionalFeeProEvent": false,
            "isAdditionalFeeProEventAmount": 0,
            "isAdditionalFeePrizeMinAmountToUse": 0,
            "forceFeePayTypeId": 0,
            "takePlatformFeeAtPayment": false,
            "isAdditionalFeeProEventChargeType": "",
            "pricePerRegistrationActualChargeType": "",
            "isAdditionalFeeProEventMaxEventsToCharge": 0,
            "pricePerRegistrationActualMaxEventsToCharge": 0
        }
    ]
}

Get PB Fee Plans by uuid

GET
GET /v1/data/pb_fee_plans/{uuid}
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty
Response
{
    "feePlanId": 1,
    "moduleFor": "",
    "isFree": false,
    "oneTimeSetupFeeAdvertise": 0,
    "oneTimeSetupFeeActual": 0,
    "pricePerRegistrationAdvertise": 0,
    "pricePerRegistrationActual": 0,
    "pricePerWaitingListAdvertise": 0,
    "pricePerWaitingListActual": 0,
    "pricePerWithdrawnAdvertise": 0,
    "pricePerWithdrawnActual": 0,
    "paymentProcessingPercentage": 0,
    "baseServicePercentage": 0,
    "baseServiceAmount": 0,
    "baseServiceFeeCap": 0,
    "minServiceAmount": 0,
    "dateStartPlan": null,
    "dateCreated": null,
    "createdByFullName": "",
    "dateUpdated": null,
    "updatedByFullName": "",
    "dateDeleted": null,
    "deletedByFullName": "",
    "advertiseOnlyFee": 0,
    "leagueIsFree": false,
    "leagueOneTimeSetupFeeAdvertise": 0,
    "leagueOneTimeSetupFeeActual": 0,
    "leaguePricePerRegistrationAdvertise": 0,
    "leaguePricePerRegistrationActual": 0,
    "moduleId": "",
    "ratedGamesTeir1NumberOfGame": 0,
    "ratedGamesTeir1UnitPrice": 0,
    "ratedGamesTeir2NumberOfGame": 0,
    "ratedGamesTeir2UnitPrice": 0,
    "ratedGamesTeir3NumberOfGame": 0,
    "ratedGamesTeir3UnitPrice": 0,
    "ratedGamesTeir4NumberOfGame": 0,
    "ratedGamesTeir4UnitPrice": 0,
    "textPricePerRegistration": 0,
    "leagueTextPricePerRegistration": 0,
    "isAdditionalFeeProEvent": false,
    "isAdditionalFeeProEventAmount": 0,
    "isAdditionalFeePrizeMinAmountToUse": 0,
    "forceFeePayTypeId": 0,
    "takePlatformFeeAtPayment": false,
    "isAdditionalFeeProEventChargeType": "",
    "pricePerRegistrationActualChargeType": "",
    "isAdditionalFeeProEventMaxEventsToCharge": 0,
    "pricePerRegistrationActualMaxEventsToCharge": 0
}

Upsert Tourney Match Pool To Teams Rank Final

POST
POST /v1/tourney_match_pool_to_teams_rank_final/upsert
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
{
    "payload": {
        "poolToTeamId": "7eafe471-bcce-4a7e-8d4f-ac3e7b0d2fb6",
        "eventPlayedIn": "",
        "poolId": "",
        "poolNumber": 0,
        "isPoolOrRoundRobinSingleEliminationMedalRound": 0,
        "teamId": "",
        "rankFinalAfterBracketCompletes": 0,
        "rankFinalAdditionalMedal": 0,
        "rankWithinPoolWithinYearSpan": 0,
        "stateIdResidedInAtTimeOfTourney": 0,
        "teamPoolRankAfterPoolPlay": 0,
        "teamRankPriorToMedalRound": 0,
        "totalMatchesToCal": 0,
        "totalMatchesToCalWithinCommonId": 0,
        "teamWins": 0,
        "teamLosses": 0,
        "teamPointsEarned": 0,
        "teamPointsAgainst": 0,
        "teamPointDifference": 0,
        "teamPointsPossible": 0,
        "useHeadToHeadWins": false,
        "teamHeadToHeadWins": 0,
        "teamHeadToHeadTieBreaker": 0,
        "teamHeadToHeadTieBreakerAdj": 0,
        "teamHeadToHeadWinsWithinHeadToHead": 0,
        "teamHeadToHeadPointDifferenceWithinHeadToHead": 0,
        "teamHeadToHeadPointsPlusBonusWithinHeadToHead": 0,
        "teamHeadToHeadPointDifferenceFromNextHighestTeam": 0,
        "teamPointDifferencePercentage": 0,
        "matchWinPercentage": 0,
        "h2hRankFromLoopLogicTable": 0,
        "rrMatchMaxWinnerPoints": 0,
        "rrMatchMaxLoserPoints": 0,
        "medalRoundOverallRank": 0,
        "medalRoundMedalMatchesWinnerRank": 0,
        "medalRoundFurthestRound": 0,
        "medalRoundWinnerBracketWins": 0,
        "medalRoundLoserBracketWins": 0,
        "medalRoundMatchPointDifferencePercentage": 0,
        "commonId": "",
        "eventIdMergedFrom": "",
        "playerGroupId": 0,
        "formatId": 0,
        "ageFrom": 0,
        "ageFactor": "",
        "ageTo": "",
        "rankIdFrom": "",
        "rankFactor": "",
        "rankIdTo": 0,
        "usaSeniorGamesDivision": "",
        "dateCreated": null,
        "forceAdditionalMedalActivityId": "",
        "forceAdditionalMedalMedalAssigned": ""
    }
}
Response
{
    "result": {
        "poolToTeamId": "7eafe471-bcce-4a7e-8d4f-ac3e7b0d2fb6",
        "eventPlayedIn": "",
        "poolId": "",
        "poolNumber": 0,
        "isPoolOrRoundRobinSingleEliminationMedalRound": 0,
        "teamId": "",
        "rankFinalAfterBracketCompletes": 0,
        "rankFinalAdditionalMedal": 0,
        "rankWithinPoolWithinYearSpan": 0,
        "stateIdResidedInAtTimeOfTourney": 0,
        "teamPoolRankAfterPoolPlay": 0,
        "teamRankPriorToMedalRound": 0,
        "totalMatchesToCal": 0,
        "totalMatchesToCalWithinCommonId": 0,
        "teamWins": 0,
        "teamLosses": 0,
        "teamPointsEarned": 0,
        "teamPointsAgainst": 0,
        "teamPointDifference": 0,
        "teamPointsPossible": 0,
        "useHeadToHeadWins": false,
        "teamHeadToHeadWins": 0,
        "teamHeadToHeadTieBreaker": 0,
        "teamHeadToHeadTieBreakerAdj": 0,
        "teamHeadToHeadWinsWithinHeadToHead": 0,
        "teamHeadToHeadPointDifferenceWithinHeadToHead": 0,
        "teamHeadToHeadPointsPlusBonusWithinHeadToHead": 0,
        "teamHeadToHeadPointDifferenceFromNextHighestTeam": 0,
        "teamPointDifferencePercentage": 0,
        "matchWinPercentage": 0,
        "h2hRankFromLoopLogicTable": 0,
        "rrMatchMaxWinnerPoints": 0,
        "rrMatchMaxLoserPoints": 0,
        "medalRoundOverallRank": 0,
        "medalRoundMedalMatchesWinnerRank": 0,
        "medalRoundFurthestRound": 0,
        "medalRoundWinnerBracketWins": 0,
        "medalRoundLoserBracketWins": 0,
        "medalRoundMatchPointDifferencePercentage": 0,
        "commonId": "",
        "eventIdMergedFrom": "",
        "playerGroupId": 0,
        "formatId": 0,
        "ageFrom": 0,
        "ageFactor": "",
        "ageTo": "",
        "rankIdFrom": "",
        "rankFactor": "",
        "rankIdTo": 0,
        "usaSeniorGamesDivision": "",
        "dateCreated": null,
        "forceAdditionalMedalActivityId": "",
        "forceAdditionalMedalMedalAssigned": ""
    }
}

Delete Tourney Match Pool To Teams Rank Final By Pool ID

DELETE
DELETE /v1/tourney_match_pool_to_teams_rank_final/{uuid}
💡
This request requires “PB-API-TOKEN” from the platforms.
Request
Empty 
Response
Response will be 200 OK if the Tourney Match Pool To Teams Rank Final was deleted successfully