POST api/inventoryMovementCost

Request Information

URI Parameters

None.

Body Parameters

inventoryMovementCost
NameDescriptionTypeAdditional information
inventoryMovementCostKey

string

None.

partnerID

globally unique identifier

None.

movementKey

string

None.

inventoryMovementCostType

integer

None.

date

date

None.

term

string

None.

due

date

None.

memo

string

None.

usEmailAtt

string

None.

vendorEmailAtt

string

None.

extraFields

string

None.

totalAmount

decimal number

None.

confirmedBy

string

None.

confirmedOn

date

None.

bill_number

string

None.

invoicedBy

string

None.

invoicedOn

date

None.

inventoryMovement

inventoryMovement

None.

partner

partner

None.

inventoryMovementCostPairs

Collection of inventoryMovementCostPair

None.

cmptdata

Collection of Object

None.

dutydata

Object

None.

freightdata

Object

None.

isNew

boolean

None.

isInvoiced

boolean

None.

cmptdetails

Collection of cmptDetail

None.

totalQty

decimal number

None.

moveSummary

Collection of movementSummary

None.

Request Formats

application/json, text/json

Sample:
{
  "moveSummary": [
    {
      "qty": 1.0,
      "itemCode": "sample string 2",
      "poNumber": "sample string 3"
    },
    {
      "qty": 1.0,
      "itemCode": "sample string 2",
      "poNumber": "sample string 3"
    }
  ],
  "inventoryMovementCostKey": "sample string 1",
  "partnerID": "b0ae9534-8ff6-4cbb-8828-c01ab405f2e4",
  "movementKey": "sample string 3",
  "inventoryMovementCostType": 4,
  "date": "2026-01-13T15:57:52.6901072-08:00",
  "term": "sample string 6",
  "due": "2026-01-13T15:57:52.6901072-08:00",
  "memo": "sample string 8",
  "usEmailAtt": "sample string 9",
  "vendorEmailAtt": "sample string 10",
  "extraFields": "sample string 11",
  "totalAmount": 12.0,
  "confirmedBy": "sample string 13",
  "confirmedOn": "2026-01-13T15:57:52.6901072-08:00",
  "bill_number": "sample string 14",
  "invoicedBy": "sample string 15",
  "invoicedOn": "2026-01-13T15:57:52.6901072-08:00",
  "partner": {
    "isNew": true,
    "isDeleted": true,
    "partnerID": "633a1853-b796-4f7c-8b0e-dfa464b3b64c",
    "companyName": "sample string 4",
    "isVendor": true,
    "isBuyer": true,
    "isConsignee": true,
    "companyCode": "sample string 5",
    "ein": "sample string 6",
    "terms": "sample string 7",
    "memo": "sample string 8",
    "isAutoPo": true,
    "consigneeNumber": "sample string 9",
    "isStock": true,
    "apiServer": "sample string 10",
    "contacts": [
      {
        "contactID": "a97d107e-cb44-479a-bb8c-f3c6d9c94aa8",
        "department": "sample string 2",
        "name": "sample string 3",
        "email": "sample string 4",
        "phone": "sample string 5",
        "mobile": "sample string 6",
        "messengerID": "sample string 7",
        "partnerID": "3a0fa792-94df-4690-a893-3c949217eadf"
      },
      {
        "contactID": "a97d107e-cb44-479a-bb8c-f3c6d9c94aa8",
        "department": "sample string 2",
        "name": "sample string 3",
        "email": "sample string 4",
        "phone": "sample string 5",
        "mobile": "sample string 6",
        "messengerID": "sample string 7",
        "partnerID": "3a0fa792-94df-4690-a893-3c949217eadf"
      }
    ],
    "incharges": [
      {
        "inchargeID": "a8791adb-5a08-45ac-ac06-0aec0097ba03",
        "inchargeEmail": "sample string 2",
        "confirmEmail": "sample string 3",
        "partnerID": "791fc3c6-cc8c-427e-afe5-975469ed83e5"
      },
      {
        "inchargeID": "a8791adb-5a08-45ac-ac06-0aec0097ba03",
        "inchargeEmail": "sample string 2",
        "confirmEmail": "sample string 3",
        "partnerID": "791fc3c6-cc8c-427e-afe5-975469ed83e5"
      }
    ],
    "locationAddresses": [
      {
        "locationAddressID": "a81fa04b-05a0-41b0-9f53-57e6bffaf968",
        "locationtype": "sample string 2",
        "department": "sample string 3",
        "locationName": "sample string 4",
        "address1": "sample string 5",
        "address2": "sample string 6",
        "city": "sample string 7",
        "state": "sample string 8",
        "postalCode": "sample string 9",
        "partnerID": "e9c8aebd-2eb8-4396-85cb-6f5151751cbc"
      },
      {
        "locationAddressID": "a81fa04b-05a0-41b0-9f53-57e6bffaf968",
        "locationtype": "sample string 2",
        "department": "sample string 3",
        "locationName": "sample string 4",
        "address1": "sample string 5",
        "address2": "sample string 6",
        "city": "sample string 7",
        "state": "sample string 8",
        "postalCode": "sample string 9",
        "partnerID": "e9c8aebd-2eb8-4396-85cb-6f5151751cbc"
      }
    ]
  },
  "inventoryMovementCostPairs": [
    {
      "inventoryMovementCostPairKey": "e1910c45-ac7a-434b-8d74-90939f607c25",
      "inventoryMovementCostKey": "sample string 2",
      "movementKey": "sample string 3"
    },
    {
      "inventoryMovementCostPairKey": "e1910c45-ac7a-434b-8d74-90939f607c25",
      "inventoryMovementCostKey": "sample string 2",
      "movementKey": "sample string 3"
    }
  ],
  "cmptdata": [
    {},
    {}
  ],
  "dutydata": {},
  "freightdata": {},
  "isNew": true,
  "isInvoiced": true,
  "cmptdetails": null,
  "totalQty": 1.0
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

inventoryMovementCost
NameDescriptionTypeAdditional information
inventoryMovementCostKey

string

None.

partnerID

globally unique identifier

None.

movementKey

string

None.

inventoryMovementCostType

integer

None.

date

date

None.

term

string

None.

due

date

None.

memo

string

None.

usEmailAtt

string

None.

vendorEmailAtt

string

None.

extraFields

string

None.

totalAmount

decimal number

None.

confirmedBy

string

None.

confirmedOn

date

None.

bill_number

string

None.

invoicedBy

string

None.

invoicedOn

date

None.

inventoryMovement

inventoryMovement

None.

partner

partner

None.

inventoryMovementCostPairs

Collection of inventoryMovementCostPair

None.

cmptdata

Collection of Object

None.

dutydata

Object

None.

freightdata

Object

None.

isNew

boolean

None.

isInvoiced

boolean

None.

cmptdetails

Collection of cmptDetail

None.

totalQty

decimal number

None.

moveSummary

Collection of movementSummary

None.

Response Formats

application/json, text/json

Sample:
{
  "moveSummary": [
    {
      "qty": 1.0,
      "itemCode": "sample string 2",
      "poNumber": "sample string 3"
    },
    {
      "qty": 1.0,
      "itemCode": "sample string 2",
      "poNumber": "sample string 3"
    }
  ],
  "inventoryMovementCostKey": "sample string 1",
  "partnerID": "7264dc50-9a59-444b-b534-3da0a2ab7663",
  "movementKey": "sample string 3",
  "inventoryMovementCostType": 4,
  "date": "2026-01-13T15:57:52.7213618-08:00",
  "term": "sample string 6",
  "due": "2026-01-13T15:57:52.7213618-08:00",
  "memo": "sample string 8",
  "usEmailAtt": "sample string 9",
  "vendorEmailAtt": "sample string 10",
  "extraFields": "sample string 11",
  "totalAmount": 12.0,
  "confirmedBy": "sample string 13",
  "confirmedOn": "2026-01-13T15:57:52.7213618-08:00",
  "bill_number": "sample string 14",
  "invoicedBy": "sample string 15",
  "invoicedOn": "2026-01-13T15:57:52.7213618-08:00",
  "partner": {
    "isNew": true,
    "isDeleted": true,
    "partnerID": "08187c78-1161-4ffe-b0f1-24b2fb27629a",
    "companyName": "sample string 4",
    "isVendor": true,
    "isBuyer": true,
    "isConsignee": true,
    "companyCode": "sample string 5",
    "ein": "sample string 6",
    "terms": "sample string 7",
    "memo": "sample string 8",
    "isAutoPo": true,
    "consigneeNumber": "sample string 9",
    "isStock": true,
    "apiServer": "sample string 10",
    "contacts": [
      {
        "contactID": "93e1e52c-eae2-46a0-b035-fdc8125e1a45",
        "department": "sample string 2",
        "name": "sample string 3",
        "email": "sample string 4",
        "phone": "sample string 5",
        "mobile": "sample string 6",
        "messengerID": "sample string 7",
        "partnerID": "96f301d7-28be-4ad2-87be-0f2bf649aa1e"
      },
      {
        "contactID": "93e1e52c-eae2-46a0-b035-fdc8125e1a45",
        "department": "sample string 2",
        "name": "sample string 3",
        "email": "sample string 4",
        "phone": "sample string 5",
        "mobile": "sample string 6",
        "messengerID": "sample string 7",
        "partnerID": "96f301d7-28be-4ad2-87be-0f2bf649aa1e"
      }
    ],
    "incharges": [
      {
        "inchargeID": "fbc813e6-55fc-4673-ac6c-2d481ed060f9",
        "inchargeEmail": "sample string 2",
        "confirmEmail": "sample string 3",
        "partnerID": "ff6bb968-ddda-40b0-89f1-681ecea15722"
      },
      {
        "inchargeID": "fbc813e6-55fc-4673-ac6c-2d481ed060f9",
        "inchargeEmail": "sample string 2",
        "confirmEmail": "sample string 3",
        "partnerID": "ff6bb968-ddda-40b0-89f1-681ecea15722"
      }
    ],
    "locationAddresses": [
      {
        "locationAddressID": "3ea7b307-5831-4f79-abaf-6356d0f455e7",
        "locationtype": "sample string 2",
        "department": "sample string 3",
        "locationName": "sample string 4",
        "address1": "sample string 5",
        "address2": "sample string 6",
        "city": "sample string 7",
        "state": "sample string 8",
        "postalCode": "sample string 9",
        "partnerID": "27004f28-1094-4e4c-b343-01219f9364cc"
      },
      {
        "locationAddressID": "3ea7b307-5831-4f79-abaf-6356d0f455e7",
        "locationtype": "sample string 2",
        "department": "sample string 3",
        "locationName": "sample string 4",
        "address1": "sample string 5",
        "address2": "sample string 6",
        "city": "sample string 7",
        "state": "sample string 8",
        "postalCode": "sample string 9",
        "partnerID": "27004f28-1094-4e4c-b343-01219f9364cc"
      }
    ]
  },
  "inventoryMovementCostPairs": [
    {
      "inventoryMovementCostPairKey": "25a3ba83-4629-409e-bf70-7d2e7fbdefbf",
      "inventoryMovementCostKey": "sample string 2",
      "movementKey": "sample string 3"
    },
    {
      "inventoryMovementCostPairKey": "25a3ba83-4629-409e-bf70-7d2e7fbdefbf",
      "inventoryMovementCostKey": "sample string 2",
      "movementKey": "sample string 3"
    }
  ],
  "cmptdata": [
    {},
    {}
  ],
  "dutydata": {},
  "freightdata": {},
  "isNew": true,
  "isInvoiced": true,
  "cmptdetails": null,
  "totalQty": 1.0
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.