| PUT | /Person |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | body | long | No | |
| Forename | body | string | No | |
| Lastname | body | string | No | |
| Birthday | body | DateTime? | No | |
| PersonTyp | body | int | No | |
| PhoneNumber | body | string | No | |
| body | string | No | ||
| Mobile | body | string | No | |
| Gender | body | int | No | |
| Gendertype | body | Gender | No | |
| GeographicalFrame | body | int | No | |
| PicLink | body | string | No | |
| FullMonthlyCapacity | body | bool | No | |
| PersonHelperType | body | int? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | long | No | |
| Salutation | form | int | No | |
| Title | form | int | No | |
| Forename | form | string | No | |
| Lastname | form | string | No | |
| Birthday | form | DateTime? | No | |
| CriminalRecordCertificateValidTill | form | DateTime? | No | |
| Certificated | form | DateTime? | No | |
| Notes | form | string | No | |
| PersonTyp | form | int | No | |
| IsHelper | form | bool | No | |
| CareLevel | form | CareLevel | No | |
| PhoneNumber | form | string | No | |
| form | string | No | ||
| Mobile | form | string | No | |
| Gender | form | int | No | |
| SearchForTrainedHelper | form | bool | No | |
| Gendertype | form | Gender | No | |
| GeographicalFrame | form | int | No | |
| Deleted | form | bool | No | |
| PicLink | form | string | No | |
| BlobPicLink | form | string | No | |
| Address | form | AddressResponse | No | |
| User | form | UserResponse | No | |
| FullMonthlyCapacity | form | bool | No | |
| FilterOnLanguages | form | List<int> | No | |
| Company | form | string | No | |
| HomeVisits | form | bool | No | |
| OperationArea | form | string | No | |
| IkNumber | form | string | No | |
| OpeningHours | form | string | No | |
| PersonHelperTyp | form | PersonHelperType | No | |
| EverydayHelperIsFullTime | form | int | No | |
| EverydayHelperIsFullTimeType | form | PersonEverydayHelperType | No | |
| DrivingLicense | form | bool | No | |
| VehicleAvailable | form | bool | No | |
| VehicleType | form | VehicleType | No | |
| VehicleTypeId | form | int | No | |
| GoingToTheToilet | form | bool | No | |
| CriminalRecordCertificate | form | bool | No | |
| Chargeable | form | bool | No | |
| BillableThroughHealthInsurance | form | bool | No | |
| BillableViaIntegrationAssistance | form | bool | No | |
| NoInterviewRequired | form | bool | No | |
| InitialInterview | form | bool | No | |
| CalculationOnPoints | form | bool | No | |
| Smartphone | form | bool | No | |
| GetNewsletter | form | bool | No | |
| DependentChildrenCare | form | bool | No | |
| MeaslesProtection | form | bool | No | |
| Interests | form | string | No | |
| Job | form | string | No | |
| WantsDementialLecture | form | bool | No | |
| HoursPerMonth | form | int | No | |
| Iban | form | string | No | |
| BIC | form | string | No | |
| AlternativeAccountHolder | form | string | No | |
| CreditInstitution | form | string | No | |
| PaymentTypeId | form | long | No | |
| PaymentType | form | PaymentTypes | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | long | No | |
| PersonId | form | long | No | |
| Street | form | string | No | |
| BuildingNo | form | string | No | |
| AddressSupplement | form | string | No | |
| PostCode | form | string | No | |
| District | form | string | No | |
| City | form | string | No | |
| Latitude | form | double | No | |
| Longitude | form | double | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | long | No | |
| form | string | No | ||
| Password | form | string | No | |
| IsAdministrator | form | bool | No | |
| IsSuperAdmin | form | bool | No | |
| PersonId | form | long | No | |
| UserVerified | form | bool | No | |
| UserUnlocked | form | bool | No | |
| IsDeleted | form | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
PUT /Person HTTP/1.1
Host: api.helferportal.de
Accept: application/json
Content-Type: application/json
Content-Length: length
{"Id":0,"Forename":"String","Lastname":"String","Birthday":"\/Date(-62135596800000-0000)\/","PersonTyp":0,"PhoneNumber":"String","EMail":"String","Mobile":"String","Gender":0,"Gendertype":"male","GeographicalFrame":0,"PicLink":"String","FullMonthlyCapacity":false,"PersonHelperType":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"Id":0,"Forename":"String","Lastname":"String","Birthday":"\/Date(-62135596800000-0000)\/","Notes":"String","PersonTyp":0,"CareLevel":"NoCarelevel","PhoneNumber":"String","EMail":"String","Mobile":"String","Gender":0,"SearchForTrainedHelper":false,"Gendertype":"male","GeographicalFrame":0,"Deleted":false,"PicLink":"String","BlobPicLink":"String","Address":{"Id":0,"PersonId":0,"Street":"String","BuildingNo":"String","AddressSupplement":"String","PostCode":"String","District":"String","City":"String","Latitude":0,"Longitude":0},"User":{"Id":0,"EMail":"String","Password":"String","IsAdministrator":false,"IsSuperAdmin":false,"PersonId":0,"UserVerified":false,"UserUnlocked":false,"IsDeleted":false},"FullMonthlyCapacity":false,"FilterOnLanguages":[0],"PersonHelperTyp":"EverydayHelper"}