Denne service benyttes til at hente og opdatere jobcentertilknytning for en given borger.
Metoder
GetJobcentertilknytning (GET /jobcentertilknytning/)
Denne metode benyttes til at hente alle Gaesteadgange, for en given borger.
Operation | Endpoint |
---|---|
GET | v1/jobcentertilknytning/ |
Input
[Personnummer i header]
Output
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
| JobCenterType |
| 0 - 1 |
|
| string | Pattern: [0-9]{5} | 1 | Nummer. |
| string | Length: 1-100 | 1 | Navn. |
| stringCollection |
| 0 - 1 | Kommuner som jobcentret repræsenterer. |
| string |
| 0 - * |
|
CreateGaesteadgang (POST /Gaesteadgang/)
Operation | Endpoint |
---|---|
POST | v1/Gaesteadgang/ |
Input
[Personnummer i Header]
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
CreateGaesteadgangRequest | CreateGaesteadgangRequestDto | 1 | ||
- Gaesteadgangskommentar | string | Length: 1-900 | 1 | Begrundelse for behovet for adgang til borger |
Output
Task<Guid> hvor guid er gæsteadgangens id.
Element | Type | Detaljer | Forekomst | Beskrivelse |
---|---|---|---|---|
CreateGaesteadgangResponse | CreateGaesteadgangResponseDto | 1 | ||
- Servicekvittering | ServicekvitteringDto | 1 | ||
- - Registreringstidspunkt | dateTime | 1 | Tidspunkt for transaktionen eller registrering. | |
- - RegistreringsId | guid | Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} | 1 | Unik identifikation af transaktion eller registrering. |
Fejlkoder
Fejlkode | Fejltekst | Beskrivelse |
---|---|---|
60007 | The person with specified cpr is dead | The person with specified cpr is dead |
4933 | The comment text cannot contain html tags | The comment text cannot contain html tags |
4922 | User is not allowed to access the specified person | User is not allowed to access the specified person |