POST Ipt/IPT_SavePurchaseReceiverSetting

Request Information

URI Parameters

None.

Body Parameters

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

integer

None.

LINE

decimal number

None.

ISSUE_DATE

date

None.

FIRST_CONTACT_TO_VENDOR

date

None.

PRIORITY

integer

None.

KNOWN_ISSUE_ID

integer

None.

KNOWN_ISSUE

string

None.

ADDED_BY

string

None.

ADDED_DATE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "DOC_NO": 1,
  "LINE": 2.0,
  "ISSUE_DATE": "2026-04-03T08:53:37.5543377-04:00",
  "FIRST_CONTACT_TO_VENDOR": "2026-04-03T08:53:37.5543377-04:00",
  "PRIORITY": 1,
  "KNOWN_ISSUE_ID": 1,
  "KNOWN_ISSUE": "sample string 3",
  "ADDED_BY": "sample string 4",
  "ADDED_DATE": "2026-04-03T08:53:37.5543377-04:00"
}

application/xml, text/xml

Sample:
<IPT_ReceiverPrioritySettings 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_DATE>2026-04-03T08:53:37.5543377-04:00</ADDED_DATE>
  <DOC_NO>1</DOC_NO>
  <FIRST_CONTACT_TO_VENDOR>2026-04-03T08:53:37.5543377-04:00</FIRST_CONTACT_TO_VENDOR>
  <ISSUE_DATE>2026-04-03T08:53:37.5543377-04:00</ISSUE_DATE>
  <KNOWN_ISSUE>sample string 3</KNOWN_ISSUE>
  <KNOWN_ISSUE_ID>1</KNOWN_ISSUE_ID>
  <LINE>2</LINE>
  <PRIORITY>1</PRIORITY>
</IPT_ReceiverPrioritySettings>

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.