POST /api/ugandagpp/tenders
Price: 1 credit
One Ugandan bid invitation by id: the procuring entity, the procurement plan entry with its method, category and funding source, the estimated amount, every date of the procurement cycle from initiation to contract signature, the bid document price and security, the addresses and the cancellation state.
`title` is the subject of the procurement plan entry and `description` is the description of work, which recent invitations leave empty. `status` is `cancelled` when a cancellation date is set, otherwise `active` or `inactive` from the portal flag. The dates after `deadline_at` are the planned schedule, not events that happened; the winning bidder is in ugandagpp/awards/search filtered by `reference_number`. The `ocid` cannot be used to look a record up.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)id integer required — Bid invitation id as shown on gpp.ppda.go.ug (examples: 98312; min: 1)@type string (default: "UgandagppTender")id integer requiredocid string nullablereference_number string nullabledescription string nullablestatus string nullablebuyer object nullable@type string (default: "UgandagppPde")id integer requiredname string nullableabbreviation string nullablecategory string nullableaddress string nullablevalue number nullablecurrency string (default: "UGX")exchange_rate number nullablepublished_at integer nullabledeadline_at integer nullablecountry string (default: "UG")url string requiredfinancial_year string nullableprocurement_method object nullable@type string (default: "UgandagppProcurementMethod")id integer requiredcode string nullablename string nullabledescription string nullablebidding_period_days integer nullableprocurement_method_justification string nullableplan_entry object nullable@type string (default: "UgandagppPlanEntry")id integer requiredsubject string nullableprocurement_method object nullable@type string (default: "UgandagppProcurementMethod")id integer requiredcode string nullablename string nullabledescription string nullablebidding_period_days integer nullableprocurement_category object nullable@type string (default: "UgandagppProcurementCategory")id integer requiredcode string nullablename string nullableocds_code string nullablefunding_source object nullable@type string (default: "UgandagppFundingSource")id integer requiredname string nullableestimated_amount number nullablecurrency string (default: "UGX")quantity integer nullablerationale string nullablehas_reservation_schemes boolean nullableprocurement_category string nullablefunding_source string nullableinitiated_by string nullableinitiation_date string nullableconfirmation_of_funds_date string nullablecontracts_committee_approval_date string nullableapproval_date string nullableinvitation_to_bid_date string nullablepre_bid_meeting_at integer nullablebid_opening_at integer nullablebid_validity_date string nullableevaluation_start_date string nullableevaluation_end_date string nullablebest_evaluated_bidder_notice_date string nullablecontract_award_date string nullablecontract_signature_date string nullablebid_documents_price number nullablebid_security_amount number nullablebank_name string nullablebank_account_number string nullablepayment_method string nullabledocument_issue_address string nullabledocuments_inspection_address string nullablebid_receipt_address string nullablebid_opening_address string nullableworking_hours string nullablehas_lots boolean nullablehas_preference_schemes boolean nullablehas_custom_reference_number boolean nullableis_framework boolean nullableis_lotted_framework boolean nullableis_active boolean nullableis_approved boolean nullableis_cancelled boolean nullablecancelled_date string nullablereason_for_cancellation string nullableexpression_of_interest string nullableadditional_notes string nullableentity_procured_for string nullablequantity integer nullablecreated_at integer nullableupdated_at integer nullable422 — The id is not a numeric bid invitation id Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — No bid invitation under that id Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.