POST Friend/CancelProposals

Request Information

URI Parameters

None.

Body Parameters

CancelProposalsForm
NameDescriptionTypeAdditional information
offerIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "offerIds": [
    1,
    2
  ]
}

Response Information

Resource Description

None.