POST api/EDP

Request Information

URI Parameters

None.

Body Parameters

Collection of Error
NameDescriptionTypeAdditional information
code

string

None.

message

string

None.

stack_trace

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "code": "sample string 1",
    "message": "sample string 2",
    "stack_trace": "sample string 3"
  },
  {
    "code": "sample string 1",
    "message": "sample string 2",
    "stack_trace": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfError xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Integraciones.Models">
  <Error>
    <code>sample string 1</code>
    <message>sample string 2</message>
    <stack_trace>sample string 3</stack_trace>
  </Error>
  <Error>
    <code>sample string 1</code>
    <message>sample string 2</message>
    <stack_trace>sample string 3</stack_trace>
  </Error>
</ArrayOfError>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Error
NameDescriptionTypeAdditional information
code

string

None.

message

string

None.

stack_trace

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "code": "sample string 1",
    "message": "sample string 2",
    "stack_trace": "sample string 3"
  },
  {
    "code": "sample string 1",
    "message": "sample string 2",
    "stack_trace": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfError xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Integraciones.Models">
  <Error>
    <code>sample string 1</code>
    <message>sample string 2</message>
    <stack_trace>sample string 3</stack_trace>
  </Error>
  <Error>
    <code>sample string 1</code>
    <message>sample string 2</message>
    <stack_trace>sample string 3</stack_trace>
  </Error>
</ArrayOfError>