POST api/FWebMobile/DigitalPackout/SubmitRailcarVarianceReport

Submit the railcar variance report.

Request Information

URI Parameters

None.

Body Parameters

RailcarVarianceReport
NameDescriptionTypeAdditional information
IdNo

integer

None.

CompanyCode

string

None.

RailcarKeyIdNo

string

None.

PackoutIdNo

string

None.

PackoutLineItemKeyIdNo

string

None.

InitialWeight

decimal number

None.

OtherTxnWeight

decimal number

None.

ThisTxnPrimeWeight

decimal number

None.

PurgeWeight

decimal number

None.

SweepWeight

decimal number

None.

WeightUomCode

string

None.

CompletedBy

string

None.

DateTimeCompleted

date

None.

DateTimeCreated

date

None.

DeltaQuantity

decimal number

None.

DeltaPercentage

decimal number

None.

ObjectKeyString

string

None.

PrimaryKey

Collection of Object

None.

IsPrimaryKeyInitialized

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IdNo": 1,
  "CompanyCode": "sample string 2",
  "RailcarKeyIdNo": "sample string 3",
  "PackoutIdNo": "sample string 4",
  "PackoutLineItemKeyIdNo": "sample string 5",
  "InitialWeight": 6.0,
  "OtherTxnWeight": 7.0,
  "ThisTxnPrimeWeight": 8.0,
  "PurgeWeight": 9.0,
  "SweepWeight": 10.0,
  "WeightUomCode": "sample string 11",
  "CompletedBy": "sample string 12",
  "DateTimeCompleted": "2025-06-18T09:06:35.8544459-05:00",
  "DateTimeCreated": "2025-06-18T09:06:35.8544459-05:00",
  "DeltaQuantity": -9.0,
  "DeltaPercentage": -150.0,
  "ObjectKeyString": "sample string 14",
  "PrimaryKey": [
    1
  ],
  "IsPrimaryKeyInitialized": true
}

text/html

Sample:
{"IdNo":1,"CompanyCode":"sample string 2","RailcarKeyIdNo":"sample string 3","PackoutIdNo":"sample string 4","PackoutLineItemKeyIdNo":"sample string 5","InitialWeight":6.0,"OtherTxnWeight":7.0,"ThisTxnPrimeWeight":8.0,"PurgeWeight":9.0,"SweepWeight":10.0,"WeightUomCode":"sample string 11","CompletedBy":"sample string 12","DateTimeCompleted":"2025-06-18T09:06:35.8544459-05:00","DateTimeCreated":"2025-06-18T09:06:35.8544459-05:00","DeltaQuantity":-9.0,"DeltaPercentage":-150.0,"ObjectKeyString":"sample string 14","PrimaryKey":[1],"IsPrimaryKeyInitialized":true}

Response Information

Resource Description

GenericTransactionResponse

GenericTransactionResponse
NameDescriptionTypeAdditional information
ReturnedObject

Object

None.

IsSuccessful

Indicates if the transaction was successful or not.

boolean

None.

ReturnedMessages

Contains a list of Informational, Warning, and/or Error messages regarding the outcome of the transaction.

Collection of ReturnedMessage

None.

Response Formats

application/json, text/json

Sample:
{
  "ReturnedObject": {},
  "IsSuccessful": true,
  "ReturnedMessages": null
}

text/html

Sample:
{"ReturnedObject":{},"IsSuccessful":true,"ReturnedMessages":null}