POST api/Transaction/ReleaseHold?id={id}&agencyEIN={agencyEIN}&branchName={branchName}
Releases a hold on the DisbursementLineItem GUIDs listed in the body. If none are supplied, all holds in the Transaction are released.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
TransactionId |
string |
Required |
agencyEIN |
Agency Identification Number |
string |
Required |
branchName |
Agency Branch Name |
string |
Required |
Body Parameters
Line Item ID(s)
stringResponse Information
Resource Description
IHttpActionResultNone.