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
api:api_applications_id_offers_id_type [2017/07/20 09:16] Safak Samilogluapi:api_applications_id_offers_id_type [2024/01/15 11:22] (current) – [Response example] Safak Samiloglu
Line 27: Line 27:
  
 ==== Response example ==== ==== Response example ====
 +
 +== API version >= 4 ==
  
   "Conditionally accepted"   "Conditionally accepted"
  
 +== API version <= 3 ==
 +
 +  {
 +      "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 ====