POST api/reflegaldocumenttype/viewall
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RefLegalDocumentTypeDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Type_Doc_Id | integer |
None. |
|
| Unit_Type_Code | string |
None. |
|
| Type_Legal_Doc_Code | string |
None. |
|
| Type_Legal_Doc_Name | string |
None. |
|
| IsMandatory | string |
None. |
|
| IsActive | string |
None. |
|
| UserOfficeId | integer |
None. |
|
| UserRequestId | integer |
None. |
|
| UserRoleId | integer |
None. |
|
| TimeStamp | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Type_Doc_Id": 1,
"Unit_Type_Code": "sample string 2",
"Type_Legal_Doc_Code": "sample string 3",
"Type_Legal_Doc_Name": "sample string 4",
"IsMandatory": "sample string 5",
"IsActive": "sample string 6",
"UserOfficeId": 7,
"UserRequestId": 8,
"UserRoleId": 9,
"TimeStamp": "QEA="
},
{
"Type_Doc_Id": 1,
"Unit_Type_Code": "sample string 2",
"Type_Legal_Doc_Code": "sample string 3",
"Type_Legal_Doc_Name": "sample string 4",
"IsMandatory": "sample string 5",
"IsActive": "sample string 6",
"UserOfficeId": 7,
"UserRequestId": 8,
"UserRoleId": 9,
"TimeStamp": "QEA="
}
]
text/html
Sample:
[{"Type_Doc_Id":1,"Unit_Type_Code":"sample string 2","Type_Legal_Doc_Code":"sample string 3","Type_Legal_Doc_Name":"sample string 4","IsMandatory":"sample string 5","IsActive":"sample string 6","UserOfficeId":7,"UserRequestId":8,"UserRoleId":9,"TimeStamp":"QEA="},{"Type_Doc_Id":1,"Unit_Type_Code":"sample string 2","Type_Legal_Doc_Code":"sample string 3","Type_Legal_Doc_Name":"sample string 4","IsMandatory":"sample string 5","IsActive":"sample string 6","UserOfficeId":7,"UserRequestId":8,"UserRoleId":9,"TimeStamp":"QEA="}]
application/xml, text/xml
Sample:
<ArrayOfRefLegalDocumentTypeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models.Document">
<RefLegalDocumentTypeDTO>
<TimeStamp xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">QEA=</TimeStamp>
<UserOfficeId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">7</UserOfficeId>
<UserRequestId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">8</UserRequestId>
<UserRoleId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">9</UserRoleId>
<IsActive>sample string 6</IsActive>
<IsMandatory>sample string 5</IsMandatory>
<Type_Doc_Id>1</Type_Doc_Id>
<Type_Legal_Doc_Code>sample string 3</Type_Legal_Doc_Code>
<Type_Legal_Doc_Name>sample string 4</Type_Legal_Doc_Name>
<Unit_Type_Code>sample string 2</Unit_Type_Code>
</RefLegalDocumentTypeDTO>
<RefLegalDocumentTypeDTO>
<TimeStamp xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">QEA=</TimeStamp>
<UserOfficeId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">7</UserOfficeId>
<UserRequestId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">8</UserRequestId>
<UserRoleId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">9</UserRoleId>
<IsActive>sample string 6</IsActive>
<IsMandatory>sample string 5</IsMandatory>
<Type_Doc_Id>1</Type_Doc_Id>
<Type_Legal_Doc_Code>sample string 3</Type_Legal_Doc_Code>
<Type_Legal_Doc_Name>sample string 4</Type_Legal_Doc_Name>
<Unit_Type_Code>sample string 2</Unit_Type_Code>
</RefLegalDocumentTypeDTO>
</ArrayOfRefLegalDocumentTypeDTO>