Leadcast Public Api
    • Getting Started
    • Changelog
    • Companies
      • Query all companies
      • Retrieve a single company
      • Retrieve job offers for a company
    • Employees
      • Query all employees
      • Retrieve a single employee
      • Retrieve bookings for an employee
      • Retrieve funnels for an employee
    • Job Offers
      • Query all job offers
      • Create
      • Retrieve a single job offer
      • Retrieve bookings for a job offer
      • Retrieve funnels for a job offer
    • Job Offer Submissions
      • Query all job offer submissions
      • Retrieve a single job offer submission
      • Retrieve bookings for a job offer submission
    • Mapping
      • Maps resources to an external id
    • Resource Bookings
      • Query all resource bookings
      • Retrieve a single resource booking
    • Schemas
      • Candidate
      • JobOffer
      • CompanyReference
      • ProblemDetails
      • Employee
      • CompanyReference2
      • CompanyReference3
      • Gender
      • EmployeeReference
      • CompanyReference4
      • JobOfferReference
      • JobOfferSubmission
      • CompanyReference5
      • KeysetPagedResultOfEmployee
      • KeysetPagedResultOfJobOffer
      • File
      • JobOfferReference2
      • KeysetPagedResultOfJobOfferSubmission
      • EmployeeReference2
      • JobOfferSubmissionReference
      • MapResourceRequest
      • JobOfferSubmissionStatusDate
      • User
      • JobOfferCandidateFeedback
      • JobOfferCandidateFeedbackOption
      • KeysetPagedResultOfResourceBooking
      • KeysetPagedResultOfCompany
      • ResourceBooking
      • ResourceRequirement
      • JobOfferReference3
      • KeysetPagedResultOfJobOfferFunnel
      • SyncEntry
      • UserReference
      • UserReference2
      • Company
      • Member

    KeysetPagedResultOfResourceBooking

    {
        "_links": {
            "property1": "string",
            "property2": "string"
        },
        "offset": 0,
        "total": 0,
        "items": [
            {
                "resourceRequirement": {
                    "function": "string",
                    "hourlyRate": 0,
                    "hoursPerWeek": 0,
                    "totalHours": 0,
                    "hoursOpen": 0,
                    "hoursBooked": 0,
                    "isClosed": true,
                    "jobOffer": {
                        "title": "string",
                        "internalReference": "string",
                        "externalReference": "string",
                        "company": {
                            "name": "string",
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "external": {
                                "property1": "string",
                                "property2": "string"
                            },
                            "customFields": {}
                        },
                        "invoiceCompany": {
                            "name": "string",
                            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                            "external": {
                                "property1": "string",
                                "property2": "string"
                            },
                            "customFields": {}
                        },
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "external": {
                            "property1": "string",
                            "property2": "string"
                        },
                        "customFields": {}
                    },
                    "jobOfferSubmission": {
                        "status": "string",
                        "internalReference": "string",
                        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                        "external": {
                            "property1": "string",
                            "property2": "string"
                        },
                        "customFields": {}
                    },
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "external": {
                        "property1": "string",
                        "property2": "string"
                    },
                    "customFields": {}
                },
                "employee": {
                    "type": "string",
                    "fullName": "string",
                    "workingHours": 0,
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "external": {
                        "property1": "string",
                        "property2": "string"
                    },
                    "customFields": {}
                },
                "createdOn": "2019-08-24T14:15:22.123Z",
                "modifiedOn": "2019-08-24T14:15:22.123Z",
                "type": "string",
                "customTypeDescription": "string",
                "startDate": "2019-08-24T14:15:22.123Z",
                "endDate": "2019-08-24T14:15:22.123Z",
                "startDateFirstBooking": "2019-08-24T14:15:22.123Z",
                "endDateLastBooking": "2019-08-24T14:15:22.123Z",
                "desiredEndDate": "2019-08-24T14:15:22.123Z",
                "isClosed": true,
                "description": "string",
                "otherBookingCount": 0,
                "totalHours": 0,
                "patternType": "string",
                "patternData": null,
                "hourlyRate": 0,
                "allowExtension": true,
                "extensionComment": "string",
                "kickbackFee": 0,
                "portalFee": 0,
                "internalHourlyRate": 0,
                "marginAbsolute": 0,
                "marginRelative": 0,
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "external": {
                    "property1": "string",
                    "property2": "string"
                },
                "customFields": {}
            }
        ]
    }
    Built with