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
RequestMessageName | Description | Type | Additional 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": "b0180e7e-f7ca-4f6c-a1a2-4cc436622fb1", "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>b0180e7e-f7ca-4f6c-a1a2-4cc436622fb1</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:
Response Information
Resource Description
ResponseMessageName | Description | Type | Additional information |
---|---|---|---|
ReferenceNumber | globally unique identifier |
None. |
|
IsSuccessful | boolean |
None. |
|
ExceptionMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ReferenceNumber": "3db86c13-6279-432d-9d9d-cbc2f4067e57", "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>3db86c13-6279-432d-9d9d-cbc2f4067e57</ReferenceNumber> <IsSuccessful>true</IsSuccessful> <ExceptionMessage>sample string 3</ExceptionMessage> </ResponseMessage>