POST api/ApprovalMatrix/GetApprovalMatrixList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PageResponseOfGetApprovalMatrixDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of GetApprovalMatrixDto |
None. |
|
| Message | string |
None. |
|
| Status | ResponseStatus |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"Id": "a8fed6ce-e8df-4420-80c7-da474b30f958",
"SaleOrg": "sample string 2",
"Requester": "sample string 3",
"RequesterName": "sample string 4",
"BUName": "sample string 5",
"ProductManager": "sample string 6",
"MarketingHead": "sample string 7",
"President": "sample string 8",
"Catalyst": "sample string 9",
"IT": "sample string 10",
"MarketingExecutive": "sample string 11",
"CurrencyName": "sample string 12",
"DistributionChannel": "sample string 13",
"FERTPlant": "sample string 14",
"FERTSplit": "sample string 15",
"ServicePlant": "sample string 16",
"ServiceNonSplit": "sample string 17",
"Country": "sample string 18"
},
{
"Id": "a8fed6ce-e8df-4420-80c7-da474b30f958",
"SaleOrg": "sample string 2",
"Requester": "sample string 3",
"RequesterName": "sample string 4",
"BUName": "sample string 5",
"ProductManager": "sample string 6",
"MarketingHead": "sample string 7",
"President": "sample string 8",
"Catalyst": "sample string 9",
"IT": "sample string 10",
"MarketingExecutive": "sample string 11",
"CurrencyName": "sample string 12",
"DistributionChannel": "sample string 13",
"FERTPlant": "sample string 14",
"FERTSplit": "sample string 15",
"ServicePlant": "sample string 16",
"ServiceNonSplit": "sample string 17",
"Country": "sample string 18"
}
],
"Message": "sample string 1",
"Status": 0
}
application/xml, text/xml
Sample:
<PageResponseOfGetApprovalMatrixDtoA_SrPQ752 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Utilities.Common">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.ApprovalMatrixModule.Model">
<d2p1:GetApprovalMatrixDto>
<d2p1:BUName>sample string 5</d2p1:BUName>
<d2p1:Catalyst>sample string 9</d2p1:Catalyst>
<d2p1:Country>sample string 18</d2p1:Country>
<d2p1:CurrencyName>sample string 12</d2p1:CurrencyName>
<d2p1:DistributionChannel>sample string 13</d2p1:DistributionChannel>
<d2p1:FERTPlant>sample string 14</d2p1:FERTPlant>
<d2p1:FERTSplit>sample string 15</d2p1:FERTSplit>
<d2p1:IT>sample string 10</d2p1:IT>
<d2p1:Id>a8fed6ce-e8df-4420-80c7-da474b30f958</d2p1:Id>
<d2p1:MarketingExecutive>sample string 11</d2p1:MarketingExecutive>
<d2p1:MarketingHead>sample string 7</d2p1:MarketingHead>
<d2p1:President>sample string 8</d2p1:President>
<d2p1:ProductManager>sample string 6</d2p1:ProductManager>
<d2p1:Requester>sample string 3</d2p1:Requester>
<d2p1:RequesterName>sample string 4</d2p1:RequesterName>
<d2p1:SaleOrg>sample string 2</d2p1:SaleOrg>
<d2p1:ServiceNonSplit>sample string 17</d2p1:ServiceNonSplit>
<d2p1:ServicePlant>sample string 16</d2p1:ServicePlant>
</d2p1:GetApprovalMatrixDto>
<d2p1:GetApprovalMatrixDto>
<d2p1:BUName>sample string 5</d2p1:BUName>
<d2p1:Catalyst>sample string 9</d2p1:Catalyst>
<d2p1:Country>sample string 18</d2p1:Country>
<d2p1:CurrencyName>sample string 12</d2p1:CurrencyName>
<d2p1:DistributionChannel>sample string 13</d2p1:DistributionChannel>
<d2p1:FERTPlant>sample string 14</d2p1:FERTPlant>
<d2p1:FERTSplit>sample string 15</d2p1:FERTSplit>
<d2p1:IT>sample string 10</d2p1:IT>
<d2p1:Id>a8fed6ce-e8df-4420-80c7-da474b30f958</d2p1:Id>
<d2p1:MarketingExecutive>sample string 11</d2p1:MarketingExecutive>
<d2p1:MarketingHead>sample string 7</d2p1:MarketingHead>
<d2p1:President>sample string 8</d2p1:President>
<d2p1:ProductManager>sample string 6</d2p1:ProductManager>
<d2p1:Requester>sample string 3</d2p1:Requester>
<d2p1:RequesterName>sample string 4</d2p1:RequesterName>
<d2p1:SaleOrg>sample string 2</d2p1:SaleOrg>
<d2p1:ServiceNonSplit>sample string 17</d2p1:ServiceNonSplit>
<d2p1:ServicePlant>sample string 16</d2p1:ServicePlant>
</d2p1:GetApprovalMatrixDto>
</Data>
<Message>sample string 1</Message>
<Status>Failed</Status>
</PageResponseOfGetApprovalMatrixDtoA_SrPQ752>