AssignToMe
## AssignToMe
Mevcut bir offline işi (job) oturum açmış olan kullanıcıya atar ("beni ata"). Bu endpoint, belirtilen işin sahipliğini çağrıyı yapan kullanıcıya devreder; herhangi bir request body gerektirmez.
---
## Path Parametreleri
| Parametre | Tip | Zorunlu | Açıklama |
| --- | --- | --- | --- |
| `jobId` | integer | ✅ Evet | Atanacak işin benzersiz tanımlayıcısı. Örnek: `211206` |
---
## Request Body
Bu endpoint herhangi bir request body kabul etmez.
---
## Yanıt / Hata Senaryoları
| Senaryo | Açıklama |
| --- | --- |
| **Success** | İş başarıyla oturum açmış kullanıcıya atandı. |
| **Validation Error** | İstek geçersiz veya eksik parametre içeriyor. `jobId` formatı hatalı olabilir. |
| **JobNotFound Error** | Belirtilen `jobId` ile eşleşen bir iş bulunamadı. |
| **JobAlreadyOwned Error** | İş zaten oturum açmış kullanıcıya atanmış durumda; tekrar atama yapılamaz. |
| **JobOwnedByAnotherUser Error** | İş başka bir kullanıcıya atanmış olduğundan bu kullanıcıya atanamaz. |
| **InsuranceCompanyMappingMissing Error** | İşle ilişkili sigorta şirketi eşleşmesi (mapping) bulunamadı; atama tamamlanamadı. |
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
jobId
Response headers
:status
date
x-frame-options
x-xss-protection
x-content-type-options
referrer-policy
Response
No Content
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
