GET api/NoteReasonDebtor/GetNoteReasonDetails?NoteReasonID={NoteReasonID}&ShowInactive={ShowInactive}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NoteReasonID | integer |
Required |
|
| ShowInactive | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
NoteReasonDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| NoteReasonID | integer |
None. |
|
| NoteReason | string |
None. |
|
| WorkflowID | 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. |
|
| Response | IResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"NoteReasonID": 1,
"NoteReason": "sample string 2",
"WorkflowID": 1,
"CreateID": 1,
"CreateSessionID": 1,
"CreateTS": "2026-01-15T08:36:16.0496857+00:00",
"ModifyID": 1,
"ModifySessionID": 1,
"ModifyTS": "2026-01-15T08:36:16.0496857+00:00",
"InactiveID": 1,
"InactiveSessionID": 1,
"InactiveTS": "2026-01-15T08:36:16.0496857+00:00",
"StatusID": 3,
"Response": null
}
application/xml, text/xml
Sample:
<NoteReasonDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.NoteReason"> <CreateID>1</CreateID> <CreateSessionID>1</CreateSessionID> <CreateTS>2026-01-15T08:36:16.0496857+00:00</CreateTS> <InactiveID>1</InactiveID> <InactiveSessionID>1</InactiveSessionID> <InactiveTS>2026-01-15T08:36:16.0496857+00:00</InactiveTS> <ModifyID>1</ModifyID> <ModifySessionID>1</ModifySessionID> <ModifyTS>2026-01-15T08:36:16.0496857+00:00</ModifyTS> <NoteReason>sample string 2</NoteReason> <NoteReasonID>1</NoteReasonID> <Response i:nil="true" /> <StatusID>3</StatusID> <WorkflowID>1</WorkflowID> </NoteReasonDetails>