Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
api:api_applications_id_offers_id_type [2017/07/20 09:16] Safak Samilogluapi:api_applications_id_offers_id_type [2024/01/15 11:20] – [Raw request body] Safak Samiloglu
Line 27: Line 27:
  
 ==== Response example ==== ==== Response example ====
 +
 +== API v4 and onwards ==
  
   "Conditionally accepted"   "Conditionally accepted"
  
 +== API v3 and backwards ==
 +
 +  {
 +      "id": 18,
 +      "type": "/api/v4/applications/offers/types/18"
 +  }
 ===== PUT ===== ===== PUT =====
  
Line 44: Line 52:
 This will be set as the type of the application offer in question, upon successful validation. This will be set as the type of the application offer in question, upon successful validation.
  
-  "Conditionally accepted"+== API version >= 4 ==
  
 +  18
 +
 +== API version <= 3 ==
 +
 +  "Conditionally accepted"
 ==== Response headers ==== ==== Response headers ====