POST api/EntryClient/SaveEntryForDebtorExtranet?accountID={accountID}&entryID={entryID}&entry={entry}&suppressEmail={suppressEmail}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountID

integer

Required

entryID

integer

Required

entry

string

Required

suppressEmail

boolean

Required

Body Parameters

None.

Response Information

Resource Description

ActionResultVM
NameDescriptionTypeAdditional information
Response

IResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "Response": null
}

application/xml, text/xml

Sample:
<ActionResultVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels">
  <Response i:nil="true" />
</ActionResultVM>