POST api/PreBill?authKey={authKey}&banyanPreBillId={banyanPreBillId}&batchId={batchId}&blnDelete={blnDelete}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
authKey

string

Required

banyanPreBillId

string

Required

batchId

integer

Required

blnDelete

boolean

Required

Body Parameters

None.

Response Information

Resource Description

DeletePreBillResponse
NameDescriptionTypeAdditional information
deleteSuccessful

boolean

None.

errorMessage

string

None.

stackTrace

string

None.

Response Formats

application/json, text/json

Sample:
{
  "deleteSuccessful": true,
  "errorMessage": "sample string 2",
  "stackTrace": "sample string 3"
}

application/xml, text/xml

Sample:
<DeletePreBillResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BanyanAPI.Controllers">
  <deleteSuccessful>true</deleteSuccessful>
  <errorMessage>sample string 2</errorMessage>
  <stackTrace>sample string 3</stackTrace>
</DeletePreBillResponse>