Create a test clock
POST {{baseUrl}}/v1/test_helpers/test_clocks
Creates a new test clock that can be attached to new customers and quotes.
Request Body
[{"name"=>"frozen_time", "value"=>"<unix-time>", "datatype"=>"string"}, {"name"=>"expand[0]", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"expand[1]", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"name", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |