Skip to main content

TAProductionStatusMilestone

actualEndDate datenullable

The actual end date of a milestone

Example: 2022-12-12
actualStartDate datenullable

The actual start date of a milestone

Example: 2022-12-12
id stringrequired

ID of a milestone

Possible values: non-empty

Example: 1234f24e-54f6-4326-b4d3-402d52af291a
items object[]nullable

Items information

  • Array [
  • itemId stringrequired

    Item IDs included in the Time and Action

    Possible values: non-empty

    Example: 120-230-1234
    itemQty integer

    completed order quantity of a item for a milestone

    Example: 100
  • ]
  • poNumber stringrequired

    Purchase order number linked with the Time and Action

    Possible values: non-empty

    Example: 8124125
    quantity integer

    Completed order quantity in a milestone

    Example: 100
    TAProductionStatusMilestone
    {
    "actualEndDate": "2022-12-12",
    "actualStartDate": "2022-12-12",
    "id": "1234f24e-54f6-4326-b4d3-402d52af291a",
    "items": [
    {
    "itemId": "120-230-1234",
    "itemQty": 100
    }
    ],
    "poNumber": "8124125",
    "quantity": 100
    }