POST api/receipt/withdrawNrlFunds

Withdraw funds from NRL accounts

Request Information

URI Parameters

None.

Body Parameters

SetWithdrawNrlFundsDataContract
NameDescriptionTypeAdditional information
AccountIds

Collection of integer

None.

AllItemsSelected

boolean

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "AccountIds": [
    1,
    2
  ],
  "AllItemsSelected": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.