| GET | /Helper/Person/MyAccountDetails |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | long | No | |
| CompanyName | form | string | No | |
| DescriptionText | form | string | No | |
| GlobalArticleSkillsActive | form | bool | No | |
| QualificationListActive | form | bool | No | |
| KatastrophenschutzModulActive | form | bool | No | |
| HideVolunteersHelper | form | bool | No | |
| ServiceProviderActive | form | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Helper/Person/MyAccountDetails HTTP/1.1 Host: api.helferportal.de Accept: application/xml
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <AccountDetailResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HelferPortal.ApiModel"> <CompanyName>String</CompanyName> <DescriptionText>String</DescriptionText> <GlobalArticleSkillsActive>false</GlobalArticleSkillsActive> <HideVolunteersHelper>false</HideVolunteersHelper> <Id>0</Id> <KatastrophenschutzModulActive>false</KatastrophenschutzModulActive> <QualificationListActive>false</QualificationListActive> <ServiceProviderActive>false</ServiceProviderActive> </AccountDetailResponse>