Skip to content

Commit

Permalink
Update ACVP Purchasing Endpoints.md
Browse files Browse the repository at this point in the history
  • Loading branch information
celic authored Oct 28, 2020
1 parent 01a1ebd commit 408bdf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ACVP Purchasing Endpoints.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ACVTS Purchasing Endpoints

This document outlines the various endpoints around purchasing and tracking vector set usage. These endpoints are available on both Demo and Prod, but any underlying actions will only be triggered on Prod. Purchasing vector sets is not available on Demo. Starting October 1, 2020, all Production users are *REQUIRED* to purchase before use. A grace period starting October 1, 2020 until 11:59pm EDT November 30, 2020 allows users in Production to use vector sets before purchasing before the grace period expires.
This document outlines the various endpoints around purchasing and tracking vector set usage. These endpoints are available on both Demo and Prod, but some underlying actions will only be triggered on Prod. Purchasing vector sets is not available on Demo. Starting October 1, 2020, all Production users are *REQUIRED* to purchase before use. A grace period starting October 1, 2020 until 11:59pm EDT November 30, 2020 allows users in Production to use vector sets before purchasing before the grace period expires.

Purchases are made by an accredited 17ACVT lab with a signed CRADA for the current FY. All users in Production belong to a lab. The lab is the entity that owns any purchased vector sets. All users that belong to the lab share the same pool of available vector sets.

## 1. Purchase Options

The following endpoint and response outline the options available for purchase. Prices and amounts may change from FY to FY.
The following endpoint and response outline the options available for purchase. Options and prices in examples are for the current fiscal year (FY). Prices and amounts may change from FY to FY. An FY runs from October 01 of one year to September 30 of the following year.

```
GET /purchase/options
Expand Down Expand Up @@ -94,7 +94,7 @@ Initiates a purchase of vector sets. Multiple purchase options, and multiples of
## 3. Available Vector Sets

```
GET /lab/availableVectorSets
GET /lab/availablevectorsets
```

Returns how many vector sets your lab has for use based on purchases for which payment has been received and previous vector set usage. Value will either be a number of vector sets, or "unlimited"
Expand Down

0 comments on commit 408bdf3

Please sign in to comment.