POST api/DeliveryComplete/Send

Request Information

URI Parameters

None.

Body Parameters

DeliveryComplete
NameDescriptionTypeAdditional information
DeliveryCompleteId

integer

None.

ApprovalNumber

string

None.

BatchId

string

None.

BatchBC

string

None.

SeqNo

integer

None.

DeliveryUniqueId

globally unique identifier

None.

TripUniqueId

globally unique identifier

None.

DeliveryId

integer

None.

DateTimeDeliveredUTC

date

None.

QuantityDelivered

decimal number

None.

DeliveredPrice

decimal number

None.

EndingPercent

decimal number

None.

VehicleId

integer

None.

IsTankCheck

boolean

None.

IsNonDelivery

boolean

None.

IsSentToServer

boolean

None.

TripId

integer

None.

LoadNumber

integer

None.

IsActive

boolean

None.

IsInactive

boolean

None.

IsActiveVisibility

Visibility

None.

CreatedOn

date

None.

CreatedOnUTC

date

None.

CreatedBy

string

None.

ModifiedOn

date

None.

ModifiedOnUTC

date

None.

ModifiedBy

string

None.

RowState

RowState

None.

IsChecked

boolean

None.

MessageId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DeliveryCompleteId": 1,
  "ApprovalNumber": "sample string 2",
  "BatchId": "sample string 3",
  "BatchBC": "sample string 4",
  "SeqNo": 5,
  "DeliveryUniqueId": "60d56ef2-3707-4cb2-b38d-dbb637513c79",
  "TripUniqueId": "7a47e08c-7bc2-4dfe-ae09-a1b49242213e",
  "DeliveryId": 8,
  "DateTimeDeliveredUTC": "2025-04-03T17:01:17.7966973-04:00",
  "QuantityDelivered": 11.0,
  "DeliveredPrice": 12.0,
  "EndingPercent": 13.0,
  "VehicleId": 14,
  "IsTankCheck": true,
  "IsNonDelivery": true,
  "IsSentToServer": true,
  "TripId": 18,
  "LoadNumber": 19,
  "IsActive": true,
  "IsInactive": false,
  "IsActiveVisibility": 2,
  "CreatedOn": "2025-04-03T17:01:17.7966973-04:00",
  "CreatedOnUTC": "2025-04-03T17:01:17.7966973-04:00",
  "CreatedBy": "sample string 23",
  "ModifiedOn": "2025-04-03T17:01:17.7966973-04:00",
  "ModifiedOnUTC": "2025-04-03T17:01:17.7966973-04:00",
  "ModifiedBy": "sample string 24",
  "RowState": 0,
  "IsChecked": true,
  "MessageId": "sample string 26"
}

application/xml, text/xml

Sample:
<DeliveryComplete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RCCI.Models">
  <IsChecked xmlns="http://schemas.datacontract.org/2004/07/RCCI.Common">true</IsChecked>
  <MessageId xmlns="http://schemas.datacontract.org/2004/07/RCCI.Common">sample string 26</MessageId>
  <ProposedChanges xmlns="http://schemas.datacontract.org/2004/07/RCCI.Common" />
  <RowState xmlns="http://schemas.datacontract.org/2004/07/RCCI.Common">Unchanged</RowState>
  <CreatedBy>sample string 23</CreatedBy>
  <CreatedOn>2025-04-03T17:01:17.7966973-04:00</CreatedOn>
  <CreatedOnUTC>2025-04-03T17:01:17.7966973-04:00</CreatedOnUTC>
  <IsActive>true</IsActive>
  <ModifiedBy>sample string 24</ModifiedBy>
  <ModifiedOn>2025-04-03T17:01:17.7966973-04:00</ModifiedOn>
  <ModifiedOnUTC>2025-04-03T17:01:17.7966973-04:00</ModifiedOnUTC>
  <ApprovalNumber>sample string 2</ApprovalNumber>
  <BatchBC>sample string 4</BatchBC>
  <BatchId>sample string 3</BatchId>
  <DateTimeDelivered>2025-04-03T17:01:17.7966973-04:00</DateTimeDelivered>
  <DateTimeDeliveredUTC>2025-04-03T17:01:17.7966973-04:00</DateTimeDeliveredUTC>
  <DeliveredPrice>12</DeliveredPrice>
  <DeliveryCompleteId>1</DeliveryCompleteId>
  <DeliveryId>8</DeliveryId>
  <DeliveryUniqueId>60d56ef2-3707-4cb2-b38d-dbb637513c79</DeliveryUniqueId>
  <EndingPercent>13</EndingPercent>
  <IsNonDelivery>true</IsNonDelivery>
  <IsSentToServer>true</IsSentToServer>
  <IsTankCheck>true</IsTankCheck>
  <LoadNumber>19</LoadNumber>
  <QuantityDelivered>11</QuantityDelivered>
  <SeqNo>5</SeqNo>
  <TripId>18</TripId>
  <TripUniqueId>7a47e08c-7bc2-4dfe-ae09-a1b49242213e</TripUniqueId>
  <VehicleId>14</VehicleId>
</DeliveryComplete>

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 'DeliveryComplete'.

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": "8b999be3-efaf-497c-b62a-4913965c4b91",
    "Success": true,
    "WasTransactionRolledBack": true,
    "Message": "sample string 5",
    "Action": 0,
    "ErrorMessage": "sample string 6"
  },
  "MogoLiveEvents": [
    {
      "TableName": "sample string 1",
      "Id": "8b999be3-efaf-497c-b62a-4913965c4b91",
      "Success": true,
      "WasTransactionRolledBack": true,
      "Message": "sample string 5",
      "Action": 0,
      "ErrorMessage": "sample string 6"
    },
    {
      "TableName": "sample string 1",
      "Id": "8b999be3-efaf-497c-b62a-4913965c4b91",
      "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>8b999be3-efaf-497c-b62a-4913965c4b91</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>8b999be3-efaf-497c-b62a-4913965c4b91</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>8b999be3-efaf-497c-b62a-4913965c4b91</Id>
      <Message>sample string 5</Message>
      <Success>true</Success>
      <TableName>sample string 1</TableName>
      <WasTransactionRolledBack>true</WasTransactionRolledBack>
    </MogoLiveEvent>
  </MogoLiveEvents>
</MogoLiveResponse>