Update offer_application the status

HTTP method

Endpoint

PATCH

/v1/batches/offer_applications/{application_ids}

Path parameters

Parameter

Description

application_ids

The unique id for the offer_application.

status

The modified status of the offer. Possible Values: approved·rejected·deleted

Note:The limit of bulk adjustment is 100 offer_applications.

Response body parameters

Field

Type

Description

id

integer

A string that uniquely identifies this offer.

status

string

The modified status of the offer. Possible Values: approved·rejected·deleted

Example request

Request PATCH https://{networkname}.api.offerslook.com/v1/batches/offer_applications/41,42,43?status=approved

http://{networkname}.api.offerslook.com/v1/batches/offer_applications/41,42,43?status=approved

Example response

Last updated

Was this helpful?