POST api/ServiceProvision/ReadDiscussions
Request Information
URI Parameters
None.
Body Parameters
NewRead| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
None. |
|
| businessId | integer |
None. |
|
| agreementParentId | integer |
None. |
|
| ReadDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"customerId": 1,
"businessId": 2,
"agreementParentId": 3,
"ReadDate": "2025-12-26T05:03:23.8407222+01:00"
}
application/xml, text/xml
Sample:
<NewRead xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/myReportysModels"> <ReadDate>2025-12-26T05:03:23.8407222+01:00</ReadDate> <agreementParentId>3</agreementParentId> <businessId>2</businessId> <customerId>1</customerId> </NewRead>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>