POST creditcontrol/SaveAgingProcessBracket

Request Information

URI Parameters

None.

Body Parameters

CMProcessBracketItem
NameDescriptionTypeAdditional information
CollectProcessId

integer

None.

BracketId

integer

None.

BracketNo

integer

None.

UseFinPeriod

boolean

None.

UsePeriod

integer

None.

ValueOver

decimal number

None.

CheckForOutstandingJobs

boolean

None.

CheckForOutstandingComplaints

boolean

None.

UserAssignmentMethod

integer

None.

TicketTypeId

integer

None.

TicketTypeName

string

None.

LastRunDate

date

None.

LastRunUsername

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CollectProcessId": 1,
  "BracketId": 2,
  "BracketNo": 3,
  "UseFinPeriod": true,
  "UsePeriod": 5,
  "ValueOver": 6.0,
  "CheckForOutstandingJobs": true,
  "CheckForOutstandingComplaints": true,
  "UserAssignmentMethod": 1,
  "TicketTypeId": 1,
  "TicketTypeName": "sample string 9",
  "LastRunDate": "2026-04-17T11:33:35.2395539+00:00",
  "LastRunUsername": "sample string 10"
}

text/html

Sample:
{"CollectProcessId":1,"BracketId":2,"BracketNo":3,"UseFinPeriod":true,"UsePeriod":5,"ValueOver":6.0,"CheckForOutstandingJobs":true,"CheckForOutstandingComplaints":true,"UserAssignmentMethod":1,"TicketTypeId":1,"TicketTypeName":"sample string 9","LastRunDate":"2026-04-17T11:33:35.2395539+00:00","LastRunUsername":"sample string 10"}

application/xml, text/xml

Sample:
<CMProcessBracketItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.Xyro.Models.Creditor">
  <BracketId>2</BracketId>
  <BracketNo>3</BracketNo>
  <CheckForOutstandingComplaints>true</CheckForOutstandingComplaints>
  <CheckForOutstandingJobs>true</CheckForOutstandingJobs>
  <CollectProcessId>1</CollectProcessId>
  <LastRunDate>2026-04-17T11:33:35.2395539+00:00</LastRunDate>
  <LastRunUsername>sample string 10</LastRunUsername>
  <TicketTypeId>1</TicketTypeId>
  <TicketTypeName>sample string 9</TicketTypeName>
  <UseFinPeriod>true</UseFinPeriod>
  <UsePeriod>5</UsePeriod>
  <UserAssignmentMethod>1</UserAssignmentMethod>
  <ValueOver>6</ValueOver>
</CMProcessBracketItem>

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 'CMProcessBracketItem'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.