v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1350108168.1 KB
accounts

Update given deals to resume serving. This method will set the DealServingMetadata.DealPauseStatus.has_buyer_paused bit to false for all listed deals in the request. Currently, this method only applies to PG and PD deals. For PA deals, call accounts.proposals.resume endpoint. It is a no-op to resume running deals or deals paused by the other party. It is an error to call ResumeProposalDeals for deals which are not part of the proposal of proposal_id or which are not finalized or renegotiating.

post/v2beta1/accounts/{accountId}/finalizedProposals/{proposalId}:resume

Path parameters

accountIdstring required

Account ID of the buyer.

proposalIdstring required

The proposal_id of the proposal containing the deals.

Request body

externalDealIdsstring[]

The external_deal_id's of the deals to resume. If empty, all the deals in the proposal will be resumed.

Response

Successful response