POST api/Udfs/GetUdfsData
Request Information
URI Parameters
None.
Body Parameters
FilterKeyUdf| Name | Description | Type | Additional information | 
|---|---|---|---|
| DocEntry | integer | 
                             None.  | 
                |
| LineNum | integer | 
                             None.  | 
                |
| CardCode | string | 
                             None.  | 
                |
| ItemCode | string | 
                             None.  | 
                |
| TypeDocument | string | 
                             None.  | 
                |
| DraftType | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "DocEntry": 1,
  "LineNum": 2,
  "CardCode": "sample string 3",
  "ItemCode": "sample string 4",
  "TypeDocument": "sample string 5",
  "DraftType": "sample string 6"
}
        application/xml, text/xml
            Sample:
        <FilterKeyUdf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLMLTEMA.MODELS.Filters"> <CardCode>sample string 3</CardCode> <DocEntry>1</DocEntry> <DraftType>sample string 6</DraftType> <ItemCode>sample string 4</ItemCode> <LineNum>2</LineNum> <TypeDocument>sample string 5</TypeDocument> </FilterKeyUdf>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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.  |