POST Ipt/IPT_SaveSalesOrderDelayFee

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.IPT_SalesOrderDelayFee
NameDescriptionTypeAdditional information
DOC_NO

integer

None.

DELAY_FEE_PERC

decimal number

None.

NEXT_ACTION_DATE

date

None.

NOTE

string

None.

IS_REMOVED_FROM_SP_REPORT

boolean

None.

ADDED_BY

string

None.

ADDED_ON

date

None.

UPDATED_BY

string

None.

UPDATED_ON

date

None.

Request Formats

application/json, text/json

Sample:
{
  "DOC_NO": 1,
  "DELAY_FEE_PERC": 1.0,
  "NEXT_ACTION_DATE": "2026-04-03T08:48:21.5383789-04:00",
  "NOTE": "sample string 2",
  "IS_REMOVED_FROM_SP_REPORT": true,
  "ADDED_BY": "sample string 4",
  "ADDED_ON": "2026-04-03T08:48:21.5383789-04:00",
  "UPDATED_BY": "sample string 5",
  "UPDATED_ON": "2026-04-03T08:48:21.5383789-04:00"
}

application/xml, text/xml

Sample:
<IPT_SalesOrderDelayFee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <ADDED_BY>sample string 4</ADDED_BY>
  <ADDED_ON>2026-04-03T08:48:21.5383789-04:00</ADDED_ON>
  <DELAY_FEE_PERC>1</DELAY_FEE_PERC>
  <DOC_NO>1</DOC_NO>
  <IS_REMOVED_FROM_SP_REPORT>true</IS_REMOVED_FROM_SP_REPORT>
  <NEXT_ACTION_DATE>2026-04-03T08:48:21.5383789-04:00</NEXT_ACTION_DATE>
  <NOTE>sample string 2</NOTE>
  <UPDATED_BY>sample string 5</UPDATED_BY>
  <UPDATED_ON>2026-04-03T08:48:21.5383789-04:00</UPDATED_ON>
</IPT_SalesOrderDelayFee>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.