POST Edi/Inbound/Dow/SaveInventoryAdjustment

Request Information

URI Parameters

None.

Body Parameters

DowToFrontierInventoryAdjustment
NameDescriptionTypeAdditional information
PartnerChannel

Identifies the EDI channel over which the instruction was received.

PartnerChannel

None.

CompanyCode

The two-digit ID of the Frontier business entity that will execute the transaction.

string

None.

ReceiverPlantCode

The Receiver Plant Code specifies the receiver of the EDI for the transaction.

string

None.

ReceiverPlantCostCenterId

The Frontier Cost Center ID aligned with the Receiver Plant Code.

string

None.

ReceiverPlantGeoLocationIdNo

Frontier's GeoLocationIdNo associated with the Receiver Plant Code.

integer

None.

MaterialDocumentNumber

string

None.

MaterialDocumentLineItemNumber

string

None.

InterchangeId

string

None.

TransactionDate

date

None.

TransactionCode

string

None.

Username

string

None.

ReasonCode

string

None.

Quantity

decimal number

None.

UnitOfMeasure

string

None.

EntityIdCode

string

None.

CreditDebitCode

string

None.

PlantCode

string

None.

PlantCostCenterId

string

None.

PlantGeoLocationIdNo

integer

None.

PlantCodeReciprocal

string

None.

PlantCostCenterIdReciprocal

string

None.

PlantGeoLocationIdNoReciprocal

integer

None.

CustomerId

string

None.

CustomerIdReciprocal

string

None.

MovementType

string

None.

MovementDescription

string

None.

MaterialNumber

string

None.

StorageLocationId

string

None.

BatchNumber

string

None.

MaterialNumberReciprocal

string

None.

StorageLocationIdReciprocal

string

None.

BatchNumberReciprocal

string

None.

ObjectKeyString

string

None.

PrimaryKey

Collection of Object

None.

IsPrimaryKeyInitialized

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "PartnerChannel": 1,
  "CompanyCode": "sample string 1",
  "ReceiverPlantCode": "sample string 2",
  "ReceiverPlantCostCenterId": "sample string 3",
  "ReceiverPlantGeoLocationIdNo": 1,
  "MaterialDocumentNumber": "sample string 4",
  "MaterialDocumentLineItemNumber": "sample string 5",
  "InterchangeId": "sample string 6",
  "TransactionDate": "2025-06-18T10:14:39.3639153-05:00",
  "TransactionCode": "sample string 8",
  "Username": "sample string 9",
  "ReasonCode": "sample string 10",
  "Quantity": 1.0,
  "UnitOfMeasure": "sample string 11",
  "EntityIdCode": "sample string 12",
  "CreditDebitCode": "sample string 13",
  "PlantCode": "sample string 14",
  "PlantCostCenterId": "sample string 15",
  "PlantGeoLocationIdNo": 1,
  "PlantCodeReciprocal": "sample string 16",
  "PlantCostCenterIdReciprocal": "sample string 17",
  "PlantGeoLocationIdNoReciprocal": 1,
  "CustomerId": "sample string 18",
  "CustomerIdReciprocal": "sample string 19",
  "MovementType": "sample string 20",
  "MovementDescription": "sample string 21",
  "MaterialNumber": "sample string 22",
  "StorageLocationId": "sample string 23",
  "BatchNumber": "sample string 24",
  "MaterialNumberReciprocal": "sample string 25",
  "StorageLocationIdReciprocal": "sample string 26",
  "BatchNumberReciprocal": "sample string 27",
  "ObjectKeyString": "sample string 28",
  "PrimaryKey": [
    "sample string 4",
    "sample string 5",
    "sample string 6"
  ],
  "IsPrimaryKeyInitialized": true
}

text/html

Sample:
{"PartnerChannel":1,"CompanyCode":"sample string 1","ReceiverPlantCode":"sample string 2","ReceiverPlantCostCenterId":"sample string 3","ReceiverPlantGeoLocationIdNo":1,"MaterialDocumentNumber":"sample string 4","MaterialDocumentLineItemNumber":"sample string 5","InterchangeId":"sample string 6","TransactionDate":"2025-06-18T10:14:39.3639153-05:00","TransactionCode":"sample string 8","Username":"sample string 9","ReasonCode":"sample string 10","Quantity":1.0,"UnitOfMeasure":"sample string 11","EntityIdCode":"sample string 12","CreditDebitCode":"sample string 13","PlantCode":"sample string 14","PlantCostCenterId":"sample string 15","PlantGeoLocationIdNo":1,"PlantCodeReciprocal":"sample string 16","PlantCostCenterIdReciprocal":"sample string 17","PlantGeoLocationIdNoReciprocal":1,"CustomerId":"sample string 18","CustomerIdReciprocal":"sample string 19","MovementType":"sample string 20","MovementDescription":"sample string 21","MaterialNumber":"sample string 22","StorageLocationId":"sample string 23","BatchNumber":"sample string 24","MaterialNumberReciprocal":"sample string 25","StorageLocationIdReciprocal":"sample string 26","BatchNumberReciprocal":"sample string 27","ObjectKeyString":"sample string 28","PrimaryKey":["sample string 4","sample string 5","sample string 6"],"IsPrimaryKeyInitialized":true}

Response Information

Resource Description

GenericResponse
NameDescriptionTypeAdditional information
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:
{
  "IsSuccessful": true,
  "ReturnedMessages": null
}

text/html

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