POST api/Abbonamenti/CancelPermitById

Request Information

URI Parameters

None.

Body Parameters

CancelPermitByIdRequestModel
NameDescriptionTypeAdditional information
IdAbboEncoded

string

None.

Refund

boolean

None.

RefundPaymentMethodId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IdAbboEncoded": "sample string 1",
  "Refund": true,
  "RefundPaymentMethodId": 1
}

application/xml, text/xml

Sample:
<AbbonamentiController.CancelPermitByIdRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pass.WebApi.Controllers">
  <IdAbboEncoded>sample string 1</IdAbboEncoded>
  <Refund>true</Refund>
  <RefundPaymentMethodId>1</RefundPaymentMethodId>
</AbbonamentiController.CancelPermitByIdRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.