Update an offer pool

HTTP method

Endpoint

PUT

/v1/offer_pools/{pool_id}

Path parameters

Parameter

Description

pool_id

The unique id for the offer pool.

Request body parameters

Field

Type

Description

Nullable

offer_pool

name

string

Offer pool name.

No

status

string

The offer pool status.

note

string

The offer pool note.

pool_offer

offer_id

integer

Offer id.

Response body parameters

Field

Type

Description

offer_pool

id

integer

The unique id for the offer pool.

name

string

Offer pool name.

status

string

The offer pool status.

note

string

The offer pool note.

create_time

integer

Create time.

update_time

integer

Update time.

pool_offer

pool_id

integer

The unique id for the offer pool.

offer_id

integer

Offer id.

create_time

integer

Create time.

Example request

Request PUT https://{networkname}.api.offerslook.com/v1/offer_pools/8

Request PUT http://{networkname}.api.offerslook.com/v1/offer_pools/8

Example response

Last updated

Was this helpful?