CustomerCommitmentCreateRequest

CustomerCommitmentCreateRequest
CustomerCommitmentCreateRequest

Request to create a customer commitment

JSON Example
{
    "customerId": "c7240730-xxxx-xxxx-xxxx-70be00000001",
    "commitment": 120,
    "bol": "2023-06",
    "eol": "2024-05",
    "minCommits": {
        "2023-06": 10,
        "2023-07": 10,
        "2023-08": 10,
        "2023-09": 10,
        "2023-10": 10,
        "2023-11": 10,
        "2023-12": 10,
        "2024-01": 10,
        "2024-02": 10,
        "2024-03": 10,
        "2024-04": 10,
        "2024-05": 10
    },
    "name": "my_commitment"
}
string
customerId
Required

customerId

number
commitment
Required

commitment points during bol and eol

string
bol
Required

start month

string
eol
Required

end month

object
minCommits
Required

minimum monthly commitment. Start with bol, end with eol

string
name
Required

commitment name, for your reference only