POST api/accounts/transactionsbyinvoice/delete

Request Information

URI Parameters

None.

Body Parameters

DeleteAccTransactionMasterByInvIDRequestModel
NameDescriptionTypeAdditional information
InvTransactionID

integer

None.

VoucherType

string

None.

FormType

string

None.

BranchID

integer

None.

UserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "InvTransactionID": 1,
  "VoucherType": "sample string 2",
  "FormType": "sample string 3",
  "BranchID": 4,
  "UserID": 5
}

application/xml, text/xml

Sample:
<DeleteAccTransactionMasterByInvIDRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrushMateBackendAPI.Controllers">
  <BranchID>4</BranchID>
  <FormType>sample string 3</FormType>
  <InvTransactionID>1</InvTransactionID>
  <UserID>5</UserID>
  <VoucherType>sample string 2</VoucherType>
</DeleteAccTransactionMasterByInvIDRequestModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DeleteAccTransactionMasterByInvIDRequestModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.