Commission-based salaries (Japan)
The following sections explain the fields that are required to create a job posting with a commission-based salary. These fields are required in addition to the fields in Basic job posting. If you don't send the required information, Indeed might reject your job posting.
Commission-only remuneration (完全歩合制)
The following fields are required for a job with a fully commission-based salary.
- createSourcedJobPostings
- input
- jobPostings
- body
- description: In the
Paysegment, explain the details of the commission and other supplemental information about the salary. For more information, see Job description formatting. - salary: Do not send this field.
- description: In the
- metadata
- taxonomyClassification
- jobTypes: Only
"T65DZ"(project contract) is applicable. - attributes: Include the SUID
"QDAPK"(search attribute for commission only).
- jobTypes: Only
- taxonomyClassification
- body
- jobPostings
- input
The following example shows how to create a job posting with commission-only remuneration.
mutation CreatePlacementCompanyJobPosting() { jobsIngest { createSourcedJobPostings( input: { jobPostings: [ { body: { title: "営業" description: "<h2 data-segment-type=\"header\" data-segment-label=\"JobDescription\">仕事内容</h2><div data-segment-type=\"content\" data-segment-label=\"JobDescription\">当社でのXXXXの営業の仕事になります。<br/>分からないことがあればスタッフに相談できる環境になっています。</div><h2 data-segment-type=\"header\" data-segment-label=\"Pay\">給与</h2><div data-segment-type=\"content\" data-segment-label=\"Pay\">完全歩合制です。1契約あたり40万円から支給します。支給金額は業績により変動します。</div>" descriptionFormatting: RICH_FORMATTING hasProbationaryPeriod: NO location: { country: "JP" streetAddress: "123-4567 北海道札幌市中央区 1-2-3" } benefits: [] } metadata: { jobSource: { companyName: "株式会社テストその1" sourceName: "テストその1" sourceType: "Employer" employerIds: [ { type: "<YOUR_ATS_IDENTIFIER>" id: "<YOUR_ATS_EMPLOYER_ID>" } ] } jobPostingId: "<YOUR_ATS_JOB_POSTING_ID>" taxonomyClassification: { jobTypes: ["T65DZ"] occupations: ["C3XKZ"] attributes: ["QDAPK"] } datePublished: "2023-09-20T09:00:00+09:00" url: "https://example.com/jobs/aaabbbccc" contacts: [ { contactType: "contact" contactInfo: { contactEmail: "contact@career.example.com" } } ] } applyMethod: { indeedApply: { postUrl: "https://example.com/applypost" apiToken: "<YOUR_INDEED_APPLY_API_TOKEN>" resumeFieldsRequired: [CERTIFICATIONS] resumeFieldsOptional: [EDUCATION] } } } ] } ) }}Fixed salary plus commission (固定給+歩合制)
The following fields are required for a job with a fixed salary plus commission.
- createSourcedJobPostings
- input
- jobPostings
- body
- description: In the
Paysegment, clearly state that the job consists of a fixed salary and commission. Explain the details of the fixed salary, the commission salary, and other supplemental information about the salary. For more information, see Job description formatting. - salary: The base fixed salary. Follow the requirements described in Job posting guidelines and examples for Japan.
- description: In the
- metadata
- taxonomyClassification
- attributes: Do not include
"QDAPK"(search attribute for commission only).
- attributes: Do not include
- taxonomyClassification
- body
- jobPostings
- input
The following example shows how to create a job posting with a fixed salary plus commission.
mutation CreateFixedSalaryPlusCommissionJobPosting() { jobsIngest { createSourcedJobPostings( input: { jobPostings: [ { body: { title: "営業" description: "<h2 data-segment-type=\"header\" data-segment-label=\"JobDescription\">仕事内容</h2><div data-segment-type=\"content\" data-segment-label=\"JobDescription\">当社でのXXXXの営業の仕事になります。<br/>分からないことがあればスタッフに相談できる環境になっています。</div><h2 data-segment-type=\"header\" data-segment-label=\"Pay\">給与</h2><div data-segment-type=\"content\" data-segment-label=\"Pay\">基本給:月給 40万円~<<br/><br/>固定残業代 5万円(20時間分)を含む<br/>固定残業時間を超えた勤務時間については別途残業代を支給します。br/><br/>個人の売上に応じて1万円から50万円のインセンティブを支給します。</div>" descriptionFormatting: RICH_FORMATTING salary: { currency: "JPY" period: "MONTH" minimumMinor: 400000 fineGrainedSalaryInformation: { totalSalaryMinor: 350000 workingHours: 173 fixedOvertimePay: true totalOvertimeHours: 20 fixedOvertimeSalaryMinor: 50000 } } hasProbationaryPeriod: NO location: { country: "JP" streetAddress: "123-4567 北海道札幌市中央区 1-2-3" } benefits: [] } metadata: { jobSource: { companyName: "株式会社テストその1" sourceName: "テストその1" sourceType: "Employer" employerIds: [ { type: "<YOUR_ATS_IDENTIFIER>" id: "<YOUR_ATS_EMPLOYER_ID>" } ] } jobPostingId: "<YOUR_ATS_JOB_POSTING_ID>" taxonomyClassification: { jobTypes: ["T65DZ"] occupations: ["C3XKZ"] } datePublished: "2023-09-20T09:00:00+09:00" url: "https://example.com/jobs/aaabbbccc" contacts: [ { contactType: "contact" contactInfo: { contactEmail: "contact@career.example.com" } } ] } applyMethod: { indeedApply: { postUrl: "https://example.com/applypost" apiToken: "<YOUR_INDEED_APPLY_API_TOKEN>" resumeFieldsRequired: [CERTIFICATIONS] resumeFieldsOptional: [EDUCATION] } } } ] } ) }}