POST api/PeppolSent
Request Information
URI Parameters
None.
Body Parameters
OutgoingPeppolSentWebhook| Name | Description | Type | Additional information |
|---|---|---|---|
| event | string |
None. |
|
| ulid | string |
None. |
|
| body | OutgoingPeppolSentBody |
None. |
Request Formats
application/json, text/json
Sample:
{
"event": "sample string 1",
"ulid": "sample string 2",
"body": {
"ulid": "sample string 1",
"status": "NEW",
"statusMessage": "sample string 2",
"creationTimestamp": "2025-12-30T04:03:43.2507147-08:00",
"externalReference": "sample string 4",
"c3EndpointUrl": "sample string 5",
"as4ReceivedError": "sample string 6",
"errorMessage": "sample string 7",
"validationErrorMessage": "sample string 8",
"instanceIdentifier": "sample string 9",
"as4MessageId": "sample string 10",
"as4ConversationId": "sample string 11",
"sender": {
"scheme": "sample string 1",
"value": "sample string 2"
},
"receiver": {
"scheme": "sample string 1",
"value": "sample string 2"
},
"documentTypeIdentifier": {
"scheme": "sample string 1",
"value": "sample string 2"
},
"processIdentifier": {
"scheme": "sample string 1",
"value": "sample string 2"
},
"c1CountryCode": "sample string 12",
"c2CertCommonName": "sample string 13",
"c3CertCommonName": "sample string 14",
"validationStatus": "VALID",
"validationResultsPresignedUrl": "sample string 15"
}
}
application/xml, text/xml
Sample:
<PeppolDto.OutgoingPeppolSentWebhook xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DnaApi.Models">
<Body>
<As4ConversationId>sample string 11</As4ConversationId>
<As4MessageId>sample string 10</As4MessageId>
<As4ReceivedError>sample string 6</As4ReceivedError>
<C1CountryCode>sample string 12</C1CountryCode>
<C2CertCommonName>sample string 13</C2CertCommonName>
<C3CertCommonName>sample string 14</C3CertCommonName>
<C3EndpointUrl>sample string 5</C3EndpointUrl>
<CreationTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-12-30T12:03:43.2507147Z</d3p1:DateTime>
<d3p1:OffsetMinutes>-480</d3p1:OffsetMinutes>
</CreationTimestamp>
<DocumentTypeIdentifier>
<Scheme>sample string 1</Scheme>
<Value>sample string 2</Value>
</DocumentTypeIdentifier>
<ErrorMessage>sample string 7</ErrorMessage>
<ExternalReference>sample string 4</ExternalReference>
<InstanceIdentifier>sample string 9</InstanceIdentifier>
<ProcessIdentifier>
<Scheme>sample string 1</Scheme>
<Value>sample string 2</Value>
</ProcessIdentifier>
<Receiver>
<Scheme>sample string 1</Scheme>
<Value>sample string 2</Value>
</Receiver>
<Sender>
<Scheme>sample string 1</Scheme>
<Value>sample string 2</Value>
</Sender>
<Status>NEW</Status>
<StatusMessage>sample string 2</StatusMessage>
<Ulid>sample string 1</Ulid>
<ValidationErrorMessage>sample string 8</ValidationErrorMessage>
<ValidationResultsPresignedUrl>sample string 15</ValidationResultsPresignedUrl>
<ValidationStatus>VALID</ValidationStatus>
</Body>
<Event>sample string 1</Event>
<Ulid>sample string 2</Ulid>
</PeppolDto.OutgoingPeppolSentWebhook>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.