| All Verbs | /partnerships/pharmacies |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| NameFilter | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Pharmacies | form | List<UserDetailDto> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | long | No | |
| LanguageCode | form | LanguageCode | No | |
| CompanyAdditional | form | string | No | |
| CountryEnum | form | Country | No | |
| LabelVersion | form | LabelVersion | No | |
| form | string | No | ||
| PrimaryEmail | form | string | No | |
| PhoneNumber | form | string | No | |
| FirstName | form | string | No | |
| LastName | form | string | No | |
| CustomerNumber | form | long? | No | |
| Company | form | string | No | |
| Address | form | string | No | |
| Address2 | form | string | No | |
| City | form | string | No | |
| Gender | form | string | No | |
| PostalCode | form | string | No | |
| Salutation | form | Salutation | No | |
| IsActive | form | bool | No | |
| IsStandardPharmacist | form | bool | No | |
| IsVisumRequired | form | bool | No | |
| InStockOnly | form | bool | No | |
| ShowEtOH | form | bool | No | |
| EmailNotifications | form | bool | No | |
| LockedDate | form | DateTime? | No | |
| Roles | form | List<string> | No | |
| Permissions | form | List<string> | No | |
| LabelTemplateId | form | long? | No | |
| LabelTemplateName | form | string | No | |
| UseNewLabel | form | bool | No |
| Name | Value | |
|---|---|---|
| de | 1 | |
| fr | 2 | |
| it | 3 |
| Name | Value | |
|---|---|---|
| Switzerland | 1 | |
| Germany | 2 | |
| Austria | 3 |
| Name | Value | |
|---|---|---|
| PrimeraLogo | 1 | |
| PrimeraLogoBarcode | 2 | |
| PrimeraNaturdrogerieBern | 3 | |
| PrimeraStuder | 4 | |
| Zebra | 5 | |
| ZebraBaumannRichterswil | 6 | |
| ZebraSonderegger | 7 | |
| ZebraSwidroArialLogo | 8 | |
| ZebraSwidroArialLogoBarcode | 9 | |
| ZebraLogo | 11 | |
| ZebraLogoBarcode | 12 | |
| PrimeraFuernitz | 13 | |
| PrimeraImlig | 14 | |
| PrimeraImligNaturheil | 15 | |
| Primera76 | 16 | |
| RaegebogeWinterthur | 17 | |
| ZebraKraemer | 18 | |
| ZebraBoznerplatz | 19 | |
| ZebraPinzgau | 20 | |
| ZebraRoggen | 21 | |
| ZebraStandardLogo | 22 | |
| ZebraStandardLogoEAN13 | 23 | |
| ZebraStandardNoLogo | 24 | |
| ZebraWalgau | 26 | |
| ZebraFrLogo | 27 | |
| ZebraKuettigen | 29 |
| Name | Value | |
|---|---|---|
| MISTER | 1 | |
| MISSES | 2 |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /partnerships/pharmacies HTTP/1.1
Host: heidak-api.build.exanic.ch
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"nameFilter":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"pharmacies":[{"id":0,"languageCode":1,"companyAdditional":"String","countryEnum":1,"labelVersion":1,"email":"String","primaryEmail":"String","phoneNumber":"String","firstName":"String","lastName":"String","customerNumber":0,"company":"String","address":"String","address2":"String","city":"String","gender":"String","postalCode":"String","salutation":1,"isActive":false,"isStandardPharmacist":false,"isVisumRequired":false,"inStockOnly":false,"showEtOH":false,"emailNotifications":false,"lockedDate":"0001-01-01T00:00:00.0000000","roles":["String"],"permissions":["String"],"labelTemplateId":0,"labelTemplateName":"String","useNewLabel":false}]}