Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As a supplier, if you have been assigned a guaranteed allocation on a survey, then this you should have confidence in sending against the “guaranteed_allocation_remaining” allocation.

This allocation will be communicated in the supplier_completes object:

Code Block
      "supplier_completes": {
        "needed": 24,
        "achieved": 3,
        "remaining": 21,
        "guaranteed_allocation": 10,
        "guaranteed_allocation_remaining": 7
      },

...