POST api/entry/EntrySave

Request Information

URI Parameters

None.

Body Parameters

EntryModel
NameDescriptionTypeAdditional information
EntryID

integer

None.

EntryTypeID

integer

None.

EntryStatusID

integer

None.

AccountID

integer

None.

EntityID

integer

None.

ContactID

integer

None.

EntryContactID

integer

None.

MergeTemplateID

integer

None.

Entry

string

None.

CompleteEntry

string

None.

EntryDate

date

None.

AccountStatusID

integer

None.

CreateID

integer

None.

CreateSessionID

integer

None.

CreateTS

date

None.

ModifyID

integer

None.

ModifySessionID

integer

None.

ModifyTS

date

None.

InactiveID

integer

None.

InactiveSessionID

integer

None.

InactiveTS

date

None.

StatusID

integer

None.

Z_DB

integer

None.

Z_ID

integer

None.

WorkflowID

integer

None.

PrincipalID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EntryID": 1,
  "EntryTypeID": 1,
  "EntryStatusID": 1,
  "AccountID": 1,
  "EntityID": 1,
  "ContactID": 1,
  "EntryContactID": 1,
  "MergeTemplateID": 1,
  "Entry": "sample string 2",
  "CompleteEntry": "sample string 3",
  "EntryDate": "2025-09-02T23:06:52.356846+00:00",
  "AccountStatusID": 1,
  "CreateID": 1,
  "CreateSessionID": 1,
  "CreateTS": "2025-09-02T23:06:52.356846+00:00",
  "ModifyID": 1,
  "ModifySessionID": 1,
  "ModifyTS": "2025-09-02T23:06:52.356846+00:00",
  "InactiveID": 1,
  "InactiveSessionID": 1,
  "InactiveTS": "2025-09-02T23:06:52.356846+00:00",
  "StatusID": 5,
  "Z_DB": 1,
  "Z_ID": 1,
  "WorkflowID": 1,
  "PrincipalID": 1
}

application/xml, text/xml

Sample:
<EntryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Entry">
  <AccountID>1</AccountID>
  <AccountStatusID>1</AccountStatusID>
  <CompleteEntry>sample string 3</CompleteEntry>
  <ContactID>1</ContactID>
  <CreateID>1</CreateID>
  <CreateSessionID>1</CreateSessionID>
  <CreateTS>2025-09-02T23:06:52.356846+00:00</CreateTS>
  <EntityID>1</EntityID>
  <Entry>sample string 2</Entry>
  <EntryContactID>1</EntryContactID>
  <EntryDate>2025-09-02T23:06:52.356846+00:00</EntryDate>
  <EntryID>1</EntryID>
  <EntryStatusID>1</EntryStatusID>
  <EntryTypeID>1</EntryTypeID>
  <InactiveID>1</InactiveID>
  <InactiveSessionID>1</InactiveSessionID>
  <InactiveTS>2025-09-02T23:06:52.356846+00:00</InactiveTS>
  <MergeTemplateID>1</MergeTemplateID>
  <ModifyID>1</ModifyID>
  <ModifySessionID>1</ModifySessionID>
  <ModifyTS>2025-09-02T23:06:52.356846+00:00</ModifyTS>
  <PrincipalID>1</PrincipalID>
  <StatusID>5</StatusID>
  <WorkflowID>1</WorkflowID>
  <Z_DB>1</Z_DB>
  <Z_ID>1</Z_ID>
</EntryModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

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>