GET api/Fonteva/PSI_Exam_Orders?ReceiptNumber={ReceiptNumber}

Returns a PSI EXAM RECEIPT Record using the Objects Receipt Number and the GET Method

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ReceiptNumber

string

Required

Body Parameters

None.

Response Information

Resource Description

PSI_Exam_Order
NameDescriptionTypeAdditional information
SF_contact_ID

string

None.

Payment_Received_Date

date

None.

ReceiptNumber

string

None.

Item

string

None.

Item_LineDescription

string

None.

Goal_ID_Core

string

None.

Goal_ID_Sim

string

None.

Response Formats

application/json, text/json

Sample:
{
  "SF_contact_ID": "sample string 1",
  "Payment_Received_Date": "2025-04-03T18:44:45.3573594-05:00",
  "ReceiptNumber": "sample string 3",
  "Item": "sample string 4",
  "Item_LineDescription": "sample string 5",
  "Goal_ID_Core": "sample string 6",
  "Goal_ID_Sim": "sample string 7"
}

application/xml, text/xml

Sample:
<PSI_Exam_Order xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ACMA_WebAPI">
  <Goal_ID_Core>sample string 6</Goal_ID_Core>
  <Goal_ID_Sim>sample string 7</Goal_ID_Sim>
  <Item>sample string 4</Item>
  <Item_LineDescription>sample string 5</Item_LineDescription>
  <Payment_Received_Date>2025-04-03T18:44:45.3573594-05:00</Payment_Received_Date>
  <ReceiptNumber>sample string 3</ReceiptNumber>
  <SF_contact_ID>sample string 1</SF_contact_ID>
</PSI_Exam_Order>