...
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 }, |
...