GuideLab API

Create a stable price book

POST
/price-lists

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/price-lists" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{  "priceList": {    "id": "string",    "labId": "string",    "name": "string",    "description": "string",    "isDefault": true,    "createdBy": "string",    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z",    "archivedAt": "2019-08-24T14:15:22Z",    "archivedBy": "string"  }}
Empty
Empty
Empty
Empty
Empty
Empty