Create all reservations

post

/fscmRestApi/resources/11.13.18.05/inventoryReservations

Request

Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Serials
Type: array
Title: Serials
The Serials resource manages serial numbers for reservations that reserve the on-hand supply. You can use it to create, read, update, or delete serials for a reservation.
Show Source
Nested Schema : inventoryReservations-serials-item-post-request
Type: object
Show Source
  • Maximum Length: 80
    Serial number that identifies the item that this reservation uses. Applies when the warehouse places the item under serial control.
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : inventoryReservations-item-response
Type: object
Show Source
Nested Schema : Serials
Type: array
Title: Serials
The Serials resource manages serial numbers for reservations that reserve the on-hand supply. You can use it to create, read, update, or delete serials for a reservation.
Show Source
Nested Schema : inventoryReservations-serials-item-response
Type: object
Show Source
  • Links
  • Maximum Length: 80
    Serial number that identifies the item that this reservation uses. Applies when the warehouse places the item under serial control.
Back to Top

Examples

This example describes how to create a reservation.

Example cURL Command

Use the following cURL command to submit a request on the REST resource.

curl -u username:password -X POST -H "Content-Type:application/vnd.oracle.adf.resourceitem+json" -d 'request payload' 
"https://servername/fscmRestApi/resources/version/inventoryReservations"

Example 1

This example describes how to create multiple reservations in a single input payload and reserve on-hand supply to a user-defined demand and an account alias demand.

Example 1 Request Body

The following example includes the contents of the request body in JSON format. You replace the request payload in the cURL command with the contents of the Example Request Body. The request payload specifies attribute values that the command will use in the record that it creates.
{
    "parts": [
        {
            "id": "part1",
            "path": "/inventoryReservations",
            "operation": "create",
            "payload": {
                "ItemNumber": "INV-311",
                "OrganizationId": 207,
                "DemandSourceType": "User Defined",
                "DemandSourceName": "RES1",
                "SupplySourceType": "On hand",
                "ReservationUnitOfMeasure": "Each",
                "SubinventoryCode": "Stores",
                "ReservationQuantity": 1,
                "serials": [
                    {
                        "SerialNumber": "140223013"
                    }
                ]
            }
        },
        {
            "id": "part2",
            "path": "/inventoryReservations",
            "operation": "create",
            "payload": {
                "ItemNumber": "INV-311",
                "OrganizationId": 207,
                "DemandSourceType": "Account alias",
                "DemandSourceHeaderNumber": "PUP_ACC1",
                "SupplySourceType": "On hand",
                "ReservationUnitOfMeasure": "Each",
                "SubinventoryCode": "Stores",
                "ReservationQuantity": 1,
                "serials": [
                    {
                        "SerialNumber": "140223014"
                    }
                ]
            }
        }
    ]
}

Example 1 Response Body

