{"swagger":"2.0","info":{"version":"v1","title":"My API"},"host":"api.goodhire.com","schemes":["https"],"paths":{"/v1/CustomerMigration/joined/{checkrAccountId}/{checkrUserId}":{"post":{"tags":["CheckrCustomerMigrations"],"operationId":"CustomerMigration_RecordCustomerJoined","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"checkrAccountId","in":"path","required":true,"type":"string"},{"name":"checkrUserId","in":"path","required":true,"type":"string"},{"name":"authToken","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseMessageResult"}}}}},"/v1/CustomerMigration/AuthorizeCheckrAccountForPurchase/{checkrAccountId}/{checkrUserId}":{"post":{"tags":["CheckrCustomerMigrations"],"operationId":"CustomerMigration_AuthorizeCheckrAccountForPurchase","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"checkrAccountId","in":"path","required":true,"type":"string"},{"name":"checkrUserId","in":"path","required":true,"type":"string"},{"name":"authToken","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseMessageResult"}}}}},"/v1/CustomerMigration/IssueToken":{"post":{"tags":["CheckrCustomerMigrations"],"operationId":"CustomerMigration_IssueToken","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"customerUid","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ActionResult"}}}}},"/v1/CustomerMigration/GetUserJwt":{"post":{"tags":["CheckrCustomerMigrations"],"operationId":"CustomerMigration_GetUserJwt","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"checkrAccountId","in":"query","required":true,"type":"string"},{"name":"checkrUserId","in":"query","required":true,"type":"string"},{"name":"authToken","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseMessageResult"}}}}},"/v1/CustomerMigration/CustomPackagePrices/{checkrAccountId}/{checkrUserId}":{"get":{"tags":["CheckrCustomerMigrations"],"operationId":"CustomerMigration_GetPricesForCustomPackages","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"checkrAccountId","in":"path","required":true,"type":"string"},{"name":"checkrUserId","in":"path","required":true,"type":"string"},{"name":"authToken","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseMessageResult"}}}}},"/v1/Employer/{ownerId}/Profile":{"get":{"tags":["SD specific endpoints"],"operationId":"EmployerProfile_Get","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"ownerId","in":"path","required":true,"type":"string"},{"name":"alert","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1":{"get":{"tags":["Credentials validation"],"operationId":"HiringCredentialsValidation_VerifyCredentials","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}}},"/v1/Company/{partnerEmployerId}/Requestor":{"post":{"tags":["Partner API"],"operationId":"HiringCustomer_CreateCustomer","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"},{"name":"requestModel","in":"body","required":true,"schema":{"$ref":"#/definitions/HiringCustomerRequestApi"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/Company/{partnerEmployerId}/Requestor/{partnerCustomerId}":{"get":{"tags":["Partner API"],"operationId":"HiringCustomer_RetrieveCustomer","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"},{"name":"partnerCustomerId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/Company/{partnerEmployerId}/Requestor/{partnerCustomerId}/payment-information":{"get":{"tags":["Partner API"],"operationId":"HiringCustomer_GetPaymentInfo","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"},{"name":"partnerCustomerId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/Dexter/ReportResult":{"post":{"tags":["Data providers endpoints"],"operationId":"HiringDexterListener_ReportResult","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"apiKey","in":"query","required":true,"type":"string"},{"name":"request","in":"query","required":true,"type":"object"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/Company":{"post":{"tags":["Partner API"],"operationId":"HiringEmployer_CreateEmployer","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"requestModel","in":"body","required":true,"schema":{"$ref":"#/definitions/HiringEmployerRequestApi"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/Company/{partnerEmployerId}":{"get":{"tags":["Partner API"],"operationId":"HiringEmployer_RetrieveEmployer","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/adp/oauth2/token":{"post":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerAdp_AdpGetAccessToken","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/AdpGetAccessTokenRequest"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/adp/subscription/create":{"get":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerAdp_AdpSubscriptionCreateRequest","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"eventUrl","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/adp/user/assign":{"get":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerAdp_AdpUserAssignmentRequest","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"eventUrl","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/adp/user/unassign":{"get":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerAdp_AdpUserUnassignmentRequest","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"eventUrl","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/adp/subscription/cancel":{"get":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerAdp_AdpUserSubscriptionCancelRequest","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"eventUrl","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/adp/subscription/change":{"get":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerAdp_AdpUserSubscriptionChangeRequest","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"eventUrl","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/adp/subscription/status":{"get":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerAdp_AdpUserSubscriptionStatusRequest","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"eventUrl","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/adp/subscription/status-change":{"get":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerAdp_AdpUserSubscriptionStatusChangeNotifyRequest","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"eventUrl","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/adp/subscription/check":{"post":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerAdp_AdpUserSubscriptionCheckRequest","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"integrationCheckData","in":"body","required":true,"schema":{"$ref":"#/definitions/IntegrationCheck"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/adp/subscription/cache":{"get":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerAdp_AdpUserSubscriptionSetTokenToCacheRequest","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"organizationId","in":"query","required":true,"type":"string"},{"name":"email","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/Certn/Applicant":{"post":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerCertn_UpdateApplicant","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"query","required":true,"type":"object"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/ReportStatusUpdateClearStar":{"get":{"tags":["Data providers endpoints"],"operationId":"HiringListenerClearStar_StatusUpdateDrugScreen","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"reg","in":"query","required":true,"type":"string"},{"name":"lab","in":"query","required":true,"type":"string"},{"name":"status","in":"query","required":true,"type":"string"},{"name":"statusshort","in":"query","required":true,"type":"string"},{"name":"statuslong","in":"query","required":true,"type":"string"},{"name":"date","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/fountain":{"post":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerFountain_FountainReportRequest","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/FountainRequest"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/fountain/bundles":{"get":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerFountain_FountainBundlesRequest","consumes":[],"produces":["application/json","text/json"],"parameters":[],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/Company/{partnerEmployerId}/Requestor/{partnerCustomerId}/GreenhouseQueue":{"post":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerGreenHouse_GreenHouseRequestQueue","consumes":["application/json","text/json","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"},{"name":"partnerCustomerId","in":"path","required":true,"type":"string"},{"name":"greenHouseRequest","in":"body","required":true,"schema":{"$ref":"#/definitions/GreenHouseRequest"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/greenhouse/send-tests":{"post":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerGreenHouseAssessments_GreenHouseAssessmentsSendTestRequest","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/GreenHouseAssessmentsSendTestRequest"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/greenhouse/list-tests":{"get":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerGreenHouseAssessments_GreenHouseAssessmentsBundlesRequest","consumes":[],"produces":["application/json","text/json"],"parameters":[],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/greenhouse/test-status":{"get":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerGreenHouseAssessments_TestStatus","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"partner_interview_id","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/icims":{"post":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerIcims_ICIMSRequest","consumes":["application/json","text/json","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/IcimsRequest"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/Company/{companyId}/Lever":{"post":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerLever_LeverRequestQueue","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"companyId","in":"path","required":true,"type":"string"},{"name":"leverRequest","in":"body","required":true,"schema":{"$ref":"#/definitions/LeverRequest"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/newton":{"post":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerNewton_NewtonRequest","consumes":[],"produces":["application/json","text/json"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/NotificationCallback":{"get":{"tags":["Data providers endpoints"],"operationId":"HiringListenerSJV_VerificationCheckStatusUpdateGet","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"apiKey","in":"query","required":true,"type":"string"},{"name":"SubjectCtyID","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["Data providers endpoints"],"operationId":"HiringListenerSJV_VerificationCheckStatusUpdatePost","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"apiKey","in":"query","required":true,"type":"string"},{"name":"SubjectCtyID","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/workday/report":{"post":{"tags":["Custom integrations endpoints"],"operationId":"HiringListenerWorkday_CreateReport","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/Background_Check_Connector_Outbound"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/ReportStatusUpdateWss":{"post":{"tags":["Data providers endpoints"],"operationId":"HiringListenerWss_OrderStatusUpdate","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"requestModel","in":"body","required":true,"schema":{"$ref":"#/definitions/HiringReportStatusUpdateWebhookWss"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/VerificationCheckStatusUpdate":{"post":{"tags":["Data providers endpoints"],"operationId":"HiringListenerWss_VerificationCheckStatusUpdate","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"requestModel","in":"body","required":true,"schema":{"$ref":"#/definitions/HiringReportStatusUpdateWebhookWss"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/Company/{partnerEmployerId}/Requestor/{partnerCustomerId}/ProductBundles":{"get":{"tags":["Partner API"],"operationId":"HiringProductBundle_GetProductBundlesAvailable","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"},{"name":"partnerCustomerId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/Company/{partnerEmployerId}/Requestor/{partnerCustomerId}/Report":{"post":{"tags":["Partner API"],"operationId":"HiringReport_Checkout","consumes":["application/json","text/json","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"},{"name":"partnerCustomerId","in":"path","required":true,"type":"string"},{"name":"requestModel","in":"body","required":true,"schema":{"$ref":"#/definitions/HiringReportRequestApi"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"patch":{"tags":["Partner API"],"operationId":"HiringReport_PatchReportOrder","consumes":["application/json","text/json","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"},{"name":"partnerCustomerId","in":"path","required":true,"type":"string"},{"name":"requestModel","in":"body","required":true,"schema":{"$ref":"#/definitions/HiringReportPatchRequestApi"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/Company/{partnerEmployerId}/Requestor/{partnerCustomerId}/Report/Queue":{"post":{"tags":["Partner API"],"operationId":"HiringReport_EnqueueReport","consumes":["application/json","text/json","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"},{"name":"partnerCustomerId","in":"path","required":true,"type":"string"},{"name":"requestModel","in":"body","required":true,"schema":{"$ref":"#/definitions/HiringReportRequestApi"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/Company/{partnerEmployerId}/Requestor/{partnerCustomerId}/Report/{partnerOrderId}":{"get":{"tags":["Partner API"],"operationId":"HiringReport_GetStatusByPartnerOrder","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"},{"name":"partnerCustomerId","in":"path","required":true,"type":"string"},{"name":"partnerOrderId","in":"path","required":true,"type":"string"},{"name":"includeReportData","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"put":{"tags":["Partner API"],"operationId":"HiringReport_UpdateReportOrder","consumes":["application/json","text/json","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"},{"name":"partnerCustomerId","in":"path","required":true,"type":"string"},{"name":"partnerOrderId","in":"path","required":true,"type":"string"},{"name":"requestModel","in":"body","required":true,"schema":{"$ref":"#/definitions/HiringReportRequestApi"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/Company/{partnerEmployerId}/Requestor/{partnerCustomerId}/Report/{partnerOrderId}/Data":{"get":{"tags":["Partner API"],"operationId":"HiringReport_GetReportDataByPartnerOrder","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"},{"name":"partnerCustomerId","in":"path","required":true,"type":"string"},{"name":"partnerOrderId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/Company/{partnerEmployerId}/Requestor/{partnerCustomerId}/Report/{partnerOrderId}/RemovedData":{"get":{"tags":["Partner API"],"operationId":"HiringReport_GetFilteredReportDataByPartnerOrder","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"},{"name":"partnerCustomerId","in":"path","required":true,"type":"string"},{"name":"partnerOrderId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/Company/{partnerEmployerId}/Requestor/{partnerCustomerId}/PartnerAppAccess/StepSelectReport":{"post":{"tags":["Partner API"],"operationId":"HiringReportPartnerAppAccess_GrantAccessToStepSelectReport","consumes":["application/json","text/json","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"},{"name":"partnerCustomerId","in":"path","required":true,"type":"string"},{"name":"requestModel","in":"body","required":true,"schema":{"$ref":"#/definitions/StepSelectReportRequestApi"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/Company/{partnerEmployerId}/Requestor/{partnerCustomerId}/PartnerAppAccess/StepCheckout":{"post":{"tags":["Partner API"],"operationId":"HiringReportPartnerAppAccess_GrantAccessToStepCheckout","consumes":["application/json","text/json","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"},{"name":"partnerCustomerId","in":"path","required":true,"type":"string"},{"name":"requestModel","in":"body","required":true,"schema":{"$ref":"#/definitions/StepCheckoutRequestApi"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/Company/{partnerEmployerId}/Requestor/{partnerCustomerId}/Subscription":{"post":{"tags":["Partner API"],"operationId":"HiringSubscription_CreateSubscription","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"},{"name":"partnerCustomerId","in":"path","required":true,"type":"string"},{"name":"requestModel","in":"body","required":true,"schema":{"$ref":"#/definitions/HiringSubscriptionRequestApi"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v1/Company/{partnerEmployerId}/Requestor/{partnerCustomerId}/Subscription/{partnerOrderId}":{"get":{"tags":["Partner API"],"operationId":"HiringSubscription_GetSubscription","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"},{"name":"partnerCustomerId","in":"path","required":true,"type":"string"},{"name":"partnerOrderId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Partner API"],"operationId":"HiringSubscription_DeleteSubscription","consumes":[],"produces":["application/json","text/json"],"parameters":[{"name":"partnerEmployerId","in":"path","required":true,"type":"string"},{"name":"partnerCustomerId","in":"path","required":true,"type":"string"},{"name":"partnerOrderId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}}},"definitions":{"ResponseMessageResult":{"type":"object","properties":{"Response":{"type":"object","readOnly":true}}},"ActionResult":{"type":"object","properties":{}},"HiringCustomerRequestApi":{"required":["FirstName","LastName","Email"],"type":"object","properties":{"Id":{"maxLength":100,"minLength":0,"type":"string"},"FirstName":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-Z][\\-\\ \\'\\.a-zA-Z]{0,255}$","type":"string"},"LastName":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-Z][\\-\\ \\'\\.a-zA-Z]{0,255}$","type":"string"},"Email":{"maxLength":255,"minLength":0,"pattern":"^\\s*[\\w!#\\$%'\\*\\+\\-=\\?\\^_`\\{\\|\\}~]+(\\.{1}[\\w!#\\$%'\\*\\+\\-=\\?\\^_`\\{\\|\\}~]+)*@[A-Za-z0-9]+((\\.|-|_)[A-Za-z0-9]+)*\\.[A-Za-z0-9]+\\s*$","type":"string"},"Phone":{"maxLength":20,"minLength":0,"pattern":"^(1?([-\\.]?|\\s*)\\(?((?!37)(?!96)[2-9](?!11)[0-8][0-9])\\)?([\\-\\.]?|\\s*)(\\d{3})([\\-\\.]?|\\s*)(\\d{4}))\\s*$","type":"string"},"Title":{"maxLength":80,"minLength":0,"type":"string"},"RoleType":{"type":"string"},"IsPrimaryContact":{"type":"boolean"}}},"HiringEmployerRequestApi":{"required":["Name","Address","City","State","Zip"],"type":"object","properties":{"PartnerName":{"maxLength":80,"minLength":0,"type":"string"},"Name":{"maxLength":80,"minLength":0,"pattern":"^[,\\.\\?@\\&amp;!#'\\~\\*;\\+\\w\\s\\-\\/]*[a-zA-Z]+[,\\.\\?@\\&amp;!#'\\~\\*;\\+\\w\\s\\-\\/]*$","type":"string"},"Phone":{"maxLength":20,"minLength":0,"pattern":"^(1?([-\\.]?|\\s*)\\(?((?!37)(?!96)[2-9](?!11)[0-8][0-9])\\)?([\\-\\.]?|\\s*)(\\d{3})([\\-\\.]?|\\s*)(\\d{4}))\\s*$","type":"string"},"PhoneExt":{"maxLength":10,"minLength":0,"type":"string"},"TaxId":{"maxLength":80,"minLength":0,"pattern":"^\\d{2}-?\\d{7}$","type":"string"},"StateOfIncorporation":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-Z]{2}$","type":"string"},"DBAName":{"maxLength":80,"minLength":0,"pattern":"^[,\\.\\?@\\&amp;!#'\\~\\*;\\+\\w\\s\\-\\/]*[a-zA-Z]+[,\\.\\?@\\&amp;!#'\\~\\*;\\+\\w\\s\\-\\/]*$","type":"string"},"WebsiteURL":{"maxLength":255,"minLength":0,"type":"string"},"Industry":{"maxLength":80,"minLength":0,"type":"string"},"NumberEmployees":{"pattern":"^[1-9]\\d{0,8}$","type":"string"},"Address":{"maxLength":255,"minLength":0,"pattern":"^[,\\/\\-\\ \\'\\.\\#a-zA-Z0-9]*$","type":"string"},"City":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-Z][\\-\\ \\'\\.a-zA-Z]{0,255}$","type":"string"},"State":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-Z]{2}$","type":"string"},"Zip":{"pattern":"^((\\d\\d\\d\\d\\d)([\\x20\\-\\+]?(\\d\\d\\d\\d))?)$","type":"string"},"ExactChecksPerYear":{"format":"int32","pattern":"^[1-9]\\d{0,8}$","type":"integer"}}},"AdpGetAccessTokenRequest":{"type":"object","properties":{"grant_type":{"type":"string"},"scope":{"type":"string"}}},"CancellationToken":{"type":"object","properties":{"IsCancellationRequested":{"type":"boolean","readOnly":true},"CanBeCanceled":{"type":"boolean","readOnly":true},"WaitHandle":{"$ref":"#/definitions/WaitHandle","readOnly":true}}},"WaitHandle":{"type":"object","properties":{"Handle":{"type":"object"},"SafeWaitHandle":{"$ref":"#/definitions/SafeWaitHandle"}}},"SafeWaitHandle":{"type":"object","properties":{"IsInvalid":{"type":"boolean","readOnly":true},"IsClosed":{"type":"boolean","readOnly":true}}},"IntegrationCheck":{"type":"object","properties":{"Token":{"type":"string"}}},"FountainRequest":{"type":"object","properties":{"applicant":{"$ref":"#/definitions/Applicant"}}},"Applicant":{"required":["account_option","applicant_name","applicant_email"],"type":"object","properties":{"account_id":{"type":"string"},"account_option":{"type":"string"},"applicant_id":{"type":"string"},"applicant_name":{"pattern":"^\\s*[a-zA-Z][\\-\\'\\.a-zA-Z]{0,255}(\\s+[a-zA-Z][\\-\\'\\.a-zA-Z]{0,255})+\\s*$","type":"string"},"applicant_email":{"pattern":"^\\s*[\\w!#\\$%'\\*\\+\\-=\\?\\^_`\\{\\|\\}~]+(\\.{1}[\\w!#\\$%'\\*\\+\\-=\\?\\^_`\\{\\|\\}~]+)*@[A-Za-z0-9]+((\\.|-|_)[A-Za-z0-9]+)*\\.[A-Za-z0-9]+\\s*$","type":"string"},"continue_url":{"type":"string"},"client_api_key":{"type":"string"}}},"GreenHouseRequest":{"required":["payload"],"type":"object","properties":{"action":{"maxLength":80,"minLength":0,"type":"string"},"payload":{"$ref":"#/definitions/GreenHousePayload"}}},"GreenHousePayload":{"type":"object","properties":{"application":{"$ref":"#/definitions/GreenHouseReportRequest"},"endpoint_url":{"type":"string"},"name":{"type":"string"},"event":{"type":"string"},"active":{"type":"boolean"},"content-type":{"type":"string"}}},"GreenHouseReportRequest":{"required":["candidate"],"type":"object","properties":{"id":{"format":"int64","type":"integer"},"candidate":{"$ref":"#/definitions/GreenHouseCandidate"},"current_stage":{"$ref":"#/definitions/GreenHouseStage"},"credited_to":{"$ref":"#/definitions/GreenHouseUser"},"jobs":{"type":"array","items":{"$ref":"#/definitions/GreenHouseJob"}}}},"GreenHouseCandidate":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"first_name":{"maxLength":80,"minLength":0,"type":"string"},"last_name":{"maxLength":80,"minLength":0,"type":"string"},"email_addresses":{"type":"array","items":{"$ref":"#/definitions/GreenHouseEmailAddress"}}}},"GreenHouseStage":{"type":"object","properties":{"name":{"type":"string"}}},"GreenHouseUser":{"type":"object","properties":{"id":{"format":"int64","type":"integer"}}},"GreenHouseJob":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"custom_fields":{"type":"object","additionalProperties":{"$ref":"#/definitions/GreenHouseCustomField"}}}},"GreenHouseEmailAddress":{"type":"object","properties":{"type":{"enum":["personal","work","other"],"type":"string"},"value":{"pattern":"^\\s*[\\w!#\\$%'\\*\\+\\-=\\?\\^_`\\{\\|\\}~]+(\\.{1}[\\w!#\\$%'\\*\\+\\-=\\?\\^_`\\{\\|\\}~]+)*@[A-Za-z0-9]+((\\.|-|_)[A-Za-z0-9]+)*\\.[A-Za-z0-9]+\\s*$","type":"string"}}},"GreenHouseCustomField":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"object"}}},"GreenHouseAssessmentsSendTestRequest":{"type":"object","properties":{"partner_test_id":{"type":"string"},"candidate":{"$ref":"#/definitions/GreenHouseAssessmentsCandidate"},"url":{"type":"string"}}},"GreenHouseAssessmentsCandidate":{"type":"object","properties":{"first_name":{"type":"string"},"last_name":{"type":"string"},"resume_url":{"type":"string"},"phone_number":{"type":"string"},"email":{"type":"string"},"greenhouse_profile_url":{"type":"string"}}},"IcimsRequest":{"type":"object","properties":{"SystemId":{"type":"string"},"NewStatus":{"type":"string"},"OldStatus":{"type":"string"},"CustomerId":{"maxLength":100,"minLength":0,"type":"string"},"JobId":{"type":"string"},"UserId":{"maxLength":100,"minLength":0,"type":"string"},"PersonId":{"type":"string"},"Links":{"type":"array","items":{"$ref":"#/definitions/IcimsLink"}}}},"IcimsLink":{"type":"object","properties":{"Title":{"type":"string"},"Rel":{"type":"string"},"Url":{"type":"string"}}},"LeverRequest":{"required":["triggeredAt","event","token","signature"],"type":"object","properties":{"id":{"maxLength":100,"minLength":0,"type":"string"},"triggeredAt":{"format":"int64","type":"integer"},"event":{"maxLength":100,"minLength":0,"type":"string"},"token":{"maxLength":48,"minLength":0,"type":"string"},"signature":{"maxLength":100,"minLength":0,"type":"string"},"data":{"$ref":"#/definitions/LeverData"}}},"LeverData":{"type":"object","properties":{"opportunityId":{"maxLength":1000,"minLength":0,"type":"string"},"fromStageId":{"maxLength":1000,"minLength":0,"type":"string"},"toStageId":{"maxLength":1000,"minLength":0,"type":"string"}}},"Background_Check_Connector_Outbound":{"type":"object","properties":{"Header":{"type":"object"},"Background_Check_Data":{"$ref":"#/definitions/Background_Check_Connector_OutboundBackground_Check_Data"}}},"Background_Check_Connector_OutboundBackground_Check_Data":{"type":"object","properties":{"Background_Check_ID":{"type":"string"},"Submission_Date":{"format":"date-time","type":"string"},"Package_Data":{"$ref":"#/definitions/Background_Check_Connector_OutboundBackground_Check_DataPackage_Data"},"Requester_Data":{"$ref":"#/definitions/Background_Check_Connector_OutboundBackground_Check_DataRequester_Data"},"Recipient_Data":{"$ref":"#/definitions/Background_Check_Connector_OutboundBackground_Check_DataRecipient_Data"}}},"Background_Check_Connector_OutboundBackground_Check_DataPackage_Data":{"type":"object","properties":{"Package_ID":{"type":"string"},"Package_Name":{"type":"string"},"Package_Status":{"type":"string"},"Results_URL":{"type":"string"},"Comments":{"type":"string"}}},"Background_Check_Connector_OutboundBackground_Check_DataRequester_Data":{"type":"object","properties":{"Worker_ID":{"$ref":"#/definitions/Background_Check_Connector_OutboundBackground_Check_DataRequester_DataWorker_ID"},"First_Name":{"type":"string"},"Middle_Name":{"type":"object"},"Last_Name":{"type":"string"},"Email_Usage_Type":{"type":"string"},"Email_Address":{"type":"string"},"Phone_Usage_Type":{"type":"string"},"Phone_Device_Type":{"type":"string"},"International_Phone_Code":{"type":"object"},"Area_Code":{"type":"object"},"Phone_Number":{"type":"object"},"Phone_Extension":{"type":"object"}}},"Background_Check_Connector_OutboundBackground_Check_DataRecipient_Data":{"type":"object","properties":{"Recipient_ID":{"$ref":"#/definitions/Background_Check_Connector_OutboundBackground_Check_DataRecipient_DataRecipient_ID"},"First_Name":{"type":"string"},"Middle_Name":{"type":"string"},"Last_Name":{"type":"string"},"Address_Usage_Type":{"type":"string"},"Address_Line_Data":{"type":"object"},"Municipality":{"type":"object"},"Submunicipality_Data":{"type":"object"},"Country_Code":{"type":"object"},"Country_Region":{"type":"object"},"Postal_Code":{"type":"object"},"Email_Usage_Type":{"type":"string"},"Email_Address":{"type":"string"},"Phone_Usage_Type":{"type":"string"},"Phone_Device_Type":{"type":"string"},"International_Phone_Code":{"type":"object"},"Area_Code":{"type":"object"},"Phone_Number":{"type":"object"},"Phone_Extension":{"type":"object"},"Education_Data":{"$ref":"#/definitions/Background_Check_Connector_OutboundBackground_Check_DataRecipient_DataEducation_Data"},"Job_History_Data":{"$ref":"#/definitions/Background_Check_Connector_OutboundBackground_Check_DataRecipient_DataJob_History_Data"}}},"Background_Check_Connector_OutboundBackground_Check_DataRequester_DataWorker_ID":{"type":"object","properties":{"type":{"type":"string"},"Value":{"format":"int64","type":"integer"}}},"Background_Check_Connector_OutboundBackground_Check_DataRecipient_DataRecipient_ID":{"type":"object","properties":{"type":{"type":"string"},"Value":{"type":"string"}}},"Background_Check_Connector_OutboundBackground_Check_DataRecipient_DataEducation_Data":{"type":"object","properties":{"School_ID":{"type":"string"},"Education_ID":{"type":"string"},"School_Name":{"type":"string"},"Location":{"type":"string"},"Field_Of_Study":{"type":"object"},"Degree":{"type":"string"},"First_Year_Attended":{"type":"object"},"Last_Year_Attended":{"type":"object"},"Grade_Average":{"type":"object"},"Is_Highest_Level_of_Education":{"format":"int32","type":"integer"}}},"Background_Check_Connector_OutboundBackground_Check_DataRecipient_DataJob_History_Data":{"type":"object","properties":{"External_Employment_ID":{"type":"string"},"Company":{"type":"string"},"Job_Title":{"type":"string"},"Responsibilities_And_Achievements":{"type":"string"},"Location":{"type":"object"},"Job_Reference":{"type":"object"},"Contact":{"type":"object"}}},"HiringReportStatusUpdateWebhookWss":{"type":"object","properties":{"epoch":{"format":"int64","type":"integer"},"verification_hash":{"type":"string"},"payload":{"$ref":"#/definitions/HiringVerificationCheckStatusWebhookPayload"}}},"HiringVerificationCheckStatusWebhookPayload":{"type":"object","properties":{"order_id":{"type":"string"}}},"HiringReportRequestApi":{"required":["Candidate","Offer"],"type":"object","properties":{"Id":{"maxLength":100,"minLength":0,"type":"string"},"Candidate":{"$ref":"#/definitions/HiringCandidateRequestApi"},"Offer":{"$ref":"#/definitions/HiringProductRequestApi"},"RequestOptions":{"$ref":"#/definitions/HiringReportRequestOptionsApi"}}},"HiringCandidateRequestApi":{"required":["FirstName","LastName","Email","Phone","PhoneType","MotherMaidenName","DriverLicenseNumber","PassportNumber","PlaceOfBirth","BiologicalSex"],"type":"object","properties":{"FirstName":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž\\u2018\\u2019\\-][\\\\-\\\\ \\\\'\\\\.a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž\\u2018\\u2019\\-]{0,255}$","type":"string"},"MiddleName":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž][\\-\\ \\'\\.a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž]{0,255}$","type":"string"},"LastName":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž\\u2018\\u2019\\-][\\\\-\\\\ \\\\'\\\\.a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž\\u2018\\u2019\\-]{0,255}$","type":"string"},"Email":{"maxLength":255,"minLength":0,"pattern":"^\\s*[\\w!#\\$%'\\*\\+\\-=\\?\\^_`\\{\\|\\}~]+(\\.{1}[\\w!#\\$%'\\*\\+\\-=\\?\\^_`\\{\\|\\}~]+)*@[A-Za-z0-9]+((\\.|-|_)[A-Za-z0-9]+)*\\.[A-Za-z0-9]+\\s*$","type":"string"},"SSN":{"pattern":"^(?!000)(?!666)(?!9[0-9][0-9])\\d{3}[- ]?(?!00)\\d{2}[- ]?(?!0000)\\d{4}$","type":"string"},"NPI":{"maxLength":20,"minLength":0,"pattern":"^\\d{10}$","type":"string"},"ReferenceCode":{"maxLength":128,"minLength":0,"type":"string"},"BillingCode":{"maxLength":50,"minLength":0,"pattern":"^[#a-zA-Z0-9\\-\\s*]*$","type":"string"},"DateOfBirth":{"format":"date-time","type":"string"},"Phone":{"maxLength":20,"minLength":0,"pattern":"^(1?([-\\.]?|\\s*)\\(?((?!37)(?!96)[2-9](?!11)[0-8][0-9])\\)?([\\-\\.]?|\\s*)(\\d{3})([\\-\\.]?|\\s*)(\\d{4}))\\s*$","type":"string"},"PhoneType":{"enum":["Mobile","Home","Work","Fax"],"type":"string"},"AddressLine":{"maxLength":255,"minLength":0,"pattern":"^[,\\/\\-\\ \\'\\.\\#a-zA-Z0-9]*$","type":"string"},"Address":{"maxLength":255,"minLength":0,"pattern":"^[,\\/\\-\\ \\'\\.\\#a-zA-Z0-9]*$","type":"string"},"City":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-Z][\\-\\ \\'\\.a-zA-Z]{0,255}$","type":"string"},"State":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-Z]{2}$","type":"string"},"Zip":{"pattern":"^((\\d\\d\\d\\d\\d)([\\x20\\-\\+]?(\\d\\d\\d\\d))?)$","type":"string"},"MotherMaidenName":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž][\\-\\ \\'\\.a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž]{0,255}$","type":"string"},"DriverLicenseNumber":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-Z,\\.\\?@\\&amp;!#'\\~\\*;\\+\\w\\s\\-\\/\\(\\):]*$","type":"string"},"PassportNumber":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-Z,\\.\\?@\\&amp;!#'\\~\\*;\\+\\w\\s\\-\\/\\(\\):]*$","type":"string"},"PlaceOfBirth":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-Z,\\.\\?@\\&amp;!#'\\~\\*;\\+\\w\\s\\-\\/\\(\\):]*$","type":"string"},"BiologicalSex":{"maxLength":1,"minLength":0,"pattern":"^[a-zA-Z,\\.\\?@\\&amp;!#'\\~\\*;\\+\\w\\s\\-\\/\\(\\):]*$","type":"string"},"CandidateDriverRecords":{"type":"array","items":{"$ref":"#/definitions/HiringCandidateDriverRecordRequestApi"}},"CandidateDrugTests":{"type":"array","items":{"$ref":"#/definitions/HiringCandidateDrugTestRequestApi"}},"CandidateEmployments":{"type":"array","items":{"$ref":"#/definitions/HiringCandidateEmploymentRequestApi"}},"CandidateLegalLocations":{"type":"array","items":{"$ref":"#/definitions/HiringCandidateLegalLocationRequestApi"}},"CandidateCriminalStates":{"type":"array","items":{"$ref":"#/definitions/HiringCandidateCriminalStateRequestApi"}},"CandidateLicenses":{"type":"array","items":{"$ref":"#/definitions/HiringCandidateLicenseRequestApi"}},"CandidateSchools":{"type":"array","items":{"$ref":"#/definitions/HiringCandidateSchoolRequestApi"}},"CandidateInternationalCriminals":{"type":"array","items":{"$ref":"#/definitions/HiringCandidateInternationalCriminalRequestApi"}},"CandidateAliases":{"type":"array","items":{"$ref":"#/definitions/HiringCandidateAliasRequestApi"}}}},"HiringProductRequestApi":{"type":"object","properties":{"CatalogId":{"maxLength":255,"minLength":0,"type":"string"},"Products":{"type":"array","items":{"type":"string"}},"ValidationErrors":{"type":"array","items":{"$ref":"#/definitions/ValidationResult"}}}},"HiringReportRequestOptionsApi":{"type":"object","properties":{"SendPurchaseReceipt":{"type":"boolean"},"AffiliateId":{"type":"string"},"SendSelfCompleteCandidateEmails":{"type":"boolean"},"SuppressCandidateSelfCompleteEmails":{"type":"boolean"},"SuppressCandidateConsentEmails":{"type":"boolean"},"SuppressCandidatePHMConsentEmails":{"type":"boolean"},"SuppressCandidateDrugConsentEmails":{"type":"boolean"},"IncludeReportData":{"type":"boolean"},"BillingCode":{"maxLength":50,"minLength":0,"pattern":"^[#a-zA-Z0-9\\-\\s*]*$","type":"string"},"IsPermissionToContactCurrentEmployerProvided":{"type":"boolean"},"PermissionToContactCurrentEmployerAfter":{"format":"date-time","type":"string"},"ConsentReceived":{"type":"boolean"},"DrugConsentReceived":{"type":"boolean"}}},"HiringCandidateDriverRecordRequestApi":{"type":"object","properties":{"FirstName":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž][\\-\\ \\'\\.a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž]{0,255}$","type":"string"},"MiddleName":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž][\\-\\ \\'\\.a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž]{0,255}$","type":"string"},"LastName":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž][\\-\\ \\'\\.a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž]{0,255}$","type":"string"},"DriverLicenseNum":{"maxLength":256,"minLength":0,"type":"string"},"DriverLicenseState":{"maxLength":2,"minLength":0,"pattern":"^[a-zA-Z]{2}$","type":"string"},"ValidationErrors":{"type":"array","items":{"$ref":"#/definitions/ValidationResult"}}}},"HiringCandidateDrugTestRequestApi":{"type":"object","properties":{"PhoneDayTime":{"maxLength":20,"minLength":0,"pattern":"^(1?([-\\.]?|\\s*)\\(?((?!37)(?!96)[2-9](?!11)[0-8][0-9])\\)?([\\-\\.]?|\\s*)(\\d{3})([\\-\\.]?|\\s*)(\\d{4}))\\s*$","type":"string"},"PhoneEvening":{"maxLength":20,"minLength":0,"pattern":"^(1?([-\\.]?|\\s*)\\(?((?!37)(?!96)[2-9](?!11)[0-8][0-9])\\)?([\\-\\.]?|\\s*)(\\d{3})([\\-\\.]?|\\s*)(\\d{4}))\\s*$","type":"string"},"DrugTestProviderRegistrationId":{"maxLength":50,"minLength":0,"type":"string"},"DrugTestProviderOrderId":{"maxLength":50,"minLength":0,"type":"string"},"Gender":{"maxLength":20,"minLength":0,"type":"string"}}},"HiringCandidateEmploymentRequestApi":{"type":"object","properties":{"CompanyName":{"maxLength":80,"minLength":0,"pattern":"^[,\\.\\?@\\&amp;!#'\\~\\*;\\+\\w\\s\\-\\/]*[a-zA-Z]+[,\\.\\?@\\&amp;!#'\\~\\*;\\+\\w\\s\\-\\/]*$","type":"string"},"Title":{"maxLength":80,"minLength":0,"type":"string"},"Salary":{"maxLength":255,"minLength":0,"type":"string"},"Alias":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-Z][\\-\\ \\'\\.a-zA-Z]{0,255}$","type":"string"},"ReasonForLeaving":{"maxLength":255,"minLength":0,"type":"string"},"EmployerContactFullName":{"maxLength":255,"minLength":0,"type":"string"},"EmployerContactPhone":{"maxLength":20,"minLength":0,"pattern":"^(1?([-\\.]?|\\s*)\\(?((?!37)(?!96)[2-9](?!11)[0-8][0-9])\\)?([\\-\\.]?|\\s*)(\\d{3})([\\-\\.]?|\\s*)(\\d{4}))\\s*$","type":"string"},"ContactEmail":{"maxLength":255,"minLength":0,"pattern":"^\\s*[\\w!#\\$%'\\*\\+\\-=\\?\\^_`\\{\\|\\}~]+(\\.{1}[\\w!#\\$%'\\*\\+\\-=\\?\\^_`\\{\\|\\}~]+)*@[A-Za-z0-9]+((\\.|-|_)[A-Za-z0-9]+)*\\.[A-Za-z0-9]+\\s*$","type":"string"},"StartMonth":{"format":"int32","maximum":12,"minimum":1,"type":"integer"},"StartYear":{"format":"int32","maximum":2147483647,"minimum":0,"type":"integer"},"EndMonth":{"format":"int32","maximum":12,"minimum":1,"type":"integer"},"EndYear":{"format":"int32","maximum":2147483647,"minimum":0,"type":"integer"},"IsCurrentlyEmployed":{"type":"boolean"},"CompanyAddress":{"maxLength":255,"minLength":0,"pattern":"^[,\\/\\-\\ \\'\\.\\#a-zA-Z0-9]*$","type":"string"},"City":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-Z][\\-\\ \\'\\.a-zA-Z]{0,255}$","type":"string"},"State":{"maxLength":80,"minLength":0,"type":"string"},"Comments":{"pattern":"^[,\\.\\?@\\&amp;!#'\\~\\*;\\+\\w\\s\\-\\/]*[a-zA-Z]+[,\\.\\?@\\&amp;!#'\\~\\*;\\+\\w\\s\\-\\/]*$","type":"string"}}},"HiringCandidateLegalLocationRequestApi":{"type":"object","properties":{"City":{"maxLength":80,"minLength":0,"type":"string"},"State":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-Z]{2}$","type":"string"},"ZIP":{"maxLength":20,"minLength":0,"type":"string"},"County":{"maxLength":80,"minLength":0,"type":"string"},"ValidationErrors":{"type":"array","items":{"$ref":"#/definitions/ValidationResult"}}}},"HiringCandidateCriminalStateRequestApi":{"type":"object","properties":{"State":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-Z]{2}$","type":"string"},"ValidationErrors":{"type":"array","items":{"$ref":"#/definitions/ValidationResult"}}}},"HiringCandidateLicenseRequestApi":{"type":"object","properties":{"LicenseType":{"maxLength":80,"minLength":0,"type":"string"},"StateIssued":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-Z]{2}$","type":"string"},"LicenseAuthorityName":{"maxLength":80,"minLength":0,"type":"string"},"LicenseAuthorityPhone":{"maxLength":20,"minLength":0,"pattern":"^(1?([-\\.]?|\\s*)\\(?((?!37)(?!96)[2-9](?!11)[0-8][0-9])\\)?([\\-\\.]?|\\s*)(\\d{3})([\\-\\.]?|\\s*)(\\d{4}))\\s*$","type":"string"},"LicenseNumber":{"maxLength":80,"minLength":0,"type":"string"},"IssuedDate":{"format":"date-time","type":"string"},"ExpirationDate":{"format":"date-time","type":"string"},"Status":{"type":"string"},"ApplicantPhoneNumber":{"pattern":"^(1?([-\\.]?|\\s*)\\(?((?!37)(?!96)[2-9](?!11)[0-8][0-9])\\)?([\\-\\.]?|\\s*)(\\d{3})([\\-\\.]?|\\s*)(\\d{4}))\\s*$","type":"string"},"ValidationErrors":{"type":"array","items":{"$ref":"#/definitions/ValidationResult"}}}},"HiringCandidateSchoolRequestApi":{"type":"object","properties":{"InstitutionName":{"maxLength":80,"minLength":0,"type":"string"},"Address":{"maxLength":255,"minLength":0,"pattern":"^[,\\/\\-\\ \\'\\.\\#a-zA-Z0-9]*$","type":"string"},"City":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-Z][\\-\\ \\'\\.a-zA-Z]{0,255}$","type":"string"},"Region":{"maxLength":80,"minLength":0,"type":"string"},"PostalCode":{"maxLength":20,"minLength":0,"type":"string"},"Country":{"maxLength":80,"minLength":0,"type":"string"},"Telephone":{"maxLength":20,"minLength":0,"pattern":"^(1?([-\\.]?|\\s*)\\(?((?!37)(?!96)[2-9](?!11)[0-8][0-9])\\)?([\\-\\.]?|\\s*)(\\d{3})([\\-\\.]?|\\s*)(\\d{4}))\\s*$","type":"string"},"Fax":{"maxLength":20,"minLength":0,"pattern":"^(1?([-\\.]?|\\s*)\\(?((?!37)(?!96)[2-9](?!11)[0-8][0-9])\\)?([\\-\\.]?|\\s*)(\\d{3})([\\-\\.]?|\\s*)(\\d{4}))\\s*$","type":"string"},"EnrollmentName":{"maxLength":80,"minLength":0,"pattern":"^[a-zA-Z][\\-\\ \\'\\.a-zA-Z]{0,255}$","type":"string"},"Degree":{"maxLength":80,"minLength":0,"type":"string"},"StudyMajor":{"maxLength":80,"minLength":0,"type":"string"},"EnrollmentStartMonth":{"format":"int32","maximum":12,"minimum":1,"type":"integer"},"EnrollmentStartYear":{"format":"int32","maximum":2147483647,"minimum":0,"type":"integer"},"GraduationMonth":{"format":"int32","maximum":12,"minimum":1,"type":"integer"},"GraduationYear":{"format":"int32","maximum":2147483647,"minimum":0,"type":"integer"},"IsCurrentlyEnrolled":{"type":"boolean"},"Comments":{"pattern":"^[,\\.\\?@\\&amp;!#'\\~\\*;\\+\\w\\s\\-\\/]*[a-zA-Z]+[,\\.\\?@\\&amp;!#'\\~\\*;\\+\\w\\s\\-\\/]*$","type":"string"}}},"HiringCandidateInternationalCriminalRequestApi":{"required":["Country"],"type":"object","properties":{"Country":{"maxLength":80,"minLength":0,"type":"string"}}},"HiringCandidateAliasRequestApi":{"required":["LastName"],"type":"object","properties":{"FirstName":{"pattern":"^[a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž][\\-\\ \\'\\.a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž]{0,255}$","type":"string"},"MiddleName":{"pattern":"^[a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž][\\-\\ \\'\\.a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž]{0,255}$","type":"string"},"LastName":{"pattern":"^[a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž][\\-\\ \\'\\.a-zA-ZÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝŸŽàáâãäåçèéêëìíîïñòóôõöùúûüýÿž]{0,255}$","type":"string"},"ValidationErrors":{"type":"array","items":{"$ref":"#/definitions/ValidationResult"}}}},"ValidationResult":{"type":"object","properties":{"MemberNames":{"type":"array","items":{"type":"string"},"readOnly":true},"ErrorMessage":{"type":"string"}}},"HiringReportPatchRequestApi":{"required":["ReportId","Offer"],"type":"object","properties":{"ReportId":{"maxLength":100,"minLength":0,"type":"string"},"Offer":{"$ref":"#/definitions/HiringProductPatchRequestApi"}}},"HiringProductPatchRequestApi":{"type":"object","properties":{"Products":{"type":"array","items":{"$ref":"#/definitions/ProductsPatch"}}}},"ProductsPatch":{"type":"object","properties":{"ProductId":{"type":"string"},"Operation":{"enum":["Add"],"type":"string"}}},"StepSelectReportRequestApi":{"required":["Candidate"],"type":"object","properties":{"Id":{"maxLength":100,"minLength":0,"type":"string"},"Candidate":{"$ref":"#/definitions/HiringCandidateRequestApi"},"RequestOptions":{"$ref":"#/definitions/PartnerAppAccessOptionsApi"}}},"PartnerAppAccessOptionsApi":{"type":"object","properties":{"SendPurchaseReceipt":{"type":"boolean"},"UrlCancel":{"type":"string"},"UrlCallback":{"type":"string"},"AffiliateId":{"type":"string"},"IsAllowedToUpdateOffer":{"type":"boolean"},"SuppressCandidateSelfCompleteEmails":{"type":"boolean"},"SuppressCandidateConsentEmails":{"type":"boolean"},"SuppressCandidatePHMConsentEmails":{"type":"boolean"},"SuppressCandidateDrugConsentEmails":{"type":"boolean"},"IsPermissionToContactCurrentEmployerProvided":{"type":"boolean"},"PermissionToContactCurrentEmployerAfter":{"format":"date-time","type":"string"},"ConsentReceived":{"type":"boolean"},"DrugConsentReceived":{"type":"boolean"}}},"StepCheckoutRequestApi":{"required":["Candidate","Offer"],"type":"object","properties":{"Id":{"maxLength":100,"minLength":0,"type":"string"},"Candidate":{"$ref":"#/definitions/HiringCandidateRequestApi"},"Offer":{"$ref":"#/definitions/HiringProductRequestApi"},"RequestOptions":{"$ref":"#/definitions/PartnerAppAccessOptionsApi"},"Coupons":{"type":"array","items":{"type":"string"}}}},"HiringSubscriptionRequestApi":{"required":["ReportId"],"type":"object","properties":{"ReportId":{"maxLength":100,"minLength":0,"type":"string"}}}}}