The create customer usage method adds the specified usage record to the customer.
URL | https://[host].accumulus.com/json/customers/[customerID]/usages |
---|---|
HTTP Method | POST |
Query String Parameters |
Example
POST https://[host].accumulus.com/json/customers/120444/usages
Request Body
{ "CorrelationKey":"cbb1c655-78e5-44a2-8897-085068bebe86" "EndDateTime":null "Quantity":"12.5" "StartDateTime":"\/Date(1282981223233-0700)\/"" "UsageTypeCode":"CALL_MINUTES" } Respon
Response Body
{ "Message":"SUCCESS" "UsageKey":"8882c1d3-a157-42a4-a9e5-9d08b160915c" }