The following example includes the contents of the response body in JSON format:
{
    "parts": [
        {
            "id": "part1",
            "path": "https://servername/fscmRestApi/resources/version/inventoryReservations",
            "operation": "create",
            "payload": {
                "ReservationId": 300100576819065,
                "OrganizationId": 207,
                "OrganizationCode": "M1",
                "InventoryItemId": 300100576778273,
                "ItemNumber": "INV-311",
                "DemandSourceTypeId": 13,
                "DemandSourceType": "User Defined",
                "DemandSourceHeaderId": null,
                "DemandSourceHeaderNumber": null,
                "DemandSourceName": "RES1",
                "DemandSourceLineId": null,
                "DemandSourceLineNumber": null,
                "SourceFulfillmentLineId": null,
                "SupplySourceTypeId": 13,
                "SupplySourceType": "On hand",
                "SupplySourceHeaderId": null,
                "SupplySourceHeaderNumber": null,
                "SupplySourceLineId": null,
                "SupplySourceLineNumber": null,
                "Revision": null,
                "SubinventoryCode": "Stores",
                "SubinventoryId": 4738,
                "LotNumber": null,
                "LocatorId": null,
                "Locator": null,
                "PrimaryReservationQuantity": 1,
                "PrimaryUOMCode": "Ea",
                "PrimaryUnitOfMeasure": "Each",
                "SecondaryReservationQuantity": null,
                "SecondaryUOMCode": null,
                "SecondaryUnitOfMeasure": null,
                "ReservationQuantity": 1,
                "ReservationUOMCode": "Ea",
                "ReservationUnitOfMeasure": "Each",
                "ShipToCustomer": null,
                "ShipToPartyId": null,
                "RequirementDate": "2023-02-14",
                "SupplyProjectId": null,
                "SupplyTaskId": null,
                "DemandProjectId": null,
                "DemandTaskId": null,
                "DemandProjectNumber": null,
                "DemandTaskNumber": null,
                "SupplyProjectNumber": null,
                "SupplyTaskNumber": null,
                "SourceFulfillmentLineNumber": null,
                "OperationSequenceNumber": null,
                "WorkOrderProductId": null,
                "WorkOrderProductNumber": null,
                "OrderInterfaceStatus": "Y",
                "serials": [
                    {
                        "SerialNumber": "140223013",
                        "links": [
                            {
                                "rel": "self",
                                "href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100576819065/child/serials/00030000000EACED00057708000110F09C469821000000093134303232333031330000000EACED0005770800000000000000CF",
                                "name": "serials",
                                "kind": "item"
                            },
                            {
                                "rel": "canonical",
                                "href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100576819065/child/serials/00030000000EACED00057708000110F09C469821000000093134303232333031330000000EACED0005770800000000000000CF",
                                "name": "serials",
                                "kind": "item"
                            },
                            {
                                "rel": "parent",
                                "href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100576819065",
                                "name": "inventoryReservations",
                                "kind": "item"
                            }
                        ]
                    }
                ],
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100576819065",
                        "name": "inventoryReservations",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100576819065",
                        "name": "inventoryReservations",
                        "kind": "item"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100576819065/child/serials",
                        "name": "serials",
                        "kind": "collection"
                    }
                ]
            }
        },
        {
            "id": "part2",
            "path": "https://servername/fscmRestApi/resources/version/inventoryReservations",
            "operation": "create",
            "payload": {
                "ReservationId": 300100576819066,
                "OrganizationId": 207,
                "OrganizationCode": "M1",
                "InventoryItemId": 300100576778273,
                "ItemNumber": "INV-311",
                "DemandSourceTypeId": 6,
                "DemandSourceType": "Account alias",
                "DemandSourceHeaderId": 175,
                "DemandSourceHeaderNumber": "PUP_ACC1",
                "DemandSourceName": null,
                "DemandSourceLineId": null,
                "DemandSourceLineNumber": null,
                "SourceFulfillmentLineId": null,
                "SupplySourceTypeId": 13,
                "SupplySourceType": "On hand",
                "SupplySourceHeaderId": null,
                "SupplySourceHeaderNumber": null,
                "SupplySourceLineId": null,
                "SupplySourceLineNumber": null,
                "Revision": null,
                "SubinventoryCode": "Stores",
                "SubinventoryId": 4738,
                "LotNumber": null,
                "LocatorId": null,
                "Locator": null,
                "PrimaryReservationQuantity": 1,
                "PrimaryUOMCode": "Ea",
                "PrimaryUnitOfMeasure": "Each",
                "SecondaryReservationQuantity": null,
                "SecondaryUOMCode": null,
                "SecondaryUnitOfMeasure": null,
                "ReservationQuantity": 1,
                "ReservationUOMCode": "Ea",
                "ReservationUnitOfMeasure": "Each",
                "ShipToCustomer": null,
                "ShipToPartyId": null,
                "RequirementDate": "2023-02-14",
                "SupplyProjectId": null,
                "SupplyTaskId": null,
                "DemandProjectId": null,
                "DemandTaskId": null,
                "DemandProjectNumber": null,
                "DemandTaskNumber": null,
                "SupplyProjectNumber": null,
                "SupplyTaskNumber": null,
                "SourceFulfillmentLineNumber": null,
                "OperationSequenceNumber": null,
                "WorkOrderProductId": null,
                "WorkOrderProductNumber": null,
                "OrderInterfaceStatus": "Y",
                "serials": [
                    {
                        "SerialNumber": "140223014",
                        "links": [
                            {
                                "rel": "self",
                                "href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100576819066/child/serials/00030000000EACED00057708000110F09C469821000000093134303232333031340000000EACED0005770800000000000000CF",
                                "name": "serials",
                                "kind": "item"
                            },
                            {
                                "rel": "canonical",
                                "href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100576819066/child/serials/00030000000EACED00057708000110F09C469821000000093134303232333031340000000EACED0005770800000000000000CF",
                                "name": "serials",
                                "kind": "item"
                            },
                            {
                                "rel": "parent",
                                "href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100576819066",
                                "name": "inventoryReservations",
                                "kind": "item"
                            }
                        ]
                    }
                ],
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100576819066",
                        "name": "inventoryReservations",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100576819066",
                        "name": "inventoryReservations",
                        "kind": "item"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100576819066/child/serials",
                        "name": "serials",
                        "kind": "collection"
                    }
                ]
            }
        }
    ]
}

