{"openapi":"3.0.0","info":{"title":"Mondial LeadGen","description":"","version":"1.0.0"},"servers":[{"url":"\/","description":""}],"paths":{"\/api\/accounts":{"get":{"operationId":"getAccountCollection","tags":["Account"],"responses":{"200":{"description":"Account collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account-account.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Account-account.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of Account resources.","description":"Retrieves the collection of Account resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postAccountCollection","tags":["Account"],"responses":{"201":{"description":"Account resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account-account.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account-account.read.details_entity.created"}}},"links":{"GetAccountItem":{"operationId":"getAccountItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/accounts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Account resource.","description":"Creates a Account resource.","parameters":[],"requestBody":{"description":"The new Account resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account-account.create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account-account.create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/accounts\/{id}":{"get":{"operationId":"getAccountItem","tags":["Account"],"responses":{"200":{"description":"Account resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account-account.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account-account.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Account resource.","description":"Retrieves a Account resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putAccountItem","tags":["Account"],"responses":{"200":{"description":"Account resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account-account.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account-account.read.details_entity.created"}}},"links":{"GetAccountItem":{"operationId":"getAccountItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/accounts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Account resource.","description":"Replaces the Account resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Account resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Account-account.update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Account-account.update"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteAccountItem","tags":["Account"],"responses":{"204":{"description":"Account resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Account resource.","description":"Removes the Account resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/applications":{"get":{"operationId":"getApplicationCollection","tags":["Application"],"responses":{"200":{"description":"Application collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Application-application.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Application-application.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of Application resources.","description":"Retrieves the collection of Application resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postApplicationCollection","tags":["Application"],"responses":{"201":{"description":"Application resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Application-application.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Application-application.read.details_entity.created"}}},"links":{"GetApplicationItem":{"operationId":"getApplicationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/applications\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Application resource.","description":"Creates a Application resource.","parameters":[],"requestBody":{"description":"The new Application resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Application-act.create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Application-act.create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/applications\/{id}":{"get":{"operationId":"getApplicationItem","tags":["Application"],"responses":{"200":{"description":"Application resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Application-application.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Application-application.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Application resource.","description":"Retrieves a Application resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putApplicationItem","tags":["Application"],"responses":{"200":{"description":"Application resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Application-application.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Application-application.read.details_entity.created"}}},"links":{"GetApplicationItem":{"operationId":"getApplicationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/applications\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Application resource.","description":"Replaces the Application resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Application resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Application-act.update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Application-act.update"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/bodaccs\/{id}":{"delete":{"operationId":"deleteApplicationItem","tags":["Application"],"responses":{"204":{"description":"Application resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Application resource.","description":"Removes the Application resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/companies":{"get":{"operationId":"getCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company-company.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company-company.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postCompanyCollection","tags":["Company"],"responses":{"201":{"description":"Company resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company-company.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company-company.read.details_entity.created"}}},"links":{"GetCompanyItem":{"operationId":"getCompanyItem","parameters":{"siren":"$response.body#\/siren"},"description":"The `siren` value returned in the response can be used as the `siren` parameter in `GET \/api\/companies\/{siren}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Company resource.","description":"Creates a Company resource.","parameters":[],"requestBody":{"description":"The new Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company-company.create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company-company.create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/companies\/{siren}":{"get":{"operationId":"getCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company-company.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company-company.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Company resource.","description":"Retrieves a Company resource.","parameters":[{"name":"siren","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company-company.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company-company.read.details_entity.created"}}},"links":{"GetCompanyItem":{"operationId":"getCompanyItem","parameters":{"siren":"$response.body#\/siren"},"description":"The `siren` value returned in the response can be used as the `siren` parameter in `GET \/api\/companies\/{siren}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Company resource.","description":"Replaces the Company resource.","parameters":[{"name":"siren","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company-company.update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company-company.update"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCompanyItem","tags":["Company"],"responses":{"204":{"description":"Company resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Company resource.","description":"Removes the Company resource.","parameters":[{"name":"siren","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/contact-leads":{"get":{"operationId":"getContactLeadCollection","tags":["ContactLead"],"responses":{"200":{"description":"ContactLead collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactLead.ContactLeadListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactLead.ContactLeadListOutput"}}}}}},"summary":"Retrieves the collection of ContactLead resources.","description":"Retrieves the collection of ContactLead resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postContactLeadCollection","tags":["ContactLead"],"responses":{"201":{"description":"ContactLead resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactLead.ContactLeadDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactLead.ContactLeadDetailsOutput"}}},"links":{"GetContactLeadItem":{"operationId":"getContactLeadItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/contact-leads\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ContactLead resource.","description":"Creates a ContactLead resource.","parameters":[],"requestBody":{"description":"The new ContactLead resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactLead.ContactLeadPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactLead.ContactLeadPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/contact-leads\/{id}":{"get":{"operationId":"getContactLeadItem","tags":["ContactLead"],"responses":{"200":{"description":"ContactLead resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactLead.ContactLeadDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactLead.ContactLeadDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ContactLead resource.","description":"Retrieves a ContactLead resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putContactLeadItem","tags":["ContactLead"],"responses":{"200":{"description":"ContactLead resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactLead.ContactLeadDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactLead.ContactLeadDetailsOutput"}}},"links":{"GetContactLeadItem":{"operationId":"getContactLeadItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/contact-leads\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ContactLead resource.","description":"Replaces the ContactLead resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ContactLead resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactLead.ContactLeadPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactLead.ContactLeadPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteContactLeadItem","tags":["ContactLead"],"responses":{"204":{"description":"ContactLead resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ContactLead resource.","description":"Removes the ContactLead resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/contacts":{"get":{"operationId":"getContactCollection","tags":["Contact"],"responses":{"200":{"description":"Contact collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Contact-contact.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Contact-contact.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of Contact resources.","description":"Retrieves the collection of Contact resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postContactCollection","tags":["Contact"],"responses":{"201":{"description":"Contact resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contact-contact.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contact-contact.read.details_entity.created"}}},"links":{"GetContactItem":{"operationId":"getContactItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/contacts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Contact resource.","description":"Creates a Contact resource.","parameters":[],"requestBody":{"description":"The new Contact resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contact-contact.create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contact-contact.create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/contacts\/{id}":{"get":{"operationId":"getContactItem","tags":["Contact"],"responses":{"200":{"description":"Contact resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contact-contact.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contact-contact.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Contact resource.","description":"Retrieves a Contact resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putContactItem","tags":["Contact"],"responses":{"200":{"description":"Contact resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contact-contact.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contact-contact.read.details_entity.created"}}},"links":{"GetContactItem":{"operationId":"getContactItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/contacts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Contact resource.","description":"Replaces the Contact resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Contact resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contact-contact.update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contact-contact.update"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteContactItem","tags":["Contact"],"responses":{"204":{"description":"Contact resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Contact resource.","description":"Removes the Contact resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-jobs":{"get":{"operationId":"getCronJobCollection","tags":["CronJob"],"responses":{"200":{"description":"CronJob collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.list"}}}}}},"summary":"Retrieves the collection of CronJob resources.","description":"Retrieves the collection of CronJob resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-jobs\/{id}":{"get":{"operationId":"getCronJobItem","tags":["CronJob"],"responses":{"200":{"description":"CronJob resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.details"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.details"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CronJob resource.","description":"Retrieves a CronJob resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-logs":{"get":{"operationId":"getCronLogCollection","tags":["CronLog"],"responses":{"200":{"description":"CronLog collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.list"}}}}}},"summary":"Retrieves the collection of CronLog resources.","description":"Retrieves the collection of CronLog resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-logs\/{id}":{"get":{"operationId":"getCronLogItem","tags":["CronLog"],"responses":{"200":{"description":"CronLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.details"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.details"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CronLog resource.","description":"Retrieves a CronLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/crons\/health":{"get":{"operationId":"get_healthCronLogCollection","tags":["CronLog"],"responses":{"200":{"description":"CronLog collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronLog.CronHealthOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronLog.CronHealthOutput"}}}}}},"summary":"Retrieves the collection of CronLog resources.","description":"Retrieves the collection of CronLog resources.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/data-ref-main-activitys":{"get":{"operationId":"getDataRefMainActivityCollection","tags":["DataRefMainActivity"],"responses":{"200":{"description":"DataRefMainActivity collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DataRefMainActivity-main_activity.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DataRefMainActivity-main_activity.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of DataRefMainActivity resources.","description":"Retrieves the collection of DataRefMainActivity resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postDataRefMainActivityCollection","tags":["DataRefMainActivity"],"responses":{"201":{"description":"DataRefMainActivity resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DataRefMainActivity-main_activity.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DataRefMainActivity-main_activity.read.details_entity.created"}}},"links":{"GetDataRefMainActivityItem":{"operationId":"getDataRefMainActivityItem","parameters":{"code":"$response.body#\/code"},"description":"The `code` value returned in the response can be used as the `code` parameter in `GET \/api\/data-ref-main-activitys\/{code}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DataRefMainActivity resource.","description":"Creates a DataRefMainActivity resource.","parameters":[],"requestBody":{"description":"The new DataRefMainActivity resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DataRefMainActivity-main_activity.create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DataRefMainActivity-main_activity.create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/data-ref-main-activitys\/{code}":{"get":{"operationId":"getDataRefMainActivityItem","tags":["DataRefMainActivity"],"responses":{"200":{"description":"DataRefMainActivity resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DataRefMainActivity-main_activity.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DataRefMainActivity-main_activity.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DataRefMainActivity resource.","description":"Retrieves a DataRefMainActivity resource.","parameters":[{"name":"code","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDataRefMainActivityItem","tags":["DataRefMainActivity"],"responses":{"200":{"description":"DataRefMainActivity resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DataRefMainActivity-main_activity.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DataRefMainActivity-main_activity.read.details_entity.created"}}},"links":{"GetDataRefMainActivityItem":{"operationId":"getDataRefMainActivityItem","parameters":{"code":"$response.body#\/code"},"description":"The `code` value returned in the response can be used as the `code` parameter in `GET \/api\/data-ref-main-activitys\/{code}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DataRefMainActivity resource.","description":"Replaces the DataRefMainActivity resource.","parameters":[{"name":"code","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated DataRefMainActivity resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DataRefMainActivity-main_activity.update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DataRefMainActivity-main_activity.update"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDataRefMainActivityItem","tags":["DataRefMainActivity"],"responses":{"204":{"description":"DataRefMainActivity resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the DataRefMainActivity resource.","description":"Removes the DataRefMainActivity resource.","parameters":[{"name":"code","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/data-ref-workforces":{"get":{"operationId":"getDataRefWorkforceCollection","tags":["DataRefWorkforce"],"responses":{"200":{"description":"DataRefWorkforce collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DataRefWorkforce-workforce.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DataRefWorkforce-workforce.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of DataRefWorkforce resources.","description":"Retrieves the collection of DataRefWorkforce resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postDataRefWorkforceCollection","tags":["DataRefWorkforce"],"responses":{"201":{"description":"DataRefWorkforce resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DataRefWorkforce-workforce.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DataRefWorkforce-workforce.read.details_entity.created"}}},"links":{"GetDataRefWorkforceItem":{"operationId":"getDataRefWorkforceItem","parameters":{"code":"$response.body#\/code"},"description":"The `code` value returned in the response can be used as the `code` parameter in `GET \/api\/data-ref-workforces\/{code}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DataRefWorkforce resource.","description":"Creates a DataRefWorkforce resource.","parameters":[],"requestBody":{"description":"The new DataRefWorkforce resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DataRefWorkforce-workforce.create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DataRefWorkforce-workforce.create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/data-ref-workforces\/{code}":{"get":{"operationId":"getDataRefWorkforceItem","tags":["DataRefWorkforce"],"responses":{"200":{"description":"DataRefWorkforce resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DataRefWorkforce-workforce.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DataRefWorkforce-workforce.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DataRefWorkforce resource.","description":"Retrieves a DataRefWorkforce resource.","parameters":[{"name":"code","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDataRefWorkforceItem","tags":["DataRefWorkforce"],"responses":{"200":{"description":"DataRefWorkforce resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DataRefWorkforce-workforce.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DataRefWorkforce-workforce.read.details_entity.created"}}},"links":{"GetDataRefWorkforceItem":{"operationId":"getDataRefWorkforceItem","parameters":{"code":"$response.body#\/code"},"description":"The `code` value returned in the response can be used as the `code` parameter in `GET \/api\/data-ref-workforces\/{code}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DataRefWorkforce resource.","description":"Replaces the DataRefWorkforce resource.","parameters":[{"name":"code","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated DataRefWorkforce resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DataRefWorkforce-workforce.update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DataRefWorkforce-workforce.update"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDataRefWorkforceItem","tags":["DataRefWorkforce"],"responses":{"204":{"description":"DataRefWorkforce resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the DataRefWorkforce resource.","description":"Removes the DataRefWorkforce resource.","parameters":[{"name":"code","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/diane-enrichments":{"get":{"operationId":"getDianeEnrichmentCollection","tags":["DianeEnrichment"],"responses":{"200":{"description":"DianeEnrichment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DianeEnrichment-diane_enrichment.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DianeEnrichment-diane_enrichment.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of DianeEnrichment resources.","description":"Retrieves the collection of DianeEnrichment resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postDianeEnrichmentCollection","tags":["DianeEnrichment"],"responses":{"201":{"description":"DianeEnrichment resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DianeEnrichment-diane_enrichment.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DianeEnrichment-diane_enrichment.read.details_entity.created"}}},"links":{"GetDianeEnrichmentItem":{"operationId":"getDianeEnrichmentItem","parameters":{"siren":"$response.body#\/siren"},"description":"The `siren` value returned in the response can be used as the `siren` parameter in `GET \/api\/diane-enrichments\/{siren}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DianeEnrichment resource.","description":"Creates a DianeEnrichment resource.","parameters":[],"requestBody":{"description":"The new DianeEnrichment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DianeEnrichment-diane_enrichment.create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DianeEnrichment-diane_enrichment.create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diane-enrichments\/{id}":{"delete":{"operationId":"deleteDianeEnrichmentItem","tags":["DianeEnrichment"],"responses":{"204":{"description":"DianeEnrichment resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the DianeEnrichment resource.","description":"Removes the DianeEnrichment resource.","parameters":[{"name":"siren","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/diane-enrichments\/{siren}":{"get":{"operationId":"getDianeEnrichmentItem","tags":["DianeEnrichment"],"responses":{"200":{"description":"DianeEnrichment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DianeEnrichment-diane_enrichment.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DianeEnrichment-diane_enrichment.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DianeEnrichment resource.","description":"Retrieves a DianeEnrichment resource.","parameters":[{"name":"siren","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDianeEnrichmentItem","tags":["DianeEnrichment"],"responses":{"200":{"description":"DianeEnrichment resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DianeEnrichment-diane_enrichment.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DianeEnrichment-diane_enrichment.read.details_entity.created"}}},"links":{"GetDianeEnrichmentItem":{"operationId":"getDianeEnrichmentItem","parameters":{"siren":"$response.body#\/siren"},"description":"The `siren` value returned in the response can be used as the `siren` parameter in `GET \/api\/diane-enrichments\/{siren}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DianeEnrichment resource.","description":"Replaces the DianeEnrichment resource.","parameters":[{"name":"siren","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated DianeEnrichment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DianeEnrichment-diane_enrichment.update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DianeEnrichment-diane_enrichment.update"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/import-files":{"get":{"operationId":"getImportFileCollection","tags":["ImportFile"],"responses":{"200":{"description":"ImportFile collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ImportFile"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ImportFile"}}}}}},"summary":"Retrieves the collection of ImportFile resources.","description":"Retrieves the collection of ImportFile resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postImportFileCollection","tags":["ImportFile"],"responses":{"201":{"description":"ImportFile resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportFile"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ImportFile"}}},"links":{"GetImportFileItem":{"operationId":"getImportFileItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/import-files\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ImportFile resource.","description":"Creates a ImportFile resource.","parameters":[],"requestBody":{"description":"The new ImportFile resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportFile"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ImportFile"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/import-files\/download\/file\/{id}":{"get":{"operationId":"get_download_siren_enrichmentImportFileItem","tags":["ImportFile"],"responses":{"200":{"description":"ImportFile resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportFile"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ImportFile"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ImportFile resource.","description":"Retrieves a ImportFile resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/import-files\/sirens":{"post":{"operationId":"post_file_sirensImportFileCollection","tags":["ImportFile"],"responses":{"201":{"description":"ImportFile resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportFile.ImportFileDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ImportFile.ImportFileDetailsOutput"}}},"links":{"GetImportFileItem":{"operationId":"getImportFileItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/import-files\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a module with its data and media.","description":"Creates a ImportFile resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"input":{"type":"object","properties":{"source":{"type":"string"},"refId":{"type":"string"},"directToCrm":{"type":"boolean"},"ignoreFirstLine":{"type":"boolean"}}}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/import-files\/{id}":{"get":{"operationId":"getImportFileItem","tags":["ImportFile"],"responses":{"200":{"description":"ImportFile resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportFile"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ImportFile"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ImportFile resource.","description":"Retrieves a ImportFile resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putImportFileItem","tags":["ImportFile"],"responses":{"200":{"description":"ImportFile resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportFile"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ImportFile"}}},"links":{"GetImportFileItem":{"operationId":"getImportFileItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/import-files\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ImportFile resource.","description":"Replaces the ImportFile resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ImportFile resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportFile"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ImportFile"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteImportFileItem","tags":["ImportFile"],"responses":{"204":{"description":"ImportFile resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ImportFile resource.","description":"Removes the ImportFile resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/job-changes":{"get":{"operationId":"getJobChangeWebhookCollection","tags":["JobChangeWebhook"],"responses":{"200":{"description":"JobChangeWebhook collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/JobChangeWebhook.JobChangeWebhookListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/JobChangeWebhook.JobChangeWebhookListOutput"}}}}}},"summary":"Retrieves the collection of JobChangeWebhook resources.","description":"Retrieves the collection of JobChangeWebhook resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/job-changes\/{id}":{"get":{"operationId":"getJobChangeWebhookItem","tags":["JobChangeWebhook"],"responses":{"200":{"description":"JobChangeWebhook resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/JobChangeWebhook.JobChangeWebhookDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/JobChangeWebhook.JobChangeWebhookDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a JobChangeWebhook resource.","description":"Retrieves a JobChangeWebhook resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putJobChangeWebhookItem","tags":["JobChangeWebhook"],"responses":{"200":{"description":"JobChangeWebhook resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/JobChangeWebhook.JobChangeWebhookDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/JobChangeWebhook.JobChangeWebhookDetailsOutput"}}},"links":{"GetJobChangeWebhookItem":{"operationId":"getJobChangeWebhookItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/job-changes\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the JobChangeWebhook resource.","description":"Replaces the JobChangeWebhook resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated JobChangeWebhook resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/JobChangeWebhook.JobChangeWebhookPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/JobChangeWebhook.JobChangeWebhookPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/job-changes\/{id}\/cancel":{"put":{"operationId":"put_cancelJobChangeWebhookItem","tags":["JobChangeWebhook"],"responses":{"200":{"description":"JobChangeWebhook resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/JobChangeWebhook.JobChangeWebhookDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/JobChangeWebhook.JobChangeWebhookDetailsOutput"}}},"links":{"GetJobChangeWebhookItem":{"operationId":"getJobChangeWebhookItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/job-changes\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the JobChangeWebhook resource.","description":"Replaces the JobChangeWebhook resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated JobChangeWebhook resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/JobChangeWebhook.VoidInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/JobChangeWebhook.VoidInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/job-changes\/{id}\/push-salesforce":{"put":{"operationId":"put_in_salesforceJobChangeWebhookItem","tags":["JobChangeWebhook"],"responses":{"200":{"description":"JobChangeWebhook resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/JobChangeWebhook.JobChangeWebhookDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/JobChangeWebhook.JobChangeWebhookDetailsOutput"}}},"links":{"GetJobChangeWebhookItem":{"operationId":"getJobChangeWebhookItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/job-changes\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the JobChangeWebhook resource.","description":"Replaces the JobChangeWebhook resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated JobChangeWebhook resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/JobChangeWebhook.VoidInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/JobChangeWebhook.VoidInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leads":{"get":{"operationId":"getLeadCollection","tags":["Lead"],"responses":{"200":{"description":"Lead collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lead.LeadListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lead.LeadListOutput"}}}}}},"summary":"Retrieves the collection of Lead resources.","description":"Retrieves the collection of Lead resources.","parameters":[{"name":"scoring","in":"query","description":"value ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"source","in":"query","description":"value ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"status","in":"query","description":"value ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"order_by","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postLeadCollection","tags":["Lead"],"responses":{"201":{"description":"Lead resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadDetailsOutput"}}},"links":{"GetLeadItem":{"operationId":"getLeadItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leads\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Lead resource.","description":"Creates a Lead resource.","parameters":[],"requestBody":{"description":"The new Lead resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leads\/by-filter":{"get":{"operationId":"get_group_filterLeadCollection","tags":["Lead"],"responses":{"200":{"description":"Lead collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lead.LeadGroupStatListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lead.LeadGroupStatListOutput"}}}}}},"summary":"Retrieves the collection of Lead resources.","description":"Retrieves the collection of Lead resources.","parameters":[{"name":"scoring","in":"query","description":"value ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"source","in":"query","description":"value ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/leads\/by-siren":{"post":{"operationId":"post_sirenLeadCollection","tags":["Lead"],"responses":{"201":{"description":"Lead resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadDetailsOutput"}}},"links":{"GetLeadItem":{"operationId":"getLeadItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leads\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Lead resource.","description":"Creates a Lead resource.","parameters":[],"requestBody":{"description":"The new Lead resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadPostSirenInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadPostSirenInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leads\/{id}":{"get":{"operationId":"getLeadItem","tags":["Lead"],"responses":{"200":{"description":"Lead resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Lead resource.","description":"Retrieves a Lead resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putLeadItem","tags":["Lead"],"responses":{"200":{"description":"Lead resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadDetailsOutput"}}},"links":{"GetLeadItem":{"operationId":"getLeadItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leads\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Lead resource.","description":"Replaces the Lead resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Lead resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteLeadItem","tags":["Lead"],"responses":{"204":{"description":"Lead resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Lead resource.","description":"Removes the Lead resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/leads\/{id}\/cancel":{"put":{"operationId":"put_cancelLeadItem","tags":["Lead"],"responses":{"200":{"description":"Lead resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadDetailsOutput"}}},"links":{"GetLeadItem":{"operationId":"getLeadItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leads\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Lead resource.","description":"Replaces the Lead resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Lead resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leads\/{id}\/push":{"put":{"operationId":"put_pushLeadItem","tags":["Lead"],"responses":{"200":{"description":"Lead resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadDetailsOutput"}}},"links":{"GetLeadItem":{"operationId":"getLeadItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/leads\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Lead resource.","description":"Replaces the Lead resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Lead resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lead.LeadPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/leis":{"get":{"operationId":"getLeiCollection","tags":["Lei"],"responses":{"200":{"description":"Lei collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lei-lei.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lei-lei.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of Lei resources.","description":"Retrieves the collection of Lei resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false},{"name":"siren","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/leis\/{id}":{"get":{"operationId":"getLeiItem","tags":["Lei"],"responses":{"200":{"description":"Lei resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lei-lei.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Lei-lei.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Lei resource.","description":"Retrieves a Lei resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/lemlist-campaigns":{"get":{"operationId":"getLemlistCampaignCollection","tags":["LemlistCampaign"],"responses":{"200":{"description":"LemlistCampaign collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LemlistCampaign-lemlist_campaign.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LemlistCampaign-lemlist_campaign.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of LemlistCampaign resources.","description":"Retrieves the collection of LemlistCampaign resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/lemlist-campaigns\/{id}":{"get":{"operationId":"getLemlistCampaignItem","tags":["LemlistCampaign"],"responses":{"200":{"description":"LemlistCampaign resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LemlistCampaign-lemlist_campaign.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LemlistCampaign-lemlist_campaign.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a LemlistCampaign resource.","description":"Retrieves a LemlistCampaign resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/lemlist-lead-statuss":{"get":{"operationId":"getLemlistLeadCollection","tags":["LemlistLead"],"responses":{"200":{"description":"LemlistLead collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LemlistLead-lemlist_lead_status.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LemlistLead-lemlist_lead_status.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of LemlistLead resources.","description":"Retrieves the collection of LemlistLead resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postLemlistLeadCollection","tags":["LemlistLead"],"responses":{"201":{"description":"LemlistLead resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LemlistLead-lemlist_lead_status.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LemlistLead-lemlist_lead_status.read.details_entity.created"}}},"links":{"GetLemlistLeadItem":{"operationId":"getLemlistLeadItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/lemlist-lead-statuss\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a LemlistLead resource.","description":"Creates a LemlistLead resource.","parameters":[],"requestBody":{"description":"The new LemlistLead resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LemlistLead-lemlist_lead_status.create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LemlistLead-lemlist_lead_status.create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/lemlist-lead-statuss\/{id}":{"get":{"operationId":"getLemlistLeadItem","tags":["LemlistLead"],"responses":{"200":{"description":"LemlistLead resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LemlistLead-lemlist_lead_status.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LemlistLead-lemlist_lead_status.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a LemlistLead resource.","description":"Retrieves a LemlistLead resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putLemlistLeadItem","tags":["LemlistLead"],"responses":{"200":{"description":"LemlistLead resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LemlistLead-lemlist_lead_status.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LemlistLead-lemlist_lead_status.read.details_entity.created"}}},"links":{"GetLemlistLeadItem":{"operationId":"getLemlistLeadItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/lemlist-lead-statuss\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the LemlistLead resource.","description":"Replaces the LemlistLead resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated LemlistLead resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LemlistLead-lemlist_lead_status.update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LemlistLead-lemlist_lead_status.update"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteLemlistLeadItem","tags":["LemlistLead"],"responses":{"204":{"description":"LemlistLead resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the LemlistLead resource.","description":"Removes the LemlistLead resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/linkedin-companys":{"get":{"operationId":"getLinkedinCompanyCollection","tags":["LinkedinCompany"],"responses":{"200":{"description":"LinkedinCompany collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LinkedinCompany-linkedin_company.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LinkedinCompany-linkedin_company.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of LinkedinCompany resources.","description":"Retrieves the collection of LinkedinCompany resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postLinkedinCompanyCollection","tags":["LinkedinCompany"],"responses":{"201":{"description":"LinkedinCompany resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LinkedinCompany-linkedin_company.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LinkedinCompany-linkedin_company.read.details_entity.created"}}},"links":{"GetLinkedinCompanyItem":{"operationId":"getLinkedinCompanyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/linkedin-companys\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a LinkedinCompany resource.","description":"Creates a LinkedinCompany resource.","parameters":[],"requestBody":{"description":"The new LinkedinCompany resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LinkedinCompany-linkedin_company.create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LinkedinCompany-linkedin_company.create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/linkedin-companys\/{id}":{"get":{"operationId":"getLinkedinCompanyItem","tags":["LinkedinCompany"],"responses":{"200":{"description":"LinkedinCompany resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LinkedinCompany-linkedin_company.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LinkedinCompany-linkedin_company.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a LinkedinCompany resource.","description":"Retrieves a LinkedinCompany resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putLinkedinCompanyItem","tags":["LinkedinCompany"],"responses":{"200":{"description":"LinkedinCompany resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LinkedinCompany-linkedin_company.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LinkedinCompany-linkedin_company.read.details_entity.created"}}},"links":{"GetLinkedinCompanyItem":{"operationId":"getLinkedinCompanyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/linkedin-companys\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the LinkedinCompany resource.","description":"Replaces the LinkedinCompany resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated LinkedinCompany resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LinkedinCompany-linkedin_company.update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LinkedinCompany-linkedin_company.update"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteLinkedinCompanyItem","tags":["LinkedinCompany"],"responses":{"204":{"description":"LinkedinCompany resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the LinkedinCompany resource.","description":"Removes the LinkedinCompany resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/linkedin-contacts":{"get":{"operationId":"getLinkedinContactCollection","tags":["LinkedinContact"],"responses":{"200":{"description":"LinkedinContact collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LinkedinContact-linkedin_contact.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/LinkedinContact-linkedin_contact.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of LinkedinContact resources.","description":"Retrieves the collection of LinkedinContact resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postLinkedinContactCollection","tags":["LinkedinContact"],"responses":{"201":{"description":"LinkedinContact resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LinkedinContact-linkedin_contact.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LinkedinContact-linkedin_contact.read.details_entity.created"}}},"links":{"GetLinkedinContactItem":{"operationId":"getLinkedinContactItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/linkedin-contacts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a LinkedinContact resource.","description":"Creates a LinkedinContact resource.","parameters":[],"requestBody":{"description":"The new LinkedinContact resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LinkedinContact-linkedin_contact.create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LinkedinContact-linkedin_contact.create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/linkedin-contacts\/{id}":{"get":{"operationId":"getLinkedinContactItem","tags":["LinkedinContact"],"responses":{"200":{"description":"LinkedinContact resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LinkedinContact-linkedin_contact.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LinkedinContact-linkedin_contact.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a LinkedinContact resource.","description":"Retrieves a LinkedinContact resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putLinkedinContactItem","tags":["LinkedinContact"],"responses":{"200":{"description":"LinkedinContact resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LinkedinContact-linkedin_contact.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LinkedinContact-linkedin_contact.read.details_entity.created"}}},"links":{"GetLinkedinContactItem":{"operationId":"getLinkedinContactItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/linkedin-contacts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the LinkedinContact resource.","description":"Replaces the LinkedinContact resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated LinkedinContact resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LinkedinContact-linkedin_contact.update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LinkedinContact-linkedin_contact.update"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteLinkedinContactItem","tags":["LinkedinContact"],"responses":{"204":{"description":"LinkedinContact resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the LinkedinContact resource.","description":"Removes the LinkedinContact resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-logs":{"get":{"operationId":"getNotificationLogCollection","tags":["NotificationLog"],"responses":{"200":{"description":"NotificationLog collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogListOutput"}}}}}},"summary":"Retrieves the collection of NotificationLog resources.","description":"Retrieves the collection of NotificationLog resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNotificationLogCollection","tags":["NotificationLog"],"responses":{"201":{"description":"NotificationLog resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}}},"links":{"GetNotificationLogItem":{"operationId":"getNotificationLogItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-logs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NotificationLog resource.","description":"Creates a NotificationLog resource.","parameters":[],"requestBody":{"description":"The new NotificationLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notification-logs\/{id}":{"get":{"operationId":"getNotificationLogItem","tags":["NotificationLog"],"responses":{"200":{"description":"NotificationLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NotificationLog resource.","description":"Retrieves a NotificationLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationLogItem","tags":["NotificationLog"],"responses":{"200":{"description":"NotificationLog resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}}},"links":{"GetNotificationLogItem":{"operationId":"getNotificationLogItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-logs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NotificationLog resource.","description":"Replaces the NotificationLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NotificationLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationLogItem","tags":["NotificationLog"],"responses":{"204":{"description":"NotificationLog resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NotificationLog resource.","description":"Removes the NotificationLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-templates":{"get":{"operationId":"getNotificationTemplateCollection","tags":["NotificationTemplate"],"responses":{"200":{"description":"NotificationTemplate collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateListOutput"}}}}}},"summary":"Retrieves the collection of NotificationTemplate resources.","description":"Retrieves the collection of NotificationTemplate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNotificationTemplateCollection","tags":["NotificationTemplate"],"responses":{"201":{"description":"NotificationTemplate resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}}},"links":{"GetNotificationTemplateItem":{"operationId":"getNotificationTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NotificationTemplate resource.","description":"Creates a NotificationTemplate resource.","parameters":[],"requestBody":{"description":"The new NotificationTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplatePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplatePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notification-templates\/{id}":{"get":{"operationId":"getNotificationTemplateItem","tags":["NotificationTemplate"],"responses":{"200":{"description":"NotificationTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NotificationTemplate resource.","description":"Retrieves a NotificationTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationTemplateItem","tags":["NotificationTemplate"],"responses":{"200":{"description":"NotificationTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}}},"links":{"GetNotificationTemplateItem":{"operationId":"getNotificationTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NotificationTemplate resource.","description":"Replaces the NotificationTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NotificationTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplatePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplatePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationTemplateItem","tags":["NotificationTemplate"],"responses":{"204":{"description":"NotificationTemplate resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NotificationTemplate resource.","description":"Removes the NotificationTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-types":{"get":{"operationId":"getNotificationTypeCollection","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeListOutput"}}}}}},"summary":"Retrieves the collection of NotificationType resources.","description":"Retrieves the collection of NotificationType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNotificationTypeCollection","tags":["NotificationType"],"responses":{"201":{"description":"NotificationType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}}},"links":{"GetNotificationTypeItem":{"operationId":"getNotificationTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NotificationType resource.","description":"Creates a NotificationType resource.","parameters":[],"requestBody":{"description":"The new NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notification-types\/{id}":{"get":{"operationId":"getNotificationTypeItem","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NotificationType resource.","description":"Retrieves a NotificationType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationTypeItem","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}}},"links":{"GetNotificationTypeItem":{"operationId":"getNotificationTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NotificationType resource.","description":"Replaces the NotificationType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationTypeItem","tags":["NotificationType"],"responses":{"204":{"description":"NotificationType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NotificationType resource.","description":"Removes the NotificationType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notifications":{"get":{"operationId":"getNotificationCollection","tags":["Notification"],"responses":{"200":{"description":"Notification collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification.NotificationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification.NotificationListOutput"}}}}}},"summary":"Retrieves the collection of Notification resources.","description":"Retrieves the collection of Notification resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNotificationCollection","tags":["Notification"],"responses":{"201":{"description":"Notification resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}}},"links":{"GetNotificationItem":{"operationId":"getNotificationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notifications\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Notification resource.","description":"Creates a Notification resource.","parameters":[],"requestBody":{"description":"The new Notification resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notifications\/{id}":{"get":{"operationId":"getNotificationItem","tags":["Notification"],"responses":{"200":{"description":"Notification resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Notification resource.","description":"Retrieves a Notification resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationItem","tags":["Notification"],"responses":{"200":{"description":"Notification resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}}},"links":{"GetNotificationItem":{"operationId":"getNotificationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notifications\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Notification resource.","description":"Replaces the Notification resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Notification resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationItem","tags":["Notification"],"responses":{"204":{"description":"Notification resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Notification resource.","description":"Removes the Notification resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/partial-contacts":{"get":{"operationId":"getPartialContactCollection","tags":["PartialContact"],"responses":{"200":{"description":"PartialContact collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PartialContact"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PartialContact"}}}}}},"summary":"Retrieves the collection of PartialContact resources.","description":"Retrieves the collection of PartialContact resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPartialContactCollection","tags":["PartialContact"],"responses":{"201":{"description":"PartialContact resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartialContact"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartialContact"}}},"links":{"GetPartialContactItem":{"operationId":"getPartialContactItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/partial-contacts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PartialContact resource.","description":"Creates a PartialContact resource.","parameters":[],"requestBody":{"description":"The new PartialContact resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartialContact"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartialContact"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/partial-contacts\/{id}":{"get":{"operationId":"getPartialContactItem","tags":["PartialContact"],"responses":{"200":{"description":"PartialContact resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartialContact"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartialContact"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PartialContact resource.","description":"Retrieves a PartialContact resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPartialContactItem","tags":["PartialContact"],"responses":{"200":{"description":"PartialContact resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartialContact"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartialContact"}}},"links":{"GetPartialContactItem":{"operationId":"getPartialContactItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/partial-contacts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PartialContact resource.","description":"Replaces the PartialContact resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PartialContact resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartialContact"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartialContact"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePartialContactItem","tags":["PartialContact"],"responses":{"204":{"description":"PartialContact resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PartialContact resource.","description":"Removes the PartialContact resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/representatives":{"get":{"operationId":"getRepresentativeCollection","tags":["Representative"],"responses":{"200":{"description":"Representative collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Representative-representative.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Representative-representative.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of Representative resources.","description":"Retrieves the collection of Representative resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postRepresentativeCollection","tags":["Representative"],"responses":{"201":{"description":"Representative resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Representative-representative.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Representative-representative.read.details_entity.created"}}},"links":{"GetRepresentativeItem":{"operationId":"getRepresentativeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/representatives\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Representative resource.","description":"Creates a Representative resource.","parameters":[],"requestBody":{"description":"The new Representative resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Representative-representative.create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Representative-representative.create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/representatives\/{id}":{"get":{"operationId":"getRepresentativeItem","tags":["Representative"],"responses":{"200":{"description":"Representative resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Representative-representative.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Representative-representative.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Representative resource.","description":"Retrieves a Representative resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putRepresentativeItem","tags":["Representative"],"responses":{"200":{"description":"Representative resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Representative-representative.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Representative-representative.read.details_entity.created"}}},"links":{"GetRepresentativeItem":{"operationId":"getRepresentativeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/representatives\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Representative resource.","description":"Replaces the Representative resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Representative resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Representative-representative.update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Representative-representative.update"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteRepresentativeItem","tags":["Representative"],"responses":{"204":{"description":"Representative resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Representative resource.","description":"Removes the Representative resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/salesforce-company-statuses":{"get":{"operationId":"getSalesforceCompanyStatusCollection","tags":["SalesforceCompanyStatus"],"responses":{"200":{"description":"SalesforceCompanyStatus collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SalesforceCompanyStatus-salesforce_company_status.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SalesforceCompanyStatus-salesforce_company_status.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of SalesforceCompanyStatus resources.","description":"Retrieves the collection of SalesforceCompanyStatus resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSalesforceCompanyStatusCollection","tags":["SalesforceCompanyStatus"],"responses":{"201":{"description":"SalesforceCompanyStatus resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesforceCompanyStatus-salesforce_company_status.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SalesforceCompanyStatus-salesforce_company_status.read.details_entity.created"}}},"links":{"GetSalesforceCompanyStatusItem":{"operationId":"getSalesforceCompanyStatusItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/salesforce-company-statuses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a SalesforceCompanyStatus resource.","description":"Creates a SalesforceCompanyStatus resource.","parameters":[],"requestBody":{"description":"The new SalesforceCompanyStatus resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesforceCompanyStatus-salesforce_company_status.create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SalesforceCompanyStatus-salesforce_company_status.create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/salesforce-company-statuses\/{id}":{"get":{"operationId":"getSalesforceCompanyStatusItem","tags":["SalesforceCompanyStatus"],"responses":{"200":{"description":"SalesforceCompanyStatus resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesforceCompanyStatus-salesforce_company_status.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SalesforceCompanyStatus-salesforce_company_status.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SalesforceCompanyStatus resource.","description":"Retrieves a SalesforceCompanyStatus resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSalesforceCompanyStatusItem","tags":["SalesforceCompanyStatus"],"responses":{"200":{"description":"SalesforceCompanyStatus resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesforceCompanyStatus-salesforce_company_status.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SalesforceCompanyStatus-salesforce_company_status.read.details_entity.created"}}},"links":{"GetSalesforceCompanyStatusItem":{"operationId":"getSalesforceCompanyStatusItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/salesforce-company-statuses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SalesforceCompanyStatus resource.","description":"Replaces the SalesforceCompanyStatus resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SalesforceCompanyStatus resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesforceCompanyStatus-salesforce_company_status.update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SalesforceCompanyStatus-salesforce_company_status.update"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/salesforce-company-statuss\/{id}":{"delete":{"operationId":"deleteSalesforceCompanyStatusItem","tags":["SalesforceCompanyStatus"],"responses":{"204":{"description":"SalesforceCompanyStatus resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the SalesforceCompanyStatus resource.","description":"Removes the SalesforceCompanyStatus resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/salesforce-contact-statuses":{"get":{"operationId":"getSalesforceContactStatusCollection","tags":["SalesforceContactStatus"],"responses":{"200":{"description":"SalesforceContactStatus collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SalesforceContactStatus-salesforce_contact_status.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SalesforceContactStatus-salesforce_contact_status.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of SalesforceContactStatus resources.","description":"Retrieves the collection of SalesforceContactStatus resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSalesforceContactStatusCollection","tags":["SalesforceContactStatus"],"responses":{"201":{"description":"SalesforceContactStatus resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesforceContactStatus-salesforce_contact_status.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SalesforceContactStatus-salesforce_contact_status.read.details_entity.created"}}},"links":{"GetSalesforceContactStatusItem":{"operationId":"getSalesforceContactStatusItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/salesforce-contact-statuses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a SalesforceContactStatus resource.","description":"Creates a SalesforceContactStatus resource.","parameters":[],"requestBody":{"description":"The new SalesforceContactStatus resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesforceContactStatus-salesforce_contact_status.create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SalesforceContactStatus-salesforce_contact_status.create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/salesforce-contact-statuses\/{id}":{"get":{"operationId":"getSalesforceContactStatusItem","tags":["SalesforceContactStatus"],"responses":{"200":{"description":"SalesforceContactStatus resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesforceContactStatus-salesforce_contact_status.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SalesforceContactStatus-salesforce_contact_status.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SalesforceContactStatus resource.","description":"Retrieves a SalesforceContactStatus resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSalesforceContactStatusItem","tags":["SalesforceContactStatus"],"responses":{"200":{"description":"SalesforceContactStatus resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesforceContactStatus-salesforce_contact_status.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SalesforceContactStatus-salesforce_contact_status.read.details_entity.created"}}},"links":{"GetSalesforceContactStatusItem":{"operationId":"getSalesforceContactStatusItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/salesforce-contact-statuses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SalesforceContactStatus resource.","description":"Replaces the SalesforceContactStatus resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SalesforceContactStatus resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SalesforceContactStatus-salesforce_contact_status.update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SalesforceContactStatus-salesforce_contact_status.update"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/salesforce-contact-statuss\/{id}":{"delete":{"operationId":"deleteSalesforceContactStatusItem","tags":["SalesforceContactStatus"],"responses":{"204":{"description":"SalesforceContactStatus resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the SalesforceContactStatus resource.","description":"Removes the SalesforceContactStatus resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/scoring-main-activities":{"get":{"operationId":"getScoringMainActivityCollection","tags":["ScoringMainActivity"],"responses":{"200":{"description":"ScoringMainActivity collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ScoringMainActivity-main_activity.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ScoringMainActivity-main_activity.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of ScoringMainActivity resources.","description":"Retrieves the collection of ScoringMainActivity resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postScoringMainActivityCollection","tags":["ScoringMainActivity"],"responses":{"201":{"description":"ScoringMainActivity resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ScoringMainActivity-main_activity.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ScoringMainActivity-main_activity.read.details_entity.created"}}},"links":{"GetScoringMainActivityItem":{"operationId":"getScoringMainActivityItem","parameters":{"mainActivityCode":"$response.body#\/mainActivityCode"},"description":"The `mainActivityCode` value returned in the response can be used as the `mainActivityCode` parameter in `GET \/api\/scoring-main-activities\/{mainActivityCode}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ScoringMainActivity resource.","description":"Creates a ScoringMainActivity resource.","parameters":[],"requestBody":{"description":"The new ScoringMainActivity resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ScoringMainActivity-main_activity.create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ScoringMainActivity-main_activity.create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/scoring-main-activities\/{mainActivityCode}":{"get":{"operationId":"getScoringMainActivityItem","tags":["ScoringMainActivity"],"responses":{"200":{"description":"ScoringMainActivity resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ScoringMainActivity-main_activity.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ScoringMainActivity-main_activity.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ScoringMainActivity resource.","description":"Retrieves a ScoringMainActivity resource.","parameters":[{"name":"mainActivityCode","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putScoringMainActivityItem","tags":["ScoringMainActivity"],"responses":{"200":{"description":"ScoringMainActivity resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ScoringMainActivity-main_activity.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ScoringMainActivity-main_activity.read.details_entity.created"}}},"links":{"GetScoringMainActivityItem":{"operationId":"getScoringMainActivityItem","parameters":{"mainActivityCode":"$response.body#\/mainActivityCode"},"description":"The `mainActivityCode` value returned in the response can be used as the `mainActivityCode` parameter in `GET \/api\/scoring-main-activities\/{mainActivityCode}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ScoringMainActivity resource.","description":"Replaces the ScoringMainActivity resource.","parameters":[{"name":"mainActivityCode","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ScoringMainActivity resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ScoringMainActivity-main_activity.update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ScoringMainActivity-main_activity.update"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteScoringMainActivityItem","tags":["ScoringMainActivity"],"responses":{"204":{"description":"ScoringMainActivity resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ScoringMainActivity resource.","description":"Removes the ScoringMainActivity resource.","parameters":[{"name":"mainActivityCode","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/scoring-representatives":{"get":{"operationId":"getScoringRepresentativeCollection","tags":["ScoringRepresentative"],"responses":{"200":{"description":"ScoringRepresentative collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ScoringRepresentative-scoringrepresentative.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ScoringRepresentative-scoringrepresentative.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of ScoringRepresentative resources.","description":"Retrieves the collection of ScoringRepresentative resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postScoringRepresentativeCollection","tags":["ScoringRepresentative"],"responses":{"201":{"description":"ScoringRepresentative resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ScoringRepresentative-scoringrepresentative.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ScoringRepresentative-scoringrepresentative.read.details_entity.created"}}},"links":{"GetScoringRepresentativeItem":{"operationId":"getScoringRepresentativeItem","parameters":{"wording":"$response.body#\/wording"},"description":"The `wording` value returned in the response can be used as the `wording` parameter in `GET \/api\/scoring-representatives\/{wording}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ScoringRepresentative resource.","description":"Creates a ScoringRepresentative resource.","parameters":[],"requestBody":{"description":"The new ScoringRepresentative resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ScoringRepresentative-scoringrepresentative.create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ScoringRepresentative-scoringrepresentative.create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/scoring-representatives\/{wording}":{"get":{"operationId":"getScoringRepresentativeItem","tags":["ScoringRepresentative"],"responses":{"200":{"description":"ScoringRepresentative resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ScoringRepresentative-scoringrepresentative.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ScoringRepresentative-scoringrepresentative.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ScoringRepresentative resource.","description":"Retrieves a ScoringRepresentative resource.","parameters":[{"name":"wording","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putScoringRepresentativeItem","tags":["ScoringRepresentative"],"responses":{"200":{"description":"ScoringRepresentative resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ScoringRepresentative-scoringrepresentative.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ScoringRepresentative-scoringrepresentative.read.details_entity.created"}}},"links":{"GetScoringRepresentativeItem":{"operationId":"getScoringRepresentativeItem","parameters":{"wording":"$response.body#\/wording"},"description":"The `wording` value returned in the response can be used as the `wording` parameter in `GET \/api\/scoring-representatives\/{wording}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ScoringRepresentative resource.","description":"Replaces the ScoringRepresentative resource.","parameters":[{"name":"wording","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ScoringRepresentative resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ScoringRepresentative-scoringrepresentative.update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ScoringRepresentative-scoringrepresentative.update"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteScoringRepresentativeItem","tags":["ScoringRepresentative"],"responses":{"204":{"description":"ScoringRepresentative resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ScoringRepresentative resource.","description":"Removes the ScoringRepresentative resource.","parameters":[{"name":"wording","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/synchronizations":{"get":{"operationId":"getSynchronizationCollection","tags":["Synchronization"],"responses":{"200":{"description":"Synchronization collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Synchronization-synchronization.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Synchronization-synchronization.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of Synchronization resources.","description":"Retrieves the collection of Synchronization resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSynchronizationCollection","tags":["Synchronization"],"responses":{"201":{"description":"Synchronization resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Synchronization-synchronization.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Synchronization-synchronization.read.details_entity.created"}}},"links":{"GetSynchronizationItem":{"operationId":"getSynchronizationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/synchronizations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Synchronization resource.","description":"Creates a Synchronization resource.","parameters":[],"requestBody":{"description":"The new Synchronization resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Synchronization-synchronization.create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Synchronization-synchronization.create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/synchronizations\/{id}":{"get":{"operationId":"getSynchronizationItem","tags":["Synchronization"],"responses":{"200":{"description":"Synchronization resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Synchronization-synchronization.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Synchronization-synchronization.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Synchronization resource.","description":"Retrieves a Synchronization resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSynchronizationItem","tags":["Synchronization"],"responses":{"200":{"description":"Synchronization resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Synchronization-synchronization.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Synchronization-synchronization.read.details_entity.created"}}},"links":{"GetSynchronizationItem":{"operationId":"getSynchronizationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/synchronizations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Synchronization resource.","description":"Replaces the Synchronization resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Synchronization resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Synchronization-synchronization.update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Synchronization-synchronization.update"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSynchronizationItem","tags":["Synchronization"],"responses":{"204":{"description":"Synchronization resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Synchronization resource.","description":"Removes the Synchronization resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/system-configurations":{"get":{"operationId":"getSystemConfigurationCollection","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}}}}},"summary":"Retrieves the collection of SystemConfiguration resources.","description":"Retrieves the collection of SystemConfiguration resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSystemConfigurationCollection","tags":["SystemConfiguration"],"responses":{"201":{"description":"SystemConfiguration resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}}},"links":{"GetSystemConfigurationItem":{"operationId":"getSystemConfigurationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/system-configurations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a SystemConfiguration resource.","description":"Creates a SystemConfiguration resource.","parameters":[],"requestBody":{"description":"The new SystemConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/system-configurations\/connexion":{"get":{"operationId":"get_connexionSystemConfigurationCollection","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}}}}},"summary":"Retrieves the collection of SystemConfiguration resources.","description":"Retrieves the collection of SystemConfiguration resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/system-configurations\/{id}":{"get":{"operationId":"getSystemConfigurationItem","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SystemConfiguration resource.","description":"Retrieves a SystemConfiguration resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSystemConfigurationItem","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}}},"links":{"GetSystemConfigurationItem":{"operationId":"getSystemConfigurationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/system-configurations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SystemConfiguration resource.","description":"Replaces the SystemConfiguration resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SystemConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/token\/authentication":{"ref":"JWT Token","post":{"operationId":"adminPostCredentialsItem","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token to admin login.","description":"Get JWT token to admin login.","parameters":[],"requestBody":{"description":"Generate new JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Credentials"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/token\/refresh":{"ref":"Refresh JWT Token","post":{"operationId":"adminRefreshToken","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Refresh JWT token to admin login.","description":"Refresh JWT token to admin login.","parameters":[],"requestBody":{"description":"Refresh JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RefeshToken"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/users":{"get":{"operationId":"getUserCollection","tags":["User"],"responses":{"200":{"description":"User collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-user.read.list_entity.created"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User-user.read.list_entity.created"}}}}}},"summary":"Retrieves the collection of User resources.","description":"Retrieves the collection of User resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postUserCollection","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-user.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-user.read.details_entity.created"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a User resource.","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-user.create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-user.create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/users\/{id}":{"get":{"operationId":"getUserItem","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-user.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-user.read.details_entity.created"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a User resource.","description":"Retrieves a User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putUserItem","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-user.read.details_entity.created"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-user.read.details_entity.created"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the User resource.","description":"Replaces the User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-user.update"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-user.update"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteUserItem","tags":["User"],"responses":{"204":{"description":"User resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the User resource.","description":"Removes the User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]}},"components":{"schemas":{"Account":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Account.","type":"integer"},"name":{"minLength":3,"maxLength":255,"description":"Name of the application.","type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}},"required":["name"]},"Account-account.create":{"type":"object","description":""},"Account-account.read.details_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Account.","type":"integer"},"name":{"minLength":3,"maxLength":255,"description":"Name of the application.","type":"string"}},"required":["name"]},"Account-account.read.list_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Account.","type":"integer"},"name":{"minLength":3,"maxLength":255,"description":"Name of the application.","type":"string"}},"required":["name"]},"Account-account.update":{"type":"object","description":""},"Application":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Application.","type":"integer"},"uuid":{"description":"name of the application.","type":"string"},"webhookUrl":{"type":"string","nullable":true},"name":{"minLength":3,"maxLength":255,"description":"name of the application.","type":"string"},"contactEmail":{"format":"email","description":"contact email for the application.","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string"},"account":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}},"required":["name","contactEmail"]},"Application-act.create":{"type":"object","description":""},"Application-act.update":{"type":"object","description":""},"Application-application.read.details_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Application.","type":"integer"},"uuid":{"description":"name of the application.","type":"string"},"webhookUrl":{"type":"string","nullable":true},"name":{"minLength":3,"maxLength":255,"description":"name of the application.","type":"string"},"contactEmail":{"format":"email","description":"contact email for the application.","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string"},"account":{"type":"string","format":"iri-reference"}},"required":["name","contactEmail"]},"Application-application.read.list_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Application.","type":"integer"},"name":{"minLength":3,"maxLength":255,"description":"name of the application.","type":"string"}},"required":["name"]},"Company":{"type":"object","description":"","properties":{"siren":{"description":"Identifier of the Company.","type":"string"},"siret":{"type":"string","nullable":true},"statutdiffusion":{"type":"string","nullable":true},"isInseePurge":{"type":"string","nullable":true},"creationDate":{"type":"string","nullable":true},"acronym":{"type":"string","nullable":true},"sex":{"type":"string","nullable":true},"firstName1":{"type":"string","nullable":true},"firstName2":{"type":"string","nullable":true},"firstName3":{"type":"string","nullable":true},"firstName4":{"type":"string","nullable":true},"usualFirstName":{"type":"string","nullable":true},"pseudonym":{"type":"string","nullable":true},"associationId":{"type":"string","nullable":true},"workforce":{"type":"string","format":"iri-reference","nullable":true},"yearStaff":{"type":"string","nullable":true},"lastInseeUpdate":{"type":"string","nullable":true},"nbPeriod":{"type":"string","nullable":true},"category":{"type":"string","nullable":true},"yearCategory":{"type":"string","nullable":true},"commercialName":{"type":"string","nullable":true},"startDate":{"type":"string","nullable":true},"inseeAdministratifStatus":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"usualName":{"type":"string","nullable":true},"denomination":{"type":"string","nullable":true},"usualDenomination1":{"type":"string","nullable":true},"usualDenomination2":{"type":"string","nullable":true},"usualDenomination3":{"type":"string","nullable":true},"legalCategoryCode":{"type":"string","nullable":true},"mainActivity":{"type":"string","format":"iri-reference","nullable":true},"mainActivityNomenclature":{"type":"string","nullable":true},"nic":{"type":"string","nullable":true},"solidaritySocialEconomy":{"type":"string","nullable":true},"employerType":{"type":"string","nullable":true},"activityLabel":{"type":"string","nullable":true},"dateClosingExerExcep":{"type":"string","nullable":true},"dateClosingExer":{"type":"string","nullable":true},"capitalAmount":{"type":"string","nullable":true},"minCapitalAmount":{"type":"string","nullable":true},"capitalType":{"type":"string","nullable":true},"codeGreffe":{"type":"string","nullable":true},"itinerantActivity":{"type":"string","nullable":true},"seasonalActivity":{"type":"string","nullable":true},"nonSedentalActivity":{"type":"string","nullable":true},"nbEtablishmentActif":{"default":-1,"example":-1,"type":"integer"},"eoriNumber":{"type":"string","nullable":true},"leiNumber":{"type":"string","nullable":true},"leiRenewalDate":{"type":"string","format":"date-time","nullable":true},"leiSubscriptionDate":{"type":"string","format":"date-time","nullable":true},"leiCompanyStatus":{"type":"string","nullable":true},"leiRegistrationStatus":{"type":"string","nullable":true},"pmDuration":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"complementAddress":{"type":"string","nullable":true},"streetNumber":{"type":"string","nullable":true},"streetNumberIndice":{"type":"string","nullable":true},"streetType":{"type":"string","nullable":true},"streetName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"cityName":{"type":"string","nullable":true},"cityForeignerName":{"type":"string","nullable":true},"specialDistribution":{"type":"string","nullable":true},"cityCode":{"type":"string","nullable":true},"cedexCode":{"type":"string","nullable":true},"cedexLabel":{"type":"string","nullable":true},"codeCountryForeigner":{"type":"string","nullable":true},"countryForeignerName":{"type":"string","nullable":true},"complementAddress2":{"type":"string","nullable":true},"streetNumber2":{"type":"string","nullable":true},"streetNumberIndice2":{"type":"string","nullable":true},"streetType2":{"type":"string","nullable":true},"streetName2":{"type":"string","nullable":true},"codePostal2":{"type":"string","nullable":true},"cityName2":{"type":"string","nullable":true},"cityForeignerName2":{"type":"string","nullable":true},"specialDistribution2":{"type":"string","nullable":true},"cityCode2":{"type":"string","nullable":true},"cedexCode2":{"type":"string","nullable":true},"cedexLabel2":{"type":"string","nullable":true},"codeCountryForeigner2":{"type":"string","nullable":true},"countryForeignerName2":{"type":"string","nullable":true},"sign1":{"type":"string","nullable":true},"sign2":{"type":"string","nullable":true},"sign3":{"type":"string","nullable":true},"usualDenomination":{"type":"string","nullable":true},"turnover":{"type":"string","nullable":true},"turnoverDate":{"type":"string","nullable":true},"overview":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"linkedin":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"fxGainLosses":{"type":"string","nullable":true},"fxGainLosses2":{"type":"string","nullable":true},"fxGainLosses3":{"type":"string","nullable":true},"judgements":{"type":"array","items":{"type":"string"},"nullable":true},"notificationEnrichmentStatus":{"type":"integer"},"representativeAndBeneficiariesEnrichmentStatus":{"type":"integer"},"scoring":{"type":"integer","nullable":true},"sendToMarketingAutomation":{"type":"boolean"},"isClosed":{"type":"boolean"},"dianes":{"readOnly":true,"description":"Get the value of dianes","type":"array","items":{"type":"string","format":"iri-reference"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"street":{"readOnly":true,"description":"Get the value of street"},"deleted":{"readOnly":true,"type":"boolean"}}},"Company-company.create":{"type":"object","description":""},"Company-company.read.details_entity.created":{"type":"object","description":"","properties":{"siren":{"description":"Identifier of the Company.","type":"string"},"siret":{"type":"string","nullable":true},"statutdiffusion":{"type":"string","nullable":true},"isInseePurge":{"type":"string","nullable":true},"creationDate":{"type":"string","nullable":true},"acronym":{"type":"string","nullable":true},"sex":{"type":"string","nullable":true},"firstName1":{"type":"string","nullable":true},"firstName2":{"type":"string","nullable":true},"firstName3":{"type":"string","nullable":true},"firstName4":{"type":"string","nullable":true},"usualFirstName":{"type":"string","nullable":true},"pseudonym":{"type":"string","nullable":true},"associationId":{"type":"string","nullable":true},"workforce":{"type":"string","format":"iri-reference","nullable":true},"yearStaff":{"type":"string","nullable":true},"lastInseeUpdate":{"type":"string","nullable":true},"nbPeriod":{"type":"string","nullable":true},"category":{"type":"string","nullable":true},"yearCategory":{"type":"string","nullable":true},"commercialName":{"type":"string","nullable":true},"startDate":{"type":"string","nullable":true},"inseeAdministratifStatus":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"usualName":{"type":"string","nullable":true},"denomination":{"type":"string","nullable":true},"usualDenomination1":{"type":"string","nullable":true},"usualDenomination2":{"type":"string","nullable":true},"usualDenomination3":{"type":"string","nullable":true},"legalCategoryCode":{"type":"string","nullable":true},"mainActivity":{"type":"string","format":"iri-reference","nullable":true},"mainActivityNomenclature":{"type":"string","nullable":true},"nic":{"type":"string","nullable":true},"solidaritySocialEconomy":{"type":"string","nullable":true},"employerType":{"type":"string","nullable":true},"activityLabel":{"type":"string","nullable":true},"dateClosingExerExcep":{"type":"string","nullable":true},"dateClosingExer":{"type":"string","nullable":true},"capitalAmount":{"type":"string","nullable":true},"minCapitalAmount":{"type":"string","nullable":true},"capitalType":{"type":"string","nullable":true},"codeGreffe":{"type":"string","nullable":true},"itinerantActivity":{"type":"string","nullable":true},"seasonalActivity":{"type":"string","nullable":true},"nonSedentalActivity":{"type":"string","nullable":true},"nbEtablishmentActif":{"default":-1,"example":-1,"type":"integer"},"eoriNumber":{"type":"string","nullable":true},"leiNumber":{"type":"string","nullable":true},"leiRenewalDate":{"type":"string","format":"date-time","nullable":true},"leiSubscriptionDate":{"type":"string","format":"date-time","nullable":true},"leiCompanyStatus":{"type":"string","nullable":true},"leiRegistrationStatus":{"type":"string","nullable":true},"pmDuration":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"complementAddress":{"type":"string","nullable":true},"streetNumber":{"type":"string","nullable":true},"streetNumberIndice":{"type":"string","nullable":true},"streetType":{"type":"string","nullable":true},"streetName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"cityName":{"type":"string","nullable":true},"cityForeignerName":{"type":"string","nullable":true},"specialDistribution":{"type":"string","nullable":true},"cityCode":{"type":"string","nullable":true},"cedexCode":{"type":"string","nullable":true},"cedexLabel":{"type":"string","nullable":true},"codeCountryForeigner":{"type":"string","nullable":true},"countryForeignerName":{"type":"string","nullable":true},"complementAddress2":{"type":"string","nullable":true},"streetNumber2":{"type":"string","nullable":true},"streetNumberIndice2":{"type":"string","nullable":true},"streetType2":{"type":"string","nullable":true},"streetName2":{"type":"string","nullable":true},"codePostal2":{"type":"string","nullable":true},"cityName2":{"type":"string","nullable":true},"cityForeignerName2":{"type":"string","nullable":true},"specialDistribution2":{"type":"string","nullable":true},"cityCode2":{"type":"string","nullable":true},"cedexCode2":{"type":"string","nullable":true},"cedexLabel2":{"type":"string","nullable":true},"codeCountryForeigner2":{"type":"string","nullable":true},"countryForeignerName2":{"type":"string","nullable":true},"sign1":{"type":"string","nullable":true},"sign2":{"type":"string","nullable":true},"sign3":{"type":"string","nullable":true},"usualDenomination":{"type":"string","nullable":true},"turnover":{"type":"string","nullable":true},"turnoverDate":{"type":"string","nullable":true},"overview":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"linkedin":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"fxGainLosses":{"type":"string","nullable":true},"fxGainLosses2":{"type":"string","nullable":true},"fxGainLosses3":{"type":"string","nullable":true},"judgements":{"type":"array","items":{"type":"string"},"nullable":true},"notificationEnrichmentStatus":{"type":"integer"},"representativeAndBeneficiariesEnrichmentStatus":{"type":"integer"}}},"Company-company.read.list_entity.created":{"type":"object","description":"","properties":{"siren":{"description":"Identifier of the Company.","type":"string"},"siret":{"type":"string","nullable":true},"statutdiffusion":{"type":"string","nullable":true},"isInseePurge":{"type":"string","nullable":true},"creationDate":{"type":"string","nullable":true},"acronym":{"type":"string","nullable":true},"sex":{"type":"string","nullable":true},"firstName1":{"type":"string","nullable":true},"firstName2":{"type":"string","nullable":true},"firstName3":{"type":"string","nullable":true},"firstName4":{"type":"string","nullable":true},"usualFirstName":{"type":"string","nullable":true},"pseudonym":{"type":"string","nullable":true},"associationId":{"type":"string","nullable":true},"workforce":{"type":"string","format":"iri-reference","nullable":true},"yearStaff":{"type":"string","nullable":true},"lastInseeUpdate":{"type":"string","nullable":true},"nbPeriod":{"type":"string","nullable":true},"category":{"type":"string","nullable":true},"yearCategory":{"type":"string","nullable":true},"commercialName":{"type":"string","nullable":true},"startDate":{"type":"string","nullable":true},"inseeAdministratifStatus":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"usualName":{"type":"string","nullable":true},"denomination":{"type":"string","nullable":true},"usualDenomination1":{"type":"string","nullable":true},"usualDenomination2":{"type":"string","nullable":true},"usualDenomination3":{"type":"string","nullable":true},"legalCategoryCode":{"type":"string","nullable":true},"mainActivity":{"type":"string","format":"iri-reference","nullable":true},"mainActivityNomenclature":{"type":"string","nullable":true},"nic":{"type":"string","nullable":true},"solidaritySocialEconomy":{"type":"string","nullable":true},"employerType":{"type":"string","nullable":true},"activityLabel":{"type":"string","nullable":true},"dateClosingExerExcep":{"type":"string","nullable":true},"dateClosingExer":{"type":"string","nullable":true},"capitalAmount":{"type":"string","nullable":true},"minCapitalAmount":{"type":"string","nullable":true},"capitalType":{"type":"string","nullable":true},"codeGreffe":{"type":"string","nullable":true},"itinerantActivity":{"type":"string","nullable":true},"seasonalActivity":{"type":"string","nullable":true},"nonSedentalActivity":{"type":"string","nullable":true},"nbEtablishmentActif":{"default":-1,"example":-1,"type":"integer"},"eoriNumber":{"type":"string","nullable":true},"leiNumber":{"type":"string","nullable":true},"leiRenewalDate":{"type":"string","format":"date-time","nullable":true},"leiSubscriptionDate":{"type":"string","format":"date-time","nullable":true},"leiCompanyStatus":{"type":"string","nullable":true},"leiRegistrationStatus":{"type":"string","nullable":true},"pmDuration":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"complementAddress":{"type":"string","nullable":true},"streetNumber":{"type":"string","nullable":true},"streetNumberIndice":{"type":"string","nullable":true},"streetType":{"type":"string","nullable":true},"streetName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"cityName":{"type":"string","nullable":true},"cityForeignerName":{"type":"string","nullable":true},"specialDistribution":{"type":"string","nullable":true},"cityCode":{"type":"string","nullable":true},"cedexCode":{"type":"string","nullable":true},"cedexLabel":{"type":"string","nullable":true},"codeCountryForeigner":{"type":"string","nullable":true},"countryForeignerName":{"type":"string","nullable":true},"complementAddress2":{"type":"string","nullable":true},"streetNumber2":{"type":"string","nullable":true},"streetNumberIndice2":{"type":"string","nullable":true},"streetType2":{"type":"string","nullable":true},"streetName2":{"type":"string","nullable":true},"codePostal2":{"type":"string","nullable":true},"cityName2":{"type":"string","nullable":true},"cityForeignerName2":{"type":"string","nullable":true},"specialDistribution2":{"type":"string","nullable":true},"cityCode2":{"type":"string","nullable":true},"cedexCode2":{"type":"string","nullable":true},"cedexLabel2":{"type":"string","nullable":true},"codeCountryForeigner2":{"type":"string","nullable":true},"countryForeignerName2":{"type":"string","nullable":true},"sign1":{"type":"string","nullable":true},"sign2":{"type":"string","nullable":true},"sign3":{"type":"string","nullable":true},"usualDenomination":{"type":"string","nullable":true},"turnover":{"type":"string","nullable":true},"turnoverDate":{"type":"string","nullable":true},"overview":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"linkedin":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"fxGainLosses":{"type":"string","nullable":true},"fxGainLosses2":{"type":"string","nullable":true},"fxGainLosses3":{"type":"string","nullable":true},"judgements":{"type":"array","items":{"type":"string"},"nullable":true},"notificationEnrichmentStatus":{"type":"integer"},"representativeAndBeneficiariesEnrichmentStatus":{"type":"integer"}}},"Company-company.update":{"type":"object","description":""},"Contact":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Contact.","type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"company":{"type":"string","format":"iri-reference"},"qualities":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"birthDate":{"type":"string","format":"date-time","nullable":true},"emails":{"type":"array","items":{"type":"string"},"nullable":true},"phones":{"type":"array","items":{"type":"string"},"nullable":true},"linkedin":{"type":"string","nullable":true},"dropcontactBachId":{"type":"string","nullable":true},"isPrincipal":{"type":"boolean"},"lushaEnrichmentStatus":{"type":"integer"},"dropcontactEnrichmentStatus":{"type":"integer"},"sendToMarketingAutomation":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"lushaEnrichmentStatusLabel":{"readOnly":true,"description":"Get the value of lushaEnrichmentStatus"},"dropcontactEnrichmentStatusLabel":{"readOnly":true,"description":"Get the value of dropcontactEnrichmentStatus"},"deleted":{"readOnly":true,"type":"boolean"}}},"Contact-contact.create":{"type":"object","description":""},"Contact-contact.read.details_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Contact.","type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"company":{"type":"string","format":"iri-reference"},"qualities":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"birthDate":{"type":"string","format":"date-time","nullable":true},"emails":{"type":"array","items":{"type":"string"},"nullable":true},"phones":{"type":"array","items":{"type":"string"},"nullable":true},"linkedin":{"type":"string","nullable":true}}},"Contact-contact.read.list_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Contact.","type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"company":{"type":"string","format":"iri-reference"},"qualities":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"birthDate":{"type":"string","format":"date-time","nullable":true},"emails":{"type":"array","items":{"type":"string"},"nullable":true},"phones":{"type":"array","items":{"type":"string"},"nullable":true},"linkedin":{"type":"string","nullable":true}}},"Contact-contact.update":{"type":"object","description":""},"ContactLead":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the ContactLead.","type":"integer"},"firstname":{"type":"string"},"lastname":{"type":"string"},"siren":{"description":"siren","type":"string"},"jobTitle":{"description":"jobTitle","type":"string","nullable":true},"email":{"description":"email","type":"string","nullable":true},"linkedinUrl":{"description":"email","type":"string","nullable":true},"domain":{"description":"Get the value of domain","type":"string","nullable":true},"fid":{"description":"Get the value of fid","type":"string","nullable":true},"salesforceId":{"type":"string","nullable":true},"leadSalesforceId":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"ContactLead.ContactLeadDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"ContactLead.ContactLeadListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"ContactLead.ContactLeadPostInput":{"type":"object","description":""},"ContactLead.ContactLeadPutInput":{"type":"object","description":""},"CronHealthDetailsOutput":{"type":"object","description":"","properties":{"ok":{"type":"array","items":{"type":"string"}},"ko":{"type":"array","items":{"type":"string"}},"warning":{"type":"array","items":{"type":"string"}}}},"CronJob-cronjob.read.details":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the cron job.","type":"integer"},"command":{"description":"The command concerning the cron job.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"cronSchedule":{"description":"The cron time schedule.","type":"string"}}},"CronJob-cronjob.read.list":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the cron job.","type":"integer"},"command":{"description":"The command concerning the cron job.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"cronSchedule":{"description":"The cron time schedule.","type":"string"}}},"CronLog-cronlog.read.details":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the log.","type":"integer"},"command":{"description":"The command concerning the log.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"exitStatus":{"description":"The command exit status.","type":"integer","nullable":true},"exitMessage":{"description":"The command exit message.","type":"string","nullable":true},"startedAt":{"description":"Starting date of the log.","type":"string","format":"date-time"},"finishedAt":{"description":"Finishing date of the log.","type":"string","format":"date-time","nullable":true}}},"CronLog-cronlog.read.list":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the log.","type":"integer"},"command":{"description":"The command concerning the log.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"exitStatus":{"description":"The command exit status.","type":"integer","nullable":true},"startedAt":{"description":"Starting date of the log.","type":"string","format":"date-time"},"finishedAt":{"description":"Finishing date of the log.","type":"string","format":"date-time","nullable":true}}},"CronLog.CronHealthOutput":{"type":"object","description":"","properties":{"status":{"type":"string"},"details":{"$ref":"#\/components\/schemas\/CronHealthDetailsOutput"}}},"DataRefMainActivity":{"type":"object","description":"","properties":{"code":{"description":"Identifier of the LegalCategory.","type":"string"},"wording":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"DataRefMainActivity-main_activity.create":{"type":"object","description":""},"DataRefMainActivity-main_activity.read.details_entity.created":{"type":"object","description":"","properties":{"code":{"description":"Identifier of the LegalCategory.","type":"string"}}},"DataRefMainActivity-main_activity.read.list_entity.created":{"type":"object","description":"","properties":{"code":{"description":"Identifier of the LegalCategory.","type":"string"}}},"DataRefMainActivity-main_activity.update":{"type":"object","description":""},"DataRefWorkforce":{"type":"object","description":"","properties":{"code":{"description":"Identifier of the LegalCategory.","type":"string"},"wording":{"type":"string"},"minWorkforce":{"type":"integer","nullable":true},"maxWorkforce":{"type":"integer","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"DataRefWorkforce-workforce.create":{"type":"object","description":""},"DataRefWorkforce-workforce.read.details_entity.created":{"type":"object","description":"","properties":{"code":{"description":"Identifier of the LegalCategory.","type":"string"}}},"DataRefWorkforce-workforce.read.list_entity.created":{"type":"object","description":"","properties":{"code":{"description":"Identifier of the LegalCategory.","type":"string"}}},"DataRefWorkforce-workforce.update":{"type":"object","description":""},"DianeEnrichment":{"type":"object","description":"","properties":{"siren":{"description":"Identifier of the DianeEnrichment.","type":"string","format":"iri-reference"},"contacts":{"type":"array","items":{"type":"string"},"nullable":true},"status":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"DianeEnrichment-diane_enrichment.create":{"type":"object","description":""},"DianeEnrichment-diane_enrichment.read.details_entity.created":{"type":"object","description":"","properties":{"siren":{"description":"Identifier of the DianeEnrichment.","type":"string","format":"iri-reference"},"contacts":{"type":"array","items":{"type":"string"},"nullable":true}}},"DianeEnrichment-diane_enrichment.read.list_entity.created":{"type":"object","description":"","properties":{"siren":{"description":"Identifier of the DianeEnrichment.","type":"string","format":"iri-reference"},"contacts":{"type":"array","items":{"type":"string"},"nullable":true}}},"DianeEnrichment-diane_enrichment.update":{"type":"object","description":""},"FinancialInformationOutput":{"type":"object","description":"","properties":{"turnoverDate":{"type":"integer","nullable":true},"turnover":{"type":"integer","nullable":true},"turnoverPrevious":{"type":"integer","nullable":true},"fxGainN":{"type":"integer","nullable":true},"fxGainN1":{"type":"integer","nullable":true},"fxGainN2":{"type":"integer","nullable":true},"fxGainN3":{"type":"integer","nullable":true},"fxLossesN":{"type":"integer","nullable":true},"fxLossesN1":{"type":"integer","nullable":true},"fxLossesN2":{"type":"integer","nullable":true},"fxLossesN3":{"type":"integer","nullable":true},"depositDate":{"type":"string","nullable":true},"closingDate":{"type":"string","nullable":true},"accountsNotPublished":{"type":"boolean"},"accountsNotPublished1":{"type":"boolean"},"accountsNotPublished2":{"type":"boolean"},"accountsNotPublished3":{"type":"boolean"}}},"ImportFile":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the ImportFile.","type":"integer"},"status":{"description":"Enrichment status for each file.","type":"string"},"filePath":{"description":"The file path.","type":"string"},"fileName":{"description":"The file path.","type":"string"},"fileExtension":{"description":"The file path.","type":"string","nullable":true},"refId":{"description":"The file source.","type":"string","nullable":true},"source":{"description":"The file source.","type":"string","nullable":true},"nbLead":{"description":"The file path.","type":"integer"},"nbNewLead":{"description":"The file path.","type":"integer"},"nbLeadToTreat":{"description":"The file path.","type":"integer"},"nbLeadTreat":{"description":"The file path.","type":"integer"},"nbLeadUnknow":{"description":"The file path.","type":"integer"},"ignoreFirstLine":{"type":"boolean"},"directToCrm":{"type":"boolean"},"enrichment":{"default":true,"example":true,"type":"boolean"},"scoring":{"description":"Infos of imported file in JSON.","type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"ImportFile.ImportFileDetailsOutput":{"type":"object","description":"","properties":{"id":{"description":"The Id linked to the file.","type":"integer"},"nbLead":{"type":"integer"},"nbNewLead":{"type":"integer"},"nbLeadToTreat":{"type":"integer","nullable":true},"nbLeadTreat":{"type":"integer","nullable":true},"nbLeadUnknow":{"type":"integer","nullable":true},"scoring":{"type":"array","items":{"type":"string"},"nullable":true}}},"JobChangeWebhook.JobChangeWebhookDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"event":{"$ref":"#\/components\/schemas\/JobChangeWebhookEventOutput"},"createdDate":{"type":"string","format":"date-time"}}},"JobChangeWebhook.JobChangeWebhookListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"event":{"$ref":"#\/components\/schemas\/JobChangeWebhookEventOutput"},"createdDate":{"type":"string","format":"date-time"}}},"JobChangeWebhook.JobChangeWebhookPutInput":{"type":"object","description":"","properties":{"action":{"type":"string"}}},"JobChangeWebhook.VoidInput":{"type":"object","description":""},"JobChangeWebhookEventOutput":{"type":"object","description":"","properties":{"siren":{"type":"string"},"companyName":{"type":"string"},"contactName":{"type":"string"},"currentJobTitle":{"type":"string"},"contactFirstName":{"type":"string"},"linkedinCompanyId":{"type":"string"},"currentCompanyName":{"type":"string"},"currentJobTimePeriod":{"type":"string"},"contactLinkedinProfileUrl":{"type":"string"}}},"Lead":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Lead.","type":"integer"},"legalname":{"description":"Get the value of legalname","type":"string","nullable":true},"siren":{"description":"Get the value of siren","type":"string"},"salesforceId":{"type":"string","nullable":true},"startDate":{"description":"Get the value of startDate","type":"string","nullable":true},"triggerDate":{"description":"Get the value of triggerDate","type":"string"},"jobChangeAlert":{"description":"Get the value of jobChangeAlert","type":"string"},"mainActivity":{"description":"Get the value of mainActivity","type":"string","nullable":true},"mainActivityLabel":{"description":"Get the value of mainActivityLabel","type":"string","nullable":true},"eoriNumber":{"description":"Get the value of eoriNumber","type":"string","nullable":true},"legalCategoryCode":{"description":"Get the value of legalCategoryCode","type":"string","nullable":true},"leiNumber":{"description":"Get the value of leiNumber","type":"string","nullable":true},"financialInformations":{"description":"Get the value of financialInformations","$ref":"#\/components\/schemas\/FinancialInformationOutput"},"address":{"description":"Get the value of address","type":"array","items":{"type":"string"},"nullable":true},"leiRegistrationStatus":{"description":"Get the value of leiRegistrationStatus","type":"string","nullable":true},"turnover":{"description":"Get the value of turnover","type":"string","nullable":true},"dateClosingExer":{"description":"Get the value of dateClosingExer","type":"string","nullable":true},"leiSubscriptionDate":{"description":"Get the value of leiSubscriptionDate","type":"string","nullable":true},"leiRenewalDate":{"description":"Get the value of leiRenewalDate","type":"string","nullable":true},"workforce":{"description":"Get the value of workforce","type":"string","nullable":true},"scoring":{"description":"Get the value of scoring","default":-1,"example":-1,"type":"integer"},"status":{"description":"Get the value of status","default":"to_treat","example":"to_treat","type":"string"},"source":{"description":"Get the value of source","type":"string"},"description":{"description":"Get the value of description","type":"string","nullable":true},"isFxProfitLost":{"description":"Get the value of isFxProfitLost","type":"boolean"},"isInSalesforce":{"description":"Get the value of isInSalesforce","type":"boolean"},"salesforceLastUpdateDate":{"type":"string","format":"date-time","nullable":true},"importFile":{"type":"string","format":"iri-reference","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"scs":{"type":"string","format":"iri-reference","nullable":true},"domain":{"description":"Get the value of domain","type":"string","nullable":true},"belongToGroup":{"description":"Get the value of belongToGroup","type":"boolean","nullable":true},"sirenGroup":{"description":"Get the value of sirenGroup","type":"string","nullable":true},"legalNameGroup":{"description":"Get the value of legalNameGroup","type":"string","nullable":true},"linkedinId":{"description":"Get the value of linkedinId","type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Lead.LeadDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"legalname":{"type":"string","nullable":true},"siren":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"scoring":{"type":"integer","nullable":true},"startDate":{"type":"string","nullable":true},"triggerDate":{"type":"string","nullable":true},"mainActivity":{"type":"string","nullable":true},"mainActivityLabel":{"type":"string","nullable":true},"eoriNumber":{"type":"string","nullable":true},"leiNumber":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"legalCategoryCode":{"type":"string","nullable":true},"isFxProfitLost":{"type":"boolean"},"isInSalesforce":{"type":"boolean","nullable":true},"leiRegistrationStatus":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"financialInformations":{"$ref":"#\/components\/schemas\/FinancialInformationOutput"}}},"Lead.LeadGroupStatListOutput":{"type":"object","description":"","properties":{"label":{"type":"string"},"labelQuery":{"type":"string"},"count":{"type":"integer"}}},"Lead.LeadListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"legalname":{"type":"string","nullable":true},"siren":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"scoring":{"type":"integer","nullable":true},"startDate":{"type":"string","nullable":true},"triggerDate":{"type":"string","nullable":true},"mainActivity":{"type":"string","nullable":true},"mainActivityLabel":{"type":"string","nullable":true},"eoriNumber":{"type":"string","nullable":true},"leiNumber":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"turnover":{"type":"integer","nullable":true},"legalCategoryCode":{"type":"string","nullable":true},"isFxProfitLost":{"type":"boolean"},"isInSalesforce":{"type":"boolean","nullable":true},"leiRegistrationStatus":{"type":"string","nullable":true},"financialInformations":{"$ref":"#\/components\/schemas\/FinancialInformationOutput"}}},"Lead.LeadPostInput":{"type":"object","description":"","properties":{"legalname":{"type":"string","nullable":true},"siren":{"type":"string","nullable":true},"startDate":{"type":"string","nullable":true},"mainActivity":{"type":"string","nullable":true},"eoriNumber":{"type":"string","nullable":true},"leiNumber":{"type":"string","nullable":true},"leiRegistrationStatus":{"type":"string","nullable":true},"leiSubscriptionDate":{"type":"string","nullable":true},"leiRenewalDate":{"type":"string","nullable":true},"workforce":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"dateClosingExer":{"type":"string","nullable":true},"isCompleted":{"default":true,"example":true,"type":"boolean"},"address":{"type":"array","items":{"type":"string"},"nullable":true}}},"Lead.LeadPostSirenInput":{"type":"object","description":"","properties":{"siren":{"type":"string"},"source":{"type":"string","nullable":true}}},"Lead.LeadPutInput":{"type":"object","description":""},"Lei-lei.read.details_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Lei.","type":"integer"},"leiNumber":{"type":"string","nullable":true},"leiRenewalDate":{"type":"string","format":"date-time","nullable":true},"leiSubscriptionDate":{"type":"string","format":"date-time","nullable":true},"leiRegistrationStatus":{"type":"string"},"expirationReason":{"type":"string","nullable":true},"registrationStatus":{"type":"string","nullable":true},"country":{"type":"string"}}},"Lei-lei.read.list_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Lei.","type":"integer"},"leiNumber":{"type":"string","nullable":true},"leiRenewalDate":{"type":"string","format":"date-time","nullable":true},"leiSubscriptionDate":{"type":"string","format":"date-time","nullable":true},"leiRegistrationStatus":{"type":"string"},"expirationReason":{"type":"string","nullable":true},"registrationStatus":{"type":"string","nullable":true},"country":{"type":"string"}}},"LemlistCampaign-lemlist_campaign.read.details_entity.created":{"type":"object","description":"","properties":{"id":{"description":"Identifier of the LemlistCampaign.","type":"string"},"name":{"type":"string"}}},"LemlistCampaign-lemlist_campaign.read.list_entity.created":{"type":"object","description":"","properties":{"id":{"description":"Identifier of the LemlistCampaign.","type":"string"},"name":{"type":"string"}}},"LemlistLead":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the ImportFile.","type":"integer"},"lemlistId":{"description":"Identifier of the LemlistLead.","type":"string","nullable":true},"firstName":{"type":"string"},"lastName":{"type":"string"},"companyName":{"type":"string"},"siren":{"type":"string"},"email":{"type":"string","nullable":true},"linkedinUrl":{"type":"string","nullable":true},"lemlistLeadUrl":{"type":"string","nullable":true},"contact":{"type":"string","format":"iri-reference","nullable":true},"campaign":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"LemlistLead-lemlist_lead_status.create":{"type":"object","description":""},"LemlistLead-lemlist_lead_status.read.details_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the ImportFile.","type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"companyName":{"type":"string"},"siren":{"type":"string"},"email":{"type":"string","nullable":true},"linkedinUrl":{"type":"string","nullable":true},"lemlistLeadUrl":{"type":"string","nullable":true},"contact":{"type":"string","format":"iri-reference","nullable":true},"campaign":{"type":"string","format":"iri-reference","nullable":true}}},"LemlistLead-lemlist_lead_status.read.list_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the ImportFile.","type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"companyName":{"type":"string"},"siren":{"type":"string"},"email":{"type":"string","nullable":true},"linkedinUrl":{"type":"string","nullable":true},"lemlistLeadUrl":{"type":"string","nullable":true},"contact":{"type":"string","format":"iri-reference","nullable":true},"campaign":{"type":"string","format":"iri-reference","nullable":true}}},"LemlistLead-lemlist_lead_status.update":{"type":"object","description":""},"LinkedinCompany":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the LinkedinCompany.","type":"integer"},"name":{"description":"Get the value of name","type":"string"},"isAdmin":{"description":"Get the value of isAdmin","type":"string"},"logo":{"description":"Get the value of logo","type":"string"},"banner":{"description":"Get the value of banner","type":"string"},"description":{"description":"Get the value of description","type":"string"},"tagLine":{"description":"Get the value of tagLine","type":"string"},"type":{"description":"Get the value of type","type":"string"},"followerCount":{"description":"Get the value of followerCount","type":"string"},"website":{"description":"Get the value of website","type":"string"},"domain":{"description":"Get the value of domain","type":"string"},"siteWeb":{"description":"Get the value of siteWeb","type":"string"},"secteur":{"description":"Get the value of secteur","type":"string"},"companySize":{"description":"Get the value of companySize","type":"string"},"createdAt":{"description":"Get the value of createdAt","type":"string"},"expertise":{"description":"Get the value of expertise","type":"string"},"mainCompanyID":{"description":"Get the value of mainCompanyID","type":"string"},"industryCode":{"description":"Get the value of industryCode","type":"string"},"industry":{"description":"Get the value of industry","type":"string"},"salesNavigatorLink":{"description":"Get the value of salesNavigatorLink","type":"string"},"employeesOnLinkedIn":{"description":"Get the value of employeesOnLinkedIn","type":"string"},"companyName":{"description":"Get the value of companyName","type":"string"},"query":{"description":"Get the value of query","type":"string"},"timestamp":{"description":"Get the value of timestamp","type":"string"},"totalEmployeeCount":{"description":"Get the value of totalEmployeeCount","type":"string"},"growth1Yr":{"description":"Get the value of growth1Yr","type":"string"},"growth2Yr":{"description":"Get the value of growth2Yr","type":"string"},"averageTenure":{"description":"Get the value of averageTenure","type":"string"},"distributionOperations":{"description":"Get the value of distributionOperations","type":"string"},"distributionOperationsPercentage":{"description":"Get the value of distributionOperationsPercentage","type":"string"},"distributionBusinessDevelopment":{"description":"Get the value of distributionBusinessDevelopment","type":"string"},"distributionBusinessDevelopmentPercentage":{"description":"Get the value of distributionBusinessDevelopmentPercentage","type":"string"},"distributionMediaAndCommunication":{"description":"Get the value of distributionMediaAndCommunication","type":"string"},"distributionMediaAndCommunicationPercentage":{"description":"Get the value of distributionMediaAndCommunicationPercentage","type":"string"},"distributionEngineering":{"description":"Get the value of distributionEngineering","type":"string"},"distributionEngineeringPercentage":{"description":"Get the value of distributionEngineeringPercentage","type":"string"},"distributionArtsAndDesign":{"description":"Get the value of distributionArtsAndDesign","type":"string"},"distributionArtsAndDesignPercentage":{"description":"Get the value of distributionArtsAndDesignPercentage","type":"string"},"distributionSales":{"description":"Get the value of distributionSales","type":"string"},"distributionSalesPercentage":{"description":"Get the value of distributionSalesPercentage","type":"string"},"distributionAdministration":{"description":"Get the value of distributionAdministration","type":"string"},"distributionAdministrationPercentage":{"description":"Get the value of distributionAdministrationPercentage","type":"string"},"distributionEducation":{"description":"Get the value of distributionEducation","type":"string"},"distributionEducationPercentage":{"description":"Get the value of distributionEducationPercentage","type":"string"},"distributionAccounting":{"description":"Get the value of distributionAccounting","type":"string"},"distributionAccountingPercentage":{"description":"Get the value of distributionAccountingPercentage","type":"string"},"distributionMarketing":{"description":"Get the value of distributionMarketing","type":"string"},"distributionMarketingPercentage":{"description":"Get the value of distributionMarketingPercentage","type":"string"},"distributionInformationTechnology":{"description":"Get the value of distributionInformationTechnology","type":"string"},"distributionInformationTechnologyPercentage":{"description":"Get the value of distributionInformationTechnologyPercentage","type":"string"},"distributionFinance":{"description":"Get the value of distributionFinance","type":"string"},"distributionFinancePercentage":{"description":"Get the value of distributionFinancePercentage","type":"string"},"distributionManagementProjects":{"description":"Get the value of distributionManagementProjects","type":"string"},"distributionManagementProjectsPercentage":{"description":"Get the value of distributionManagementProjectsPercentage","type":"string"},"distributionLegalDepartment":{"description":"Get the value of distributionLegalDepartment","type":"string"},"distributionLegalDepartmentPercentage":{"description":"Get the value of distributionLegalDepartmentPercentage","type":"string"},"distributionEntrepreneurship":{"description":"Get the value of distributionEntrepreneurship","type":"string"},"distributionEntrepreneuriatPercentage":{"description":"Get the value of distributionEntrepreneuriatPercentage","type":"string"},"companyUrl":{"description":"Get the value of companyUrl","type":"string"},"phone":{"description":"Get the value of phone","type":"string"},"companyAddress":{"description":"Get the value of companyAddress","type":"string"},"distributionArmyAndProtectiveServices":{"description":"Get the value of distributionArmyAndProtectiveServices","type":"string"},"distributionArmyAndProtectiveServicesPercentage":{"description":"Get the value of distributionArmyAndProtectiveServicesPercentage","type":"string"},"distributionHumanRessources":{"description":"Get the value of distributionHumanRessources","type":"string"},"distributionHumanRessourcesPercentage":{"description":"Get the value of distributionHumanRessourcesPercentage","type":"string"},"headOffice":{"description":"Get the value of headOffice","type":"string"},"distributionProperty":{"description":"Get the value of distributionProperty","type":"string"},"distributionPropertyPercentage":{"description":"Get the value of distributionPropertyPercentage","type":"string"},"distributionConsulting":{"description":"Get the value of distributionConsulting","type":"string"},"distributionConsultingPercentage":{"description":"Get the value of distributionConsultingPercentage","type":"string"},"distributionAssistance":{"description":"Get the value of distributionAssistance","type":"string"},"distributionAssistancePercentage":{"description":"Get the value of distributionAssistancePercentage","type":"string"},"distributionResearch":{"description":"Get the value of distributionResearch","type":"string"},"distributionResearchPercentage":{"description":"Get the value of distributionResearchPercentage","type":"string"},"distributionQualityControl":{"description":"Get the value of distributionQualityControl","type":"string"},"distributionQualityControlPercentage":{"description":"Get the value of distributionQualityControlPercentage","type":"string"},"distributionPurchases":{"description":"Get the value of distributionPurchases","type":"string"},"distributionPurchasesPercentage":{"description":"Get the value of distributionPurchasesPercentage","type":"string"},"distributionProductManager":{"description":"Get the value of distributionProductManager","type":"string"},"distributionProductManagerPercentage":{"description":"Get the value of distributionProductManagerPercentage","type":"string"},"distributionHealthServices":{"description":"Get the value of distributionHealthServices","type":"string"},"distributionHealthServicesPercentage":{"description":"Get the value of distributionHealthServicesPercentage","type":"string"},"error":{"description":"Get the value of error","type":"string"},"distributionCommunityServicesAndSocialServices":{"description":"Get the value of distributionCommunityServicesAndSocialServices","type":"string"},"distributionCommunityServicesAndSocialServicesPercentage":{"description":"Get the value of distributionCommunityServicesAndSocialServicesPercentage","type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"LinkedinCompany-linkedin_company.create":{"type":"object","description":""},"LinkedinCompany-linkedin_company.read.details_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the LinkedinCompany.","type":"integer"}}},"LinkedinCompany-linkedin_company.read.list_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the LinkedinCompany.","type":"integer"}}},"LinkedinCompany-linkedin_company.update":{"type":"object","description":""},"LinkedinContact":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier.","type":"integer"},"mvId":{"description":"Get the value of mvId","type":"string"},"companyName":{"description":"Get the value of companyName","type":"string"},"name":{"description":"Get the value of name","type":"string"},"profileUrl":{"description":"Get the value of profileUrl","type":"string"},"fullName":{"description":"Get the value of fullName","type":"string"},"firstName":{"description":"Get the value of firstName","type":"string"},"lastName":{"description":"Get the value of lastName","type":"string"},"title":{"description":"Get the value of title","type":"string"},"companyId":{"description":"Get the value of companyId","type":"string"},"companyUrl":{"description":"Get the value of companyUrl","type":"string"},"summary":{"description":"Get the value of summary","type":"string"},"location":{"description":"Get the value of location","type":"string"},"duration":{"description":"Get the value of duration","type":"string"},"pastRole":{"description":"Get the value of pastRole","type":"string"},"pastCompany":{"description":"Get the value of pastCompany","type":"string"},"pastCompanyUrl":{"description":"Get the value of pastCompanyUrl","type":"string"},"connectionDegree":{"description":"Get the value of connectionDegree","type":"string"},"profileImageUrl":{"description":"Get the value of profileImageUrl","type":"string"},"sharedConnectionsCount":{"description":"Get the value of sharedConnectionsCount","type":"string"},"linkedInProfileUrl":{"description":"Get the value of linkedInProfileUrl","type":"string"},"isPremium":{"description":"Get the value of isPremium","type":"string"},"query":{"description":"Get the value of query","type":"string"},"timestamp":{"description":"Get the value of timestamp","type":"string"},"industry":{"description":"Get the value of industry","type":"string"},"siren":{"description":"Get the value of siren","type":"string"},"toGenerate":{"type":"boolean"},"isEligible":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"LinkedinContact-linkedin_contact.create":{"type":"object","description":""},"LinkedinContact-linkedin_contact.read.details_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier.","type":"integer"}}},"LinkedinContact-linkedin_contact.read.list_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier.","type":"integer"}}},"LinkedinContact-linkedin_contact.update":{"type":"object","description":""},"Notification":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Notification.","type":"integer"},"fields":{"type":"string","nullable":true},"titleFields":{"type":"string","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"contact":{"type":"string","format":"iri-reference","nullable":true},"notificationType":{"type":"string","format":"iri-reference","nullable":true},"logs":{"readOnly":true,"description":"Get the value of logs","type":"array","items":{"type":"string","format":"iri-reference"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Notification.NotificationDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Notification.NotificationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"createdDate":{"type":"string","format":"date-time"},"notificationType":{"type":"string"},"notificationTypeCode":{"type":"string"},"logs":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationLogListOutput"}}}},"Notification.NotificationPostInput":{"type":"object","description":""},"Notification.NotificationPutInput":{"type":"object","description":""},"NotificationLog":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NotificationLog.","type":"integer"},"notification":{"type":"string","format":"iri-reference"},"channel":{"type":"string"},"sendId":{"type":"string"},"details":{"type":"string","nullable":true},"cost":{"type":"integer","nullable":true},"currency":{"default":"EUR","example":"EUR","type":"string","nullable":true},"status":{"type":"string"},"transportId":{"type":"integer","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"NotificationLog.NotificationLogDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"channel":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"status":{"type":"string"},"details":{"type":"string"}}},"NotificationLog.NotificationLogListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"channel":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"status":{"type":"string"},"details":{"type":"string"}}},"NotificationLog.NotificationLogPostInput":{"type":"object","description":""},"NotificationLog.NotificationLogPutInput":{"type":"object","description":""},"NotificationLogListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"channel":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"status":{"type":"string"},"details":{"type":"string"}}},"NotificationTemplate":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NotificationTemplate.","type":"integer"},"notificationType":{"type":"string","format":"iri-reference","nullable":true},"template":{"type":"string"},"channel":{"type":"string"},"notificationTemplateId":{"type":"string","nullable":true},"language":{"type":"string"},"title":{"type":"string"},"version":{"default":1,"example":1,"type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"NotificationTemplate.NotificationTemplateDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"notificationType":{"anyOf":[{"$ref":"#\/components\/schemas\/NotificationTypeDetailsOutput"}],"nullable":true},"template":{"type":"string"},"channel":{"type":"string"},"language":{"type":"string"},"title":{"type":"string"},"version":{"default":1,"example":1,"type":"integer"}}},"NotificationTemplate.NotificationTemplateListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"notificationTypeLabel":{"type":"string"},"channel":{"type":"string"},"language":{"type":"string"},"title":{"type":"string"},"version":{"default":1,"example":1,"type":"integer"}}},"NotificationTemplate.NotificationTemplatePostInput":{"type":"object","description":"","properties":{"notificationTypeId":{"type":"string"},"template":{"type":"string"},"channel":{"type":"string"},"language":{"type":"string"},"title":{"type":"string"}}},"NotificationTemplate.NotificationTemplatePutInput":{"type":"object","description":"","properties":{"template":{"type":"string"},"title":{"type":"string"}}},"NotificationType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NotificationType.","type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"},"parameters":{"type":"array","items":{"type":"string"},"nullable":true},"titleParameters":{"type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"NotificationType.NotificationTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"},"parameters":{"type":"array","items":{"type":"string"},"nullable":true},"titleParameters":{"type":"array","items":{"type":"string"},"nullable":true}}},"NotificationType.NotificationTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"}}},"NotificationType.NotificationTypePostInput":{"type":"object","description":""},"NotificationType.NotificationTypePutInput":{"type":"object","description":""},"NotificationTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"},"parameters":{"type":"array","items":{"type":"string"},"nullable":true},"titleParameters":{"type":"array","items":{"type":"string"},"nullable":true}}},"PartialContact":{"type":"object","description":"","properties":{"id":{"description":"Identifier of the PartialContact.","type":"string"},"fullName":{"description":"Get the value of fullName","type":"string","nullable":true},"firstName":{"description":"Get the value of firstName","type":"string","nullable":true},"lastName":{"description":"Get the value of lastName","type":"string","nullable":true},"source":{"description":"Get the value of source","type":"string","nullable":true},"companyName":{"description":"Get the value of companyName","type":"string"},"emailDropContact":{"description":"Get the value of emailDropContact","type":"string"},"phoneDropContact":{"description":"Get the value of phoneDropContact","type":"string"},"linkedinDropContact":{"type":"string","nullable":true},"emailLusha":{"description":"Get the value of emailLusha","type":"string"},"phoneLusha":{"description":"Get the value of phoneLusha","type":"string"},"linkedinLusha":{"type":"string","nullable":true},"dropcontactBachId":{"type":"string","nullable":true},"lushaEnrichmentStatus":{"type":"integer"},"dropcontactEnrichmentStatus":{"type":"integer"},"lushaResponse":{"type":"array","items":{"type":"string"},"nullable":true},"dropResponse":{"type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Representative":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Representative.","type":"integer"},"company":{"type":"string","format":"iri-reference"},"type":{"type":"string","nullable":true},"firstNames":{"type":"string","nullable":true},"sanitizedFirstNames":{"type":"string","nullable":true},"qualities":{"type":"string","nullable":true},"adrRep2":{"type":"string","nullable":true},"birthDate":{"type":"string","nullable":true},"addrRepCp":{"type":"string","nullable":true},"birthPlace":{"type":"string","nullable":true},"greffeDate":{"type":"string","nullable":true},"evtWording":{"type":"string","nullable":true},"nationality":{"type":"string","nullable":true},"addrRepCountry":{"type":"string","nullable":true},"addrRepCity":{"type":"string","nullable":true},"codeBirthCountry":{"type":"string","nullable":true},"representativeId":{"type":"string","nullable":true},"patronymicName":{"type":"string","nullable":true},"addrRepCodeCity":{"type":"string","nullable":true},"siren":{"type":"string","nullable":true},"formJur":{"type":"string","nullable":true},"addrRep1":{"type":"string","nullable":true},"denomination":{"type":"string","nullable":true},"repPermBirthName":{"type":"string","nullable":true},"repPermFirstNames":{"type":"string","nullable":true},"repPermBirthDate":{"type":"string","nullable":true},"repPermBirthPlace":{"type":"string","nullable":true},"repPermBirthCountry":{"type":"string","nullable":true},"repPermNationality":{"type":"string","nullable":true},"repPermAddrCp":{"type":"string","nullable":true},"repPermAddrCountry":{"type":"string","nullable":true},"repPermAddrRep2":{"type":"string","nullable":true},"repPermAddrCity":{"type":"string","nullable":true},"repPermAddrCodeCity":{"type":"string","nullable":true},"adrRep3":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"repPermAddrRep3":{"type":"string","nullable":true},"repPermLastName":{"type":"string","nullable":true},"repPermAddrRep1":{"type":"string","nullable":true},"reasonName":{"type":"string","nullable":true},"codeQuality":{"type":"string","nullable":true},"repCommentaries":{"type":"string","nullable":true},"repCreatedDate":{"type":"string","nullable":true},"birthCountry":{"type":"string","nullable":true},"pseudo":{"type":"string","nullable":true},"conjCollabFirstName":{"type":"string","nullable":true},"conjCollabPatronymName":{"type":"string","nullable":true},"codeFormJur":{"type":"string","nullable":true},"conjCollabUsageName":{"type":"string","nullable":true},"toGenerate":{"type":"boolean"},"isEligible":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"firstName":{"readOnly":true,"description":"Get the value of firstName"},"deleted":{"readOnly":true,"type":"boolean"}}},"Representative-representative.create":{"type":"object","description":""},"Representative-representative.read.details_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Representative.","type":"integer"},"company":{"type":"string","format":"iri-reference"},"type":{"type":"string","nullable":true},"firstNames":{"type":"string","nullable":true},"sanitizedFirstNames":{"type":"string","nullable":true},"qualities":{"type":"string","nullable":true},"adrRep2":{"type":"string","nullable":true},"birthDate":{"type":"string","nullable":true},"addrRepCp":{"type":"string","nullable":true},"birthPlace":{"type":"string","nullable":true},"greffeDate":{"type":"string","nullable":true},"evtWording":{"type":"string","nullable":true},"nationality":{"type":"string","nullable":true},"addrRepCountry":{"type":"string","nullable":true},"addrRepCity":{"type":"string","nullable":true},"codeBirthCountry":{"type":"string","nullable":true},"representativeId":{"type":"string","nullable":true},"patronymicName":{"type":"string","nullable":true},"addrRepCodeCity":{"type":"string","nullable":true},"siren":{"type":"string","nullable":true},"formJur":{"type":"string","nullable":true},"addrRep1":{"type":"string","nullable":true},"denomination":{"type":"string","nullable":true},"repPermBirthName":{"type":"string","nullable":true},"repPermFirstNames":{"type":"string","nullable":true},"repPermBirthDate":{"type":"string","nullable":true},"repPermBirthPlace":{"type":"string","nullable":true},"repPermBirthCountry":{"type":"string","nullable":true},"repPermNationality":{"type":"string","nullable":true},"repPermAddrCp":{"type":"string","nullable":true},"repPermAddrCountry":{"type":"string","nullable":true},"repPermAddrRep2":{"type":"string","nullable":true},"repPermAddrCity":{"type":"string","nullable":true},"repPermAddrCodeCity":{"type":"string","nullable":true},"adrRep3":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"repPermAddrRep3":{"type":"string","nullable":true},"repPermLastName":{"type":"string","nullable":true},"repPermAddrRep1":{"type":"string","nullable":true},"reasonName":{"type":"string","nullable":true},"codeQuality":{"type":"string","nullable":true},"repCommentaries":{"type":"string","nullable":true},"repCreatedDate":{"type":"string","nullable":true},"birthCountry":{"type":"string","nullable":true},"pseudo":{"type":"string","nullable":true},"conjCollabFirstName":{"type":"string","nullable":true},"conjCollabPatronymName":{"type":"string","nullable":true},"codeFormJur":{"type":"string","nullable":true},"conjCollabUsageName":{"type":"string","nullable":true}}},"Representative-representative.read.list_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Representative.","type":"integer"},"company":{"type":"string","format":"iri-reference"},"type":{"type":"string","nullable":true},"firstNames":{"type":"string","nullable":true},"sanitizedFirstNames":{"type":"string","nullable":true},"qualities":{"type":"string","nullable":true},"adrRep2":{"type":"string","nullable":true},"birthDate":{"type":"string","nullable":true},"addrRepCp":{"type":"string","nullable":true},"birthPlace":{"type":"string","nullable":true},"greffeDate":{"type":"string","nullable":true},"evtWording":{"type":"string","nullable":true},"nationality":{"type":"string","nullable":true},"addrRepCountry":{"type":"string","nullable":true},"addrRepCity":{"type":"string","nullable":true},"codeBirthCountry":{"type":"string","nullable":true},"representativeId":{"type":"string","nullable":true},"patronymicName":{"type":"string","nullable":true},"addrRepCodeCity":{"type":"string","nullable":true},"siren":{"type":"string","nullable":true},"formJur":{"type":"string","nullable":true},"addrRep1":{"type":"string","nullable":true},"denomination":{"type":"string","nullable":true},"repPermBirthName":{"type":"string","nullable":true},"repPermFirstNames":{"type":"string","nullable":true},"repPermBirthDate":{"type":"string","nullable":true},"repPermBirthPlace":{"type":"string","nullable":true},"repPermBirthCountry":{"type":"string","nullable":true},"repPermNationality":{"type":"string","nullable":true},"repPermAddrCp":{"type":"string","nullable":true},"repPermAddrCountry":{"type":"string","nullable":true},"repPermAddrRep2":{"type":"string","nullable":true},"repPermAddrCity":{"type":"string","nullable":true},"repPermAddrCodeCity":{"type":"string","nullable":true},"adrRep3":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"repPermAddrRep3":{"type":"string","nullable":true},"repPermLastName":{"type":"string","nullable":true},"repPermAddrRep1":{"type":"string","nullable":true},"reasonName":{"type":"string","nullable":true},"codeQuality":{"type":"string","nullable":true},"repCommentaries":{"type":"string","nullable":true},"repCreatedDate":{"type":"string","nullable":true},"birthCountry":{"type":"string","nullable":true},"pseudo":{"type":"string","nullable":true},"conjCollabFirstName":{"type":"string","nullable":true},"conjCollabPatronymName":{"type":"string","nullable":true},"codeFormJur":{"type":"string","nullable":true},"conjCollabUsageName":{"type":"string","nullable":true}}},"Representative-representative.update":{"type":"object","description":""},"SalesforceCompanyStatus":{"type":"object","description":"","properties":{"statusList":{"default":["create_error","update_error","to_update","updated","to_create","created","to_calculate","Disqualified"],"example":["create_error","update_error","to_update","updated","to_create","created","to_calculate","Disqualified"],"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"description":"Identifier of the cron job.","type":"integer"},"siren":{"type":"string"},"company":{"type":"string","format":"iri-reference","nullable":true},"salesforceId":{"type":"string","nullable":true},"salesForceSiren":{"type":"string","nullable":true},"salesForcesName":{"type":"string","nullable":true},"scoring":{"type":"string"},"oldScoring":{"type":"string"},"status":{"type":"string"},"scoringStatus":{"type":"string"},"salesforceOwner":{"type":"string","nullable":true},"salesforceStatus":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"SalesforceCompanyStatus-salesforce_company_status.create":{"type":"object","description":""},"SalesforceCompanyStatus-salesforce_company_status.read.details_entity.created":{"type":"object","description":"","properties":{"siren":{"type":"string"},"company":{"type":"string","format":"iri-reference","nullable":true},"salesforceId":{"type":"string","nullable":true},"salesForceSiren":{"type":"string","nullable":true},"salesForcesName":{"type":"string","nullable":true},"scoring":{"type":"string"},"oldScoring":{"type":"string"},"salesforceOwner":{"type":"string","nullable":true},"salesforceStatus":{"type":"string","nullable":true}}},"SalesforceCompanyStatus-salesforce_company_status.read.list_entity.created":{"type":"object","description":"","properties":{"siren":{"type":"string"},"company":{"type":"string","format":"iri-reference","nullable":true},"salesforceId":{"type":"string","nullable":true},"salesForceSiren":{"type":"string","nullable":true},"salesForcesName":{"type":"string","nullable":true},"scoring":{"type":"string"},"oldScoring":{"type":"string"},"salesforceOwner":{"type":"string","nullable":true},"salesforceStatus":{"type":"string","nullable":true}}},"SalesforceCompanyStatus-salesforce_company_status.update":{"type":"object","description":"","properties":{"salesforceOwner":{"type":"string","nullable":true},"salesforceStatus":{"type":"string","nullable":true}}},"SalesforceContactStatus":{"type":"object","description":"","properties":{"statusList":{"default":["create_error","update_error","to_update","updated","to_create","created"],"example":["create_error","update_error","to_update","updated","to_create","created"],"type":"array","items":{"type":"string"}},"id":{"readOnly":true,"description":"Identifier of the SalesforceContactStatus.","type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"contact":{"type":"string","format":"iri-reference"},"scoring":{"type":"number","nullable":true},"contactSalesforceId":{"type":"string","nullable":true},"status":{"type":"string"},"companySalesforceId":{"type":"string"},"email":{"type":"string","nullable":true},"email2":{"type":"string","nullable":true},"email3":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"phone2":{"type":"string","nullable":true},"phone3":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"SalesforceContactStatus-salesforce_contact_status.create":{"type":"object","description":""},"SalesforceContactStatus-salesforce_contact_status.read.details_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SalesforceContactStatus.","type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"contact":{"type":"string","format":"iri-reference"},"scoring":{"type":"number","nullable":true},"contactSalesforceId":{"type":"string","nullable":true},"companySalesforceId":{"type":"string"},"email":{"type":"string","nullable":true},"email2":{"type":"string","nullable":true},"email3":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"phone2":{"type":"string","nullable":true},"phone3":{"type":"string","nullable":true}}},"SalesforceContactStatus-salesforce_contact_status.read.list_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SalesforceContactStatus.","type":"integer"},"company":{"type":"string","format":"iri-reference","nullable":true},"contact":{"type":"string","format":"iri-reference"},"scoring":{"type":"number","nullable":true},"contactSalesforceId":{"type":"string","nullable":true},"companySalesforceId":{"type":"string"},"email":{"type":"string","nullable":true},"email2":{"type":"string","nullable":true},"email3":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"phone2":{"type":"string","nullable":true},"phone3":{"type":"string","nullable":true}}},"SalesforceContactStatus-salesforce_contact_status.update":{"type":"object","description":""},"ScoringMainActivity":{"type":"object","description":"","properties":{"mainActivityCode":{"readOnly":true,"description":"Identifier of the Main_activity.","type":"string"},"isTop":{"type":"boolean"},"scoring":{"type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"ScoringMainActivity-main_activity.create":{"type":"object","description":""},"ScoringMainActivity-main_activity.read.details_entity.created":{"type":"object","description":"","properties":{"mainActivityCode":{"readOnly":true,"description":"Identifier of the Main_activity.","type":"string"}}},"ScoringMainActivity-main_activity.read.list_entity.created":{"type":"object","description":"","properties":{"mainActivityCode":{"readOnly":true,"description":"Identifier of the Main_activity.","type":"string"}}},"ScoringMainActivity-main_activity.update":{"type":"object","description":""},"ScoringRepresentative":{"type":"object","description":"","properties":{"wording":{"description":"Identifier of the ScoringRepresentative.","type":"string"},"scoring":{"type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"ScoringRepresentative-scoringrepresentative.create":{"type":"object","description":""},"ScoringRepresentative-scoringrepresentative.read.details_entity.created":{"type":"object","description":"","properties":{"wording":{"description":"Identifier of the ScoringRepresentative.","type":"string"},"scoring":{"type":"integer"}}},"ScoringRepresentative-scoringrepresentative.read.list_entity.created":{"type":"object","description":"","properties":{"wording":{"description":"Identifier of the ScoringRepresentative.","type":"string"},"scoring":{"type":"integer"}}},"ScoringRepresentative-scoringrepresentative.update":{"type":"object","description":""},"Synchronization":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Synchronization.","type":"integer"},"type":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"target":{"type":"string","nullable":true},"entityType":{"type":"string","nullable":true},"entityId":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"data":{"type":"array","items":{"type":"string"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Synchronization-synchronization.create":{"type":"object","description":""},"Synchronization-synchronization.read.details_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Synchronization.","type":"integer"},"type":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"target":{"type":"string","nullable":true},"entityType":{"type":"string","nullable":true},"entityId":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"data":{"type":"array","items":{"type":"string"}}}},"Synchronization-synchronization.read.list_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Synchronization.","type":"integer"},"type":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"target":{"type":"string","nullable":true},"entityType":{"type":"string","nullable":true},"entityId":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"data":{"type":"array","items":{"type":"string"}}}},"Synchronization-synchronization.update":{"type":"object","description":""},"SystemConfiguration.SystemConfigurationDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"value":{"type":"string","nullable":true}}},"SystemConfiguration.SystemConfigurationListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"value":{"type":"string","nullable":true}}},"SystemConfiguration.SystemConfigurationPostInput":{"type":"object","description":""},"SystemConfiguration.SystemConfigurationPutInput":{"type":"object","description":""},"User":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the user.","type":"integer"},"email":{"minLength":2,"maxLength":180,"format":"email","description":"Email address of the user.","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"firstName":{"minLength":2,"maxLength":100,"description":"First name of the user.","type":"string","nullable":true},"lastName":{"minLength":2,"maxLength":100,"description":"Last name of the user.","type":"string","nullable":true},"login":{"minLength":2,"maxLength":180,"description":"Login of the user.","type":"string"},"roles":{"description":"Access roles of the user.","type":"array","items":{"type":"string"}},"password":{"minLength":6,"maxLength":24,"description":"The hashed password.","type":"string"},"phoneNumber":{"type":"string","nullable":true},"notificationContactId":{"type":"string","nullable":true},"isNotificationContactToUpdate":{"type":"boolean"},"application":{"description":"An application for the user.","type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"salt":{"readOnly":true,"description":"Returns the salt that was originally used to encode the password.","type":"string","nullable":true},"username":{"readOnly":true,"type":"string"},"userIdentifier":{"readOnly":true,"type":"string"},"mobilePhone":{"description":"Get the value of phoneNumber","type":"string","nullable":true},"deleted":{"readOnly":true,"type":"boolean"}},"required":["email","firstName","lastName","login","password"]},"User-user.create":{"type":"object","description":"","required":["email","firstName","lastName","login","password"],"properties":{"email":{"minLength":2,"maxLength":180,"format":"email","description":"Email address of the user.","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"firstName":{"minLength":2,"maxLength":100,"description":"First name of the user.","type":"string","nullable":true},"lastName":{"minLength":2,"maxLength":100,"description":"Last name of the user.","type":"string","nullable":true},"login":{"minLength":2,"maxLength":180,"description":"Login of the user.","type":"string"},"password":{"minLength":6,"maxLength":24,"description":"The hashed password.","type":"string"}}},"User-user.read.details_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the user.","type":"integer"},"email":{"minLength":2,"maxLength":180,"format":"email","description":"Email address of the user.","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"firstName":{"minLength":2,"maxLength":100,"description":"First name of the user.","type":"string","nullable":true},"lastName":{"minLength":2,"maxLength":100,"description":"Last name of the user.","type":"string","nullable":true},"login":{"minLength":2,"maxLength":180,"description":"Login of the user.","type":"string"},"roles":{"description":"Access roles of the user.","type":"array","items":{"type":"string"}},"application":{"description":"An application for the user.","type":"string","format":"iri-reference","nullable":true}},"required":["email","firstName","lastName","login"]},"User-user.read.list_entity.created":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the user.","type":"integer"},"email":{"minLength":2,"maxLength":180,"format":"email","description":"Email address of the user.","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"login":{"minLength":2,"maxLength":180,"description":"Login of the user.","type":"string"},"application":{"description":"An application for the user.","type":"string","format":"iri-reference","nullable":true}},"required":["email","login"]},"User-user.update":{"type":"object","description":"","required":["email","firstName","lastName"],"properties":{"email":{"minLength":2,"maxLength":180,"format":"email","description":"Email address of the user.","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string","nullable":true},"firstName":{"minLength":2,"maxLength":100,"description":"First name of the user.","type":"string","nullable":true},"lastName":{"minLength":2,"maxLength":100,"description":"Last name of the user.","type":"string","nullable":true}}},"Token":{"type":"object","properties":{"token":{"type":"string","readOnly":true},"refresh_token":{"type":"string","readOnly":true}}},"RefeshToken":{"type":"object","properties":{"refresh_token":{"type":"string"}}},"Credentials":{"type":"object","properties":{"login":{"type":"string","example":"admin"},"password":{"type":"string","example":"admin"}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"apiKey":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"}}},"security":[{"apiKey":[]}],"tags":[]}