POST api/Delivery/Delete

Request Information

URI Parameters

None.

Body Parameters

globally unique identifier

Request Formats

application/json, text/json

Sample:
"4de85454-1b79-4839-a05e-e6482f626ddf"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4de85454-1b79-4839-a05e-e6482f626ddf</guid>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Guid'.

Response Information

Resource Description

MogoLiveResponse
NameDescriptionTypeAdditional information
MogoLiveEvent

MogoLiveEvent

None.

MogoLiveEvents

Collection of MogoLiveEvent

None.

ResponseStatus

ResponseStatus

None.

Response Formats

application/json, text/json

Sample:
{
  "MogoLiveEvent": {
    "TableName": "sample string 1",
    "Id": "e489f256-3632-4bbf-8764-8cb54df07415",
    "Success": true,
    "WasTransactionRolledBack": true,
    "Message": "sample string 5",
    "Action": 0,
    "ErrorMessage": "sample string 6"
  },
  "MogoLiveEvents": [
    {
      "TableName": "sample string 1",
      "Id": "e489f256-3632-4bbf-8764-8cb54df07415",
      "Success": true,
      "WasTransactionRolledBack": true,
      "Message": "sample string 5",
      "Action": 0,
      "ErrorMessage": "sample string 6"
    },
    {
      "TableName": "sample string 1",
      "Id": "e489f256-3632-4bbf-8764-8cb54df07415",
      "Success": true,
      "WasTransactionRolledBack": true,
      "Message": "sample string 5",
      "Action": 0,
      "ErrorMessage": "sample string 6"
    }
  ],
  "ResponseStatus": {
    "ErrorCode": "sample string 1",
    "Message": "sample string 2",
    "StackTrace": "sample string 3",
    "Errors": [
      "sample string 1",
      "sample string 2"
    ],
    "Title": "sample string 4"
  }
}

application/xml, text/xml

Sample:
<MogoLiveResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RCCI.Models.Response.Common">
  <ResponseStatus xmlns="http://schemas.datacontract.org/2004/07/RCCI.Models">
    <ErrorCode>sample string 1</ErrorCode>
    <Errors xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </Errors>
    <Message>sample string 2</Message>
    <StackTrace>sample string 3</StackTrace>
    <Title>sample string 4</Title>
  </ResponseStatus>
  <MogoLiveEvent>
    <Action>Insert</Action>
    <ErrorMessage>sample string 6</ErrorMessage>
    <Id>e489f256-3632-4bbf-8764-8cb54df07415</Id>
    <Message>sample string 5</Message>
    <Success>true</Success>
    <TableName>sample string 1</TableName>
    <WasTransactionRolledBack>true</WasTransactionRolledBack>
  </MogoLiveEvent>
  <MogoLiveEvents>
    <MogoLiveEvent>
      <Action>Insert</Action>
      <ErrorMessage>sample string 6</ErrorMessage>
      <Id>e489f256-3632-4bbf-8764-8cb54df07415</Id>
      <Message>sample string 5</Message>
      <Success>true</Success>
      <TableName>sample string 1</TableName>
      <WasTransactionRolledBack>true</WasTransactionRolledBack>
    </MogoLiveEvent>
    <MogoLiveEvent>
      <Action>Insert</Action>
      <ErrorMessage>sample string 6</ErrorMessage>
      <Id>e489f256-3632-4bbf-8764-8cb54df07415</Id>
      <Message>sample string 5</Message>
      <Success>true</Success>
      <TableName>sample string 1</TableName>
      <WasTransactionRolledBack>true</WasTransactionRolledBack>
    </MogoLiveEvent>
  </MogoLiveEvents>
</MogoLiveResponse>