Example 2

This example describes how to create reservations for a sales order, which isn't interfaced to shipping, to a purchase order.

Example 2 Request Body

The following example includes the contents of the request body in JSON format. You replace the request payload in the cURL command with the contents of the Example Request Body. The request payload specifies attribute values that the command will use in the record that it creates.
{
    "ItemNumber": "INV-310",
    "OrganizationId": 207,
    "DemandSourceType": "Sales Order",
    "DemandSourceHeaderNumber": "522658",
    "DemandSourceLineNumber": "300100576827327",
    "SupplySourceType": "Purchase order",
    "SupplySourceHeaderNumber": "1006777",
    "SupplySourceLineNumber": "1",
    "ReservationUnitOfMeasure": "Each",
    "ReservationQuantity": 10
}

Example 2 Response Body

The following example includes the contents of the response body in JSON format:
{
  "ReservationId" : 300100576830685,
  "OrganizationId" : 207,
  "OrganizationCode" : "M1",
  "InventoryItemId" : 300100576778208,
  "ItemNumber" : "INV-310",
  "DemandSourceTypeId" : 2,
  "DemandSourceType" : "Sales Order",
  "DemandSourceHeaderId" : 650709,
  "DemandSourceHeaderNumber" : "522658",
  "DemandSourceName" : null,
  "DemandSourceLineId" : 300100576827327,
  "DemandSourceLineNumber" : "300100576827327",
  "SourceFulfillmentLineId" : 300100576827327,
  "SupplySourceTypeId" : 1,
  "SupplySourceType" : "Purchase order",
  "SupplySourceHeaderId" : 300100576827529,
  "SupplySourceHeaderNumber" : "1006777",
  "SupplySourceLineId" : 300100576829619,
  "SupplySourceLineNumber" : "1",
  "Revision" : null,
  "SubinventoryCode" : null,
  "SubinventoryId" : null,
  "LotNumber" : null,
  "LocatorId" : null,
  "Locator" : null,
  "PrimaryReservationQuantity" : 10,
  "PrimaryUOMCode" : "Ea",
  "PrimaryUnitOfMeasure" : "Each",
  "SecondaryReservationQuantity" : null,
  "SecondaryUOMCode" : null,
  "SecondaryUnitOfMeasure" : null,
  "ReservationQuantity" : 10,
  "ReservationUOMCode" : "Ea",
  "ReservationUnitOfMeasure" : "Each",
  "ShipToCustomer" : null,
  "ShipToPartyId" : null,
  "RequirementDate" : "2023-02-14",
  "SupplyProjectId" : null,
  "SupplyTaskId" : null,
  "DemandProjectId" : null,
  "DemandTaskId" : null,
  "DemandProjectNumber" : null,
  "DemandTaskNumber" : null,
  "SupplyProjectNumber" : null,
  "SupplyTaskNumber" : null,
  "SourceFulfillmentLineNumber" : null,
  "OperationSequenceNumber" : null,
  "WorkOrderProductId" : null,
  "WorkOrderProductNumber" : null,
  "OrderInterfaceStatus" : "N",
  "links" : [ {
    "rel" : "self",
    "href" : "https://servername/fscmRestApi/resources/version/inventoryReservations/300100576830685",
    "name" : "inventoryReservations",
    "kind" : "item",
    "properties" : {
      "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
    }
  }, {
    "rel" : "canonical",
    "href" : "https://servername/fscmRestApi/resources/version/inventoryReservations/300100576830685",
    "name" : "inventoryReservations",
    "kind" : "item"
  }, {
    "rel" : "child",
    "href" : "https://servername/fscmRestApi/resources/version/inventoryReservations/300100576830685/child/serials",
    "name" : "serials",
    "kind" : "collection"
  } ]
}

