Set Billing Month
PUT http://localhost:{{PROXY}}9898/test/account/{{ACCOUNT_SID}}/billing-info/billing-date
Request Body
[{"name"=>"year", "value"=>"2019", "datatype"=>"number"}, {"name"=>"month", "value"=>"11", "datatype"=>"number"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |