POST api/Report/AdvReports/Customer
Request Information
URI Parameters
None.
Body Parameters
AdvReportCustomerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| customerUserId |
Id of the webuser to be used |
integer |
None. |
| locationIds |
List of location ID's |
Collection of string |
None. |
| tasksIds |
List of taskid's |
Collection of integer |
None. |
| advReportId | integer |
None. |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| phaseID | PhaseID |
None. |
|
| codeID | CodeID |
None. |
|
| allGroups |
true use all groups |
boolean |
None. |
| group |
Name of the group |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"customerUserId": 1,
"locationIds": [
"sample string 1",
"sample string 2"
],
"tasksIds": [
1,
2
],
"advReportId": 2,
"startDate": "2025-11-01T18:37:44.3443039+01:00",
"endDate": "2025-11-01T18:37:44.3443039+01:00",
"phaseID": {
"Value": 1
},
"codeID": {
"id": 0
},
"allGroups": true,
"group": "sample string 6"
}
application/xml, text/xml
Sample:
<AdvReportCustomerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RostarCASWebAPI.Models">
<advReportId>2</advReportId>
<allGroups>true</allGroups>
<codeID xmlns:d2p1="http://schemas.datacontract.org/2004/07/Paralax.Cas.Segments">
<d2p1:id>0</d2p1:id>
</codeID>
<endDate>2025-11-01T18:37:44.3443039+01:00</endDate>
<group>sample string 6</group>
<phaseID xmlns:d2p1="http://schemas.datacontract.org/2004/07/Paralax.Cas.Schedules">
<d2p1:Value>1</d2p1:Value>
</phaseID>
<startDate>2025-11-01T18:37:44.3443039+01:00</startDate>
<customerUserId>1</customerUserId>
<locationIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</locationIds>
<tasksIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</tasksIds>
</AdvReportCustomerModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataSet| Name | Description | Type | Additional information |
|---|---|---|---|
| RemotingFormat | SerializationFormat |
None. |
|
| SchemaSerializationMode | SchemaSerializationMode |
None. |
|
| CaseSensitive | boolean |
None. |
|
| DefaultViewManager | Collection of Object |
None. |
|
| EnforceConstraints | boolean |
None. |
|
| DataSetName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| Site | ISite |
None. |
|
| Relations | Collection of Object |
None. |
|
| Tables | Collection of Object |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.