GET api/PBXMLDynamicData/GetAllPaySheet?CCCD={CCCD}&EmpNo={EmpNo}&catcd={catcd}&fromdt={fromdt}&todt={todt}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| CCCD | No documentation available.  | 
                    
                             Define this parameter in the request URI.  | 
                
| EmpNo | No documentation available.  | 
                    
                             Define this parameter in the request URI.  | 
                
| catcd | No documentation available.  | 
                    
                             Define this parameter in the request URI.  | 
                
| fromdt | No documentation available.  | 
                    
                             Define this parameter in the request URI.  | 
                
| todt | No documentation available.  | 
                    
                             Define this parameter in the request URI.  | 
                
Response Information
No documentation available.
Response body formats
application/json, text/json
            Sample:
        
[
  {
    "Data": {
      "sample string 1": {},
      "sample string 3": {},
      "sample string 5": {}
    }
  },
  {
    "Data": {
      "sample string 1": {},
      "sample string 3": {},
      "sample string 5": {}
    }
  },
  {
    "Data": {
      "sample string 1": {},
      "sample string 3": {},
      "sample string 5": {}
    }
  }
]
        text/html
            Sample:
        
[{"Data":{"sample string 1":{},"sample string 3":{},"sample string 5":{}}},{"Data":{"sample string 1":{},"sample string 3":{},"sample string 5":{}}},{"Data":{"sample string 1":{},"sample string 3":{},"sample string 5":{}}}]
        application/xml, text/xml
            Sample:
<ArrayOfPBXMLDynamicData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <PBXMLDynamicData>
    <Data xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringanyType>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value />
      </d3p1:KeyValueOfstringanyType>
      <d3p1:KeyValueOfstringanyType>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value />
      </d3p1:KeyValueOfstringanyType>
      <d3p1:KeyValueOfstringanyType>
        <d3p1:Key>sample string 5</d3p1:Key>
        <d3p1:Value />
      </d3p1:KeyValueOfstringanyType>
    </Data>
  </PBXMLDynamicData>
  <PBXMLDynamicData>
    <Data xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringanyType>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value />
      </d3p1:KeyValueOfstringanyType>
      <d3p1:KeyValueOfstringanyType>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value />
      </d3p1:KeyValueOfstringanyType>
      <d3p1:KeyValueOfstringanyType>
        <d3p1:Key>sample string 5</d3p1:Key>
        <d3p1:Value />
      </d3p1:KeyValueOfstringanyType>
    </Data>
  </PBXMLDynamicData>
  <PBXMLDynamicData>
    <Data xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringanyType>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value />
      </d3p1:KeyValueOfstringanyType>
      <d3p1:KeyValueOfstringanyType>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value />
      </d3p1:KeyValueOfstringanyType>
      <d3p1:KeyValueOfstringanyType>
        <d3p1:Key>sample string 5</d3p1:Key>
        <d3p1:Value />
      </d3p1:KeyValueOfstringanyType>
    </Data>
  </PBXMLDynamicData>
</ArrayOfPBXMLDynamicData>