POST api/ptpweb/postnotificationvehiculoptweb

Request Information

URI Parameters

None.

Body Parameters

NotificationMensaje
NameDescriptionTypeAdditional 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": "2024-03-28T22:35:08.5085216+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>2024-03-28T22:35:08.5085216+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

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>