Bedömning av skyldigheter vid utstationering till Sverige
Bedömer vilka omedelbara åtgärder som krävs när en arbetstagare sänds till Sverige för att utföra en tjänst, bland annat anmälan, kontaktperson, dokumentation till tjänstemottagaren, uppdateringar och villkor vid långvarig utstationering.
- Protocol
- proseid/1.0
- Version
- v2026.07.27
- Applies in
- Sweden
- Recommended language
- Svenska
- Fields
- 17
- Flow price
- $0.20
- Publisher fee
- None
Time periods
Legal references
Schema fields
17 fieldsExample payload
{
"responses": {
"report_updated": false,
"employer_report_submitted": false,
"limited_period": false,
"recipient_is_private_personal_customer": false,
"work_start_date": "",
"reasoned_extension_notice_submitted": false,
"report_information_changed": false,
"assessment_role": "",
"foreign_employer": false,
"recipient_notice_submitted": false,
"posting_months": null,
"paid_service_in_sweden": false,
"posting_arrangement": "",
"proof_given_to_recipient": false,
"worker_is_employee": false,
"contact_person_appointed": false
},
"effective_at": "2026-07-27"
}The request body this schema expects. Fill in responses and keep the field IDs unchanged. Validation becomes callable after you use this release in a published Flow.
API usage
Create a Flow from this schema, then replace the route placeholders with that Flow's organization and address. Validation is free and runs against the exact release bound to the Flow. It returns the engine's resolved fields and legal time period when ready, or a structured error with field-level issues.
curl -X POST https://proseid.com/api/v1/validate/{your-org}/{flow-slug} \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d @payload.json{
"valid": true,
"status": "READY",
"definitions": { ... },
"issues": [],
"effective_at": "2026-07-19",
"temporal_context": {
"logic_version": "current",
"valid_range": ["2026-01-01", null]
}
}{
"error": {
"code": "validation_failed",
"message": "the document did not pass validation",
"details": {
"status": "INCOMPLETE",
"issues": [{
"field_id": "report_updated",
"kind": "missing_required",
"severity": "error",
"trigger": "completion",
"message": "Required field is missing"
}]
}
}
}Published versions
Permanent, attributable versionsTrust ledger
Crowd → credentialedNo votes yet.
No attestations yet. A verified professional can vouch for a specific version.