POST papi/v1/integration/auditreference


Security

Secured API


Request Information

URI Parameters

None.

Required Headers

Name Description Sample Type Default
Authorization Represents the value of the authentication token.
Allow multiple values: no.
Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ... string None
ConsumerId Represents the value of the consumer id.
Allow multiple values: no.
2426 integer None

Optional Headers

Name Description Sample Type Default
ApplicationType Represents the value of the consumer's application type.
Allow multiple values: no.
1 ApplicationType None
Accept-Language Represents the value of the desired language for translations.
Allow multiple values: yes.
es string en

Body Parameters

RequestMessage
NameDescriptionTypeAdditional information
ConsumerID

integer

None.

ReferenceNumber

globally unique identifier

None.

ProtocolName

string

None.

UserEmail

string

None.

UserName

string

None.

ContentProviderName

string

None.

CompanyID

string

None.


Request Formats

application/json, text/json

Sample:
{
  "ConsumerID": 1,
  "ReferenceNumber": "3bd5c03f-fa82-4014-9cf3-3193413be991",
  "ProtocolName": "sample string 3",
  "UserEmail": "sample string 4",
  "UserName": "sample string 5",
  "ContentProviderName": "sample string 6",
  "CompanyID": "sample string 7"
}

application/xml, text/xml

Sample:
<RequestMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ConsumerID>1</ConsumerID>
  <ReferenceNumber>3bd5c03f-fa82-4014-9cf3-3193413be991</ReferenceNumber>
  <ProtocolName>sample string 3</ProtocolName>
  <UserEmail>sample string 4</UserEmail>
  <UserName>sample string 5</UserName>
  <ContentProviderName>sample string 6</ContentProviderName>
  <CompanyID>sample string 7</CompanyID>
</RequestMessage>

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


Response Information

Resource Description

ResponseMessage
NameDescriptionTypeAdditional information
ReferenceNumber

globally unique identifier

None.

IsSuccessful

boolean

None.

ExceptionMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ReferenceNumber": "f73eaf65-662e-4ba4-97ff-aeb761be5cd2",
  "IsSuccessful": true,
  "ExceptionMessage": "sample string 3"
}

application/xml, text/xml

Sample:
<ResponseMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ReferenceNumber>f73eaf65-662e-4ba4-97ff-aeb761be5cd2</ReferenceNumber>
  <IsSuccessful>true</IsSuccessful>
  <ExceptionMessage>sample string 3</ExceptionMessage>
</ResponseMessage>