POST api/receipt/withdrawNrlFunds

Withdraw funds from NRL accounts Processes this receipt API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

The set withdraw nrl funds data contract supplied with the request.

SetWithdrawNrlFundsDataContract
NameDescriptionTypeAdditional information
AccountIds

The unique identifiers of the related account resources.

Collection of integer

None.

AllItemsSelected

Indicates whether all items selected is true.

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

The response returned after the operation completes.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.