POST api/payment/BlockPayLaterCustomer

Request Information

URI Parameters

None.

Body Parameters

BlockPayLaterCustomerModel
NameDescriptionTypeAdditional information
UserId

integer

None.

CustomerId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "CustomerId": 2
}

application/xml, text/xml

Sample:
<BlockPayLaterCustomerModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <UserId>1</UserId>
  <CustomerId>2</CustomerId>
</BlockPayLaterCustomerModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.