MPPolicyPromotionHistory

MPPolicyPromotionHistory
MPPolicyPromotionHistory

Contain mp to policy promotion history.

JSON Example
{
    "date_time": "string",
    "status": "string"
}
string
date_time
Optional

Date and and time of the promotion operation. The date and time is stored in epoch time format.

string
status
Required

Represents the type of operation in the mp to policy promotion life cycle. Can be INITIATED, CANCELLED, PARTIAL_SUCCESS or SUCCESS.

Possible values are : INITIATED, CANCELLED, SUCCESS, PARTIAL_SUCCESS,