POST documents/OdinCallback

Request Information

URI Parameters

None.

Body Parameters

OdinCallbackResponse
NameDescriptionTypeAdditional information
DocumentId

integer

None.

CommunicationId

integer

None.

Action

string

None.

Url

string

None.

ProcessDate

date

None.

DocGUID

string

None.

RxCustId

integer

None.

RepId

integer

None.

EmailId

integer

None.

WasSuccessful

boolean

None.

Message

string

None.

RefId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DocumentId": 1,
  "CommunicationId": 1,
  "Action": "sample string 1",
  "Url": "sample string 2",
  "ProcessDate": "2026-04-17T11:34:57.1205462+00:00",
  "DocGUID": "sample string 4",
  "RxCustId": 5,
  "RepId": 1,
  "EmailId": 1,
  "WasSuccessful": true,
  "Message": "sample string 7",
  "RefId": 8
}

text/html

Sample:
{"DocumentId":1,"CommunicationId":1,"Action":"sample string 1","Url":"sample string 2","ProcessDate":"2026-04-17T11:34:57.1205462+00:00","DocGUID":"sample string 4","RxCustId":5,"RepId":1,"EmailId":1,"WasSuccessful":true,"Message":"sample string 7","RefId":8}

application/xml, text/xml

Sample:
<OdinCallbackResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Odin">
  <Message xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Common">sample string 7</Message>
  <RefId xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Common">8</RefId>
  <WasSuccessful xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Common">true</WasSuccessful>
  <Action>sample string 1</Action>
  <CommunicationId>1</CommunicationId>
  <DocGUID>sample string 4</DocGUID>
  <DocumentId>1</DocumentId>
  <EmailId>1</EmailId>
  <ProcessDate>2026-04-17T11:34:57.1205462+00:00</ProcessDate>
  <RepId>1</RepId>
  <RxCustId>5</RxCustId>
  <Url>sample string 2</Url>
</OdinCallbackResponse>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.