| Requires any of the roles: | bookingsupplier-administrator-write, superadmin | 
| GET | /services/prices/mappings | Get all price mappings for all service prices | Get all prices mapping for all service prices | 
|---|
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| CompanyId | query | Guid? | No | Company to show services for | 
| ReferenceType | query | string | Yes | ReferenceType | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| CompanyId | form | Guid | No | The company id | 
| Id | form | Guid | No | |
| PriceId | form | int | No | The price id | 
| ExternalReference | form | string | Yes | The external reference | 
| ReferenceType | form | string | Yes | The Reference Type | 
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /services/prices/mappings HTTP/1.1 Host: testapi.bokamera.se Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"PriceId":0,"ExternalReference":"String","ReferenceType":"String"}