The application does not pass
HTTP method | Endpoint |
PATCH | /v1/offer_applications/{application_id}/rejected |
Path parameters
Parameter | Description |
application_id | The unique id for the application. |
Response body parameters
Field | Type | Description |
id | integer | application_id |
offer_id | integer | Offer id |
affiliate_id | integer | Affiliate id |
apply_time | string | Apply time. |
accept_time | string | Accept time. |
status | string | The status of the OfferApplication. There are three kinds of States: 1 pending ; 2 approved ; 3 rejected (You cannot delete actions in pending status) |
Example request
Request PATCH https://{networkname}.api.offerslook.com/v1/offer_applications/2198/rejected
Request PATCH http://{networkname}.api.offerslook.com/v1/offer_applications/2198/rejected
Example response
Last updated