POST api/ptp/postnotificationptp
Request Information
URI Parameters
None.
Body Parameters
NotificationMensaje| Name | Description | Type | Additional information | 
|---|---|---|---|
| status | Status | 
                             None.  | 
                |
| requestId | string | 
                             None.  | 
                |
| reference | string | 
                             None.  | 
                |
| signature | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "status": {
    "status": "sample string 1",
    "reason": "sample string 2",
    "message": "sample string 3",
    "date": "2025-11-04T13:04:11.5336336+00:00"
  },
  "requestId": "sample string 1",
  "reference": "sample string 2",
  "signature": "sample string 3"
}
        application/xml, text/xml
            Sample:
        
<NotificationMensaje xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MENSAJE">
  <reference>sample string 2</reference>
  <requestId>sample string 1</requestId>
  <signature>sample string 3</signature>
  <status>
    <date>2025-11-04T13:04:11.5336336+00:00</date>
    <message>sample string 3</message>
    <reason>sample string 2</reason>
    <status>sample string 1</status>
  </status>
</NotificationMensaje>
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
            Sample:
        true
application/xml, text/xml
            Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>