{ "operationId": "Create a Wholesale Billing Report", "method": "POST", "path": "/wholesale/billing/reports", "summary": "Create a Wholesale Billing Report", "requestExamples": [ { "contentType": "application/json", "example": { "billingStartDate": "2020-05-21", "billingEndDate": "2020-05-30", "type": "PARTNER", "subPartnerOrgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi81MmNmNTc2ZC02MGE4LTQwN2EtYjIyYy00NjdjNTE1OTE5MDg" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL0JJTExJTkdfUkVQT1JULzViOGQ1MThhLThmMDAtNDUxYi1hNDA2LWVhZjQ5YjRhN2ZhOA", "billingStartDate": "2021-05-21", "billingEndDate": "2021-05-30", "type": "PARTNER", "internal": true } } ] }