Example 3

This example describes how to reserve a specific serial number for a user-defined demand.

Example 3 Request Body

The following example includes the contents of the request body in JSON format. You replace the request payload in the cURL command with the contents of the Example Request Body. The request payload specifies attribute values that the command will use in the record that it creates.


{
	"InventoryItemId":300100036689391,
	"OrganizationId":207,
	"DemandSourceType":  "User Defined",
	"DemandSourceName": "PUP_ACC",
	"SupplySourceType":"On hand",
	"ReservationUnitOfMeasure":"Each",
	"SubinventoryCode": "ABCSUB01",
	"ReservationQuantity":1,
	"serials": [ {
		"SerialNumber": "PS6501"
	}]
}

Example 3 Response Body

The following example includes the contents of the response body in JSON format:

{
	"ReservationId": 300100187201924,
	"OrganizationId": 207,
	"OrganizationCode": "M1",
	"InventoryItemId": 300100036689391,
	"ItemNumber": "MFG-SER-COMP1",
	"DemandSourceTypeId": 13,
	"DemandSourceType": "User Defined",
	"DemandSourceHeaderId": null,
	"DemandSourceHeaderNumber": null,
	"DemandSourceName": "PUP_ACC",
	"DemandSourceLineId": null,
	"DemandSourceLineNumber": null,
	"SourceFulfillmentLineId": null,
	"SupplySourceTypeId": 13,
	"SupplySourceType": "On hand",
	"SupplySourceHeaderId": null,
	"SupplySourceHeaderNumber": null,
	"SupplySourceLineId": null,
	"SupplySourceLineNumber": null,
	"Revision": null,
	"SubinventoryCode": "ABCSUB01",
	"SubinventoryId": 5161,
	"LotNumber": null,
	"LocatorId": null,
	"Locator": null,
	"PrimaryReservationQuantity": 1,
	"PrimaryUOMCode": "Ea",
	"PrimaryUnitOfMeasure": "Each",
	"SecondaryReservationQuantity": null,
	"SecondaryUOMCode": null,
	"SecondaryUnitOfMeasure": null,
	"ReservationQuantity": 1,
	"ReservationUOMCode": "Ea",
	"ReservationUnitOfMeasure": "Each",
	"ShipToCustomer": null,
	"ShipToPartyId": null,
	"RequirementDate": "2019-12-10",
	"SupplyProjectId": null,
	"SupplyTaskId": null,
	"DemandProjectId": null,
	"DemandTaskId": null,
	"DemandProjectNumber": null,
	"DemandTaskNumber": null,
	"SupplyProjectNumber": null,
	"SupplyTaskNumber": null,
	"SourceFulfillmentLineNumber": null,
	"serials": [
	{
		"SerialNumber": "PS6501",
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100187201924/child/serials/00030000000EACED00057708000110F07C157DEF000000065053363530310000000EACED0005770800000000000000CF",
			"name": "serials",
			"kind": "item"
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100187201924/child/serials/00030000000EACED00057708000110F07C157DEF000000065053363530310000000EACED0005770800000000000000CF",
			"name": "serials",
			"kind": "item"
		},
		{
			"rel": "parent",
			"href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100187201924",
			"name": "inventoryReservations",
			"kind": "item"
		}
		]
	}
	],
	"links": [
	{
		"rel": "self",
		"href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100187201924",
		"name": "inventoryReservations",
		"kind": "item",
		"properties": {
			"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
		}
	},
	{
		"rel": "canonical",
		"href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100187201924",
		"name": "inventoryReservations",
		"kind": "item"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100187201924/child/serials",
		"name": "serials",
		"kind": "collection"
	}
	]
}

Example 4

This example describes how to reserve project on-hand supply to an account alias demand.

Example 4 Request Body

The following example includes the contents of the request body in JSON format. You replace the request payload in the cURL command with the contents of the Example Request Body. The request payload specifies attribute values that the command will use in the record that it creates.

{
	"ItemNumber":"AS54888",
	"OrganizationId":207,
	"DemandSourceType":  "Account alias",
	"DemandSourceHeaderNumber": "PUP_ACC",
	"DemandSourceLineNumber":null ,
	"SupplySourceType":"On hand",
	"ReservationUnitOfMeasure":"Each",
	"ReservationQuantity":2,
	"SupplyProjectId":2255,
	"SupplyTaskId":3039
}

Example 4 Response Body

The following example includes the contents of the response body in JSON format:

{
	"ReservationId": 300100187185978,
	"OrganizationId": 207,
	"OrganizationCode": "M1",
	"InventoryItemId": 149,
	"ItemNumber": "AS54888",
	"DemandSourceTypeId": 6,
	"DemandSourceType": "Account alias",
	"DemandSourceHeaderId": 173,
	"DemandSourceHeaderNumber": "PUP_ACC",
	"DemandSourceName": null,
	"DemandSourceLineId": null,
	"DemandSourceLineNumber": null,
	"SourceFulfillmentLineId": null,
	"SupplySourceTypeId": 13,
	"SupplySourceType": "On hand",
	"SupplySourceHeaderId": null,
	"SupplySourceHeaderNumber": null,
	"SupplySourceLineId": null,
	"SupplySourceLineNumber": null,
	"Revision": null,
	"SubinventoryCode": null,
	"SubinventoryId": null,
	"LotNumber": null,
	"LocatorId": null,
	"Locator": null,
	"PrimaryReservationQuantity": 2,
	"PrimaryUOMCode": "Ea",
	"PrimaryUnitOfMeasure": "Each",
	"SecondaryReservationQuantity": null,
	"SecondaryUOMCode": null,
	"SecondaryUnitOfMeasure": null,
	"ReservationQuantity": 2,
	"ReservationUOMCode": "Ea",
	"ReservationUnitOfMeasure": "Each",
	"ShipToCustomer": null,
	"ShipToPartyId": null,
	"RequirementDate": "2019-12-10",
	"SupplyProjectId": 2255,
	"SupplyTaskId": 3039,
	"DemandProjectId": null,
	"DemandTaskId": null,
	"DemandProjectNumber": null,
	"DemandTaskNumber": null,
	"SupplyProjectNumber": "ABC",
	"SupplyTaskNumber": "1.1",
	"SourceFulfillmentLineNumber": null,
	"links": [
	...
}

Example 5

This example describes how to reserve on-hand supply to a sales order demand.

Example 5 Request Body

The following example includes the contents of the request body in JSON format to reserve against a sales order. You replace the request payload in the cURL command with the contents of the Example Request Body. The request payload specifies attribute values that the command will use in the record that it creates.

{ 
	"OrganizationId": 207, 
	"OrganizationCode": null, 
	"InventoryItemId": 149, 
	"ItemNumber": null, 
	"DemandSourceTypeId": 2, 
	"DemandSourceType": null, 
	"DemandSourceHeaderId": 1212021, 
	"DemandSourceHeaderNumber": null, 
	"DemandSourceName": null, 
	"DemandSourceLineId": 1, 
	"DemandSourceLineNumber": null, 
	"SourceFulfillmentLineId": null, 
	"SupplySourceTypeId": 13, 
	"SupplySourceType": "On hand", 
	"SupplySourceHeaderId": null, 
	"SupplySourceHeaderNumber": null, 
	"SupplySourceLineId": null, 
	"SupplySourceLineNumber": null, 
	"Revision": null, 
	"SubinventoryCode": "FGI", 
	"SubinventoryId": null, 
	"LotNumber": null, 
	"LocatorId": null, 
	"Locator": null, 
	"PrimaryUOMCode": null, 
	"PrimaryUnitOfMeasure": null, 
	"ReservationQuantity": 1, 
	"ReservationUOMCode": "Ea", 
	"ReservationUnitOfMeasure": null, 
	"RequirementDate": "2021-09-03" 
}

Example 5 Response Body

The following example includes the contents of the response body in JSON format:

{ 
	"ReservationId": 300100187245415, 
	"OrganizationId": 207, 
	"OrganizationCode": "M1", 
	"InventoryItemId": 149, 
	"ItemNumber": "AS54888", 
	"DemandSourceTypeId": 2, 
	"DemandSourceType": "Sales order", 
	"DemandSourceHeaderId": 1212021, 
	"DemandSourceHeaderNumber": null, 
	"DemandSourceName": null, 
	"DemandSourceLineId": 1, 
	"DemandSourceLineNumber": null, 
	"SourceFulfillmentLineId": null, 
	"SupplySourceTypeId": 13, 
	"SupplySourceType": "On hand", 
	"SupplySourceHeaderId": null, 
	"SupplySourceHeaderNumber": null, 
	"SupplySourceLineId": null, 
	"SupplySourceLineNumber": null, 
	"Revision": null, 
	"SubinventoryCode": "FGI", 
	"SubinventoryId": 4745, 
	"LotNumber": null, 
	"LocatorId": null, 
	"Locator": null, 
	"PrimaryReservationQuantity": 1, 
	"PrimaryUOMCode": "Ea", 
	"PrimaryUnitOfMeasure": "Each", 
	"SecondaryReservationQuantity": null, 
	"SecondaryUOMCode": null, 
	"SecondaryUnitOfMeasure": null, 
	"ReservationQuantity": 1, 
	"ReservationUOMCode": "Ea", 
	"ReservationUnitOfMeasure": "Each", 
	"ShipToCustomer": null, 
	"ShipToPartyId": null, 
	"RequirementDate": "2021-09-03", 
	"SupplyProjectId": null, 
	"SupplyTaskId": null, 
	"DemandProjectId": null, 
	"DemandTaskId": null, 
	"DemandProjectNumber": null, 
	"DemandTaskNumber": null, 
	"SupplyProjectNumber": null, 
	"SupplyTaskNumber": null, 
	"SourceFulfillmentLineNumber": null, 
	"OperationSequenceNumber": null, 
	"WorkOrderProductId": null, 
	"WorkOrderProductNumber": null, 
	"OrderInterfaceStatus": null, 
	"links": [ 
	{ 
		"rel": "self", 
		"href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100187245415", 
		"name": "inventoryReservations", 
		"kind": "item", 
		"properties": { 
			"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" 
		} 
	}, 
	{ 
		"rel": "canonical", 
		"href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100187245415", 
		"name": "inventoryReservations", 
		"kind": "item" 
	}, 
	{ 
		"rel": "child", 
		"href": "https://servername/fscmRestApi/resources/version/inventoryReservations/300100187245415/child/serials", 
		"name": "serials", 
		"kind": "collection" 
	} 
	] 
}

Back to Top