REST API

planInformation. planPeriod.unit

The plan period unit.
Possible values:
  • D
    : Day
  • M
    : Month
  • W
    : Week
  • Y
    : Year
The period length and unit must be included in your request. For example, to end the plan after 12 months, set the length to
12
and the unit to
M
. To end the plan after two years, set the length to
2
and the unit to
Y
.

Specifications

  • Data Type:
    String
  • Data Length:
    5

Mapping Information

  • REST API Field:
    planInformation.planPeriod.unit
  • SCMP API Field:
    No corresponding field.
  • Simple Order API Field:
    No corresponding field.