POST api/Tools/DetailedServiceReport
Request Information
URI Parameters
None.
Body Parameters
DetailedServiceReportInputName | Description | Type | Additional information |
---|---|---|---|
DBName | string |
None. |
|
BranchInternalCode | string |
None. |
|
UserInternalCode | string |
None. |
|
BranchCodeList | string |
None. |
|
StartDate | integer |
None. |
|
EndDate | integer |
None. |
|
ServiceTypeCodeList | string |
None. |
|
ActionTypeCodeList | string |
None. |
|
Group1Code | string |
None. |
|
Group2Code | string |
None. |
|
Group3Code | string |
None. |
|
Group1Name | string |
None. |
|
Group2Name | string |
None. |
|
Group3Name | string |
None. |
|
RemoveColumns | string |
None. |
|
ShowOnlyActiveJobSheet | boolean |
None. |
|
ShowService_at_HO_Details | boolean |
None. |
|
ShowChargeDetails | boolean |
None. |
|
DownloadReport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "DBName": "sample string 1", "BranchInternalCode": "sample string 2", "UserInternalCode": "sample string 3", "BranchCodeList": "sample string 4", "StartDate": 5, "EndDate": 6, "ServiceTypeCodeList": "sample string 7", "ActionTypeCodeList": "sample string 8", "Group1Code": "sample string 9", "Group2Code": "sample string 10", "Group3Code": "sample string 11", "Group1Name": "sample string 12", "Group2Name": "sample string 13", "Group3Name": "sample string 14", "RemoveColumns": "sample string 15", "ShowOnlyActiveJobSheet": true, "ShowService_at_HO_Details": true, "ShowChargeDetails": true, "DownloadReport": true }
application/xml, text/xml
Sample:
<DetailedServiceReportInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <ActionTypeCodeList>sample string 8</ActionTypeCodeList> <BranchCodeList>sample string 4</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <EndDate>6</EndDate> <Group1Code>sample string 9</Group1Code> <Group1Name>sample string 12</Group1Name> <Group2Code>sample string 10</Group2Code> <Group2Name>sample string 13</Group2Name> <Group3Code>sample string 11</Group3Code> <Group3Name>sample string 14</Group3Name> <RemoveColumns>sample string 15</RemoveColumns> <ServiceTypeCodeList>sample string 7</ServiceTypeCodeList> <ShowChargeDetails>true</ShowChargeDetails> <ShowOnlyActiveJobSheet>true</ShowOnlyActiveJobSheet> <ShowService_at_HO_Details>true</ShowService_at_HO_Details> <StartDate>5</StartDate> <UserInternalCode>sample string 3</UserInternalCode> </DetailedServiceReportInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |