DELETE {language}/company/deleteCompanyReportDefinitionItemDetail
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
DeleteCompanyReportDefinitionItemRequestName | Description | Type | Additional information |
---|---|---|---|
CompanyId | globally unique identifier |
None. |
|
ReportDefinitionItemId | globally unique identifier |
None. |
|
ReportName | string |
None. |
|
Country | string |
None. |
|
IsDeleteAll | boolean |
None. |
|
RequestId | globally unique identifier |
None. |
|
Language | string |
None. |
|
LanguageLogin | string |
None. |
|
AuthToken | string |
None. |
|
ClientId | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CompanyId": "924e42ef-2fac-4a54-9827-f5b5b5b39f26", "ReportDefinitionItemId": "a473fae3-cf18-408f-91e7-7b79fb1c382c", "ReportName": "sample string 3", "Country": "sample string 4", "IsDeleteAll": true, "RequestId": "251e4644-272e-49fd-be54-3fba117a002d", "Language": "sample string 7", "LanguageLogin": "sample string 8", "AuthToken": "sample string 9", "ClientId": "sample string 10", "PageIndex": 11, "PageSize": 12 }
application/xml, text/xml
Sample:
<DeleteCompanyReportDefinitionItemRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests"> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 7</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">11</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">251e4644-272e-49fd-be54-3fba117a002d</RequestId> <CompanyId>924e42ef-2fac-4a54-9827-f5b5b5b39f26</CompanyId> <Country>sample string 4</Country> <IsDeleteAll>true</IsDeleteAll> <ReportDefinitionItemId>a473fae3-cf18-408f-91e7-7b79fb1c382c</ReportDefinitionItemId> <ReportName>sample string 3</ReportName> </DeleteCompanyReportDefinitionItemRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.