POST api/onhandlegaldocument/createbatch
Request Information
URI Parameters
None.
Body Parameters
Collection of OnhandLegalDocumentDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| OnhandLegalDocumentId | integer |
None. |
|
| TypeDocId | integer |
None. |
|
| RefReceiptId | integer |
None. |
|
| HandoverLetterId | integer |
None. |
|
| CustodianId | integer |
None. |
|
| UnitIdentificationNumber | string |
None. |
|
| Notes | string |
None. |
|
| IsPickup | string |
None. |
|
| IsActive | string |
None. |
|
| UserOfficeId | integer |
None. |
|
| UserRequestId | integer |
None. |
|
| UserRoleId | integer |
None. |
|
| TimeStamp | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"OnhandLegalDocumentId": 1,
"TypeDocId": 2,
"RefReceiptId": 3,
"HandoverLetterId": 1,
"CustodianId": 4,
"UnitIdentificationNumber": "sample string 5",
"Notes": "sample string 6",
"IsPickup": "sample string 7",
"IsActive": "sample string 8",
"UserOfficeId": 9,
"UserRequestId": 10,
"UserRoleId": 11,
"TimeStamp": "QEA="
},
{
"OnhandLegalDocumentId": 1,
"TypeDocId": 2,
"RefReceiptId": 3,
"HandoverLetterId": 1,
"CustodianId": 4,
"UnitIdentificationNumber": "sample string 5",
"Notes": "sample string 6",
"IsPickup": "sample string 7",
"IsActive": "sample string 8",
"UserOfficeId": 9,
"UserRequestId": 10,
"UserRoleId": 11,
"TimeStamp": "QEA="
}
]
text/html
Sample:
[{"OnhandLegalDocumentId":1,"TypeDocId":2,"RefReceiptId":3,"HandoverLetterId":1,"CustodianId":4,"UnitIdentificationNumber":"sample string 5","Notes":"sample string 6","IsPickup":"sample string 7","IsActive":"sample string 8","UserOfficeId":9,"UserRequestId":10,"UserRoleId":11,"TimeStamp":"QEA="},{"OnhandLegalDocumentId":1,"TypeDocId":2,"RefReceiptId":3,"HandoverLetterId":1,"CustodianId":4,"UnitIdentificationNumber":"sample string 5","Notes":"sample string 6","IsPickup":"sample string 7","IsActive":"sample string 8","UserOfficeId":9,"UserRequestId":10,"UserRoleId":11,"TimeStamp":"QEA="}]
application/xml, text/xml
Sample:
<ArrayOfOnhandLegalDocumentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models.Document">
<OnhandLegalDocumentDTO>
<TimeStamp xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">QEA=</TimeStamp>
<UserOfficeId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">9</UserOfficeId>
<UserRequestId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">10</UserRequestId>
<UserRoleId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">11</UserRoleId>
<CustodianId>4</CustodianId>
<HandoverLetterId>1</HandoverLetterId>
<IsActive>sample string 8</IsActive>
<IsPickup>sample string 7</IsPickup>
<Notes>sample string 6</Notes>
<OnhandLegalDocumentId>1</OnhandLegalDocumentId>
<RefReceiptId>3</RefReceiptId>
<TypeDocId>2</TypeDocId>
<UnitIdentificationNumber>sample string 5</UnitIdentificationNumber>
</OnhandLegalDocumentDTO>
<OnhandLegalDocumentDTO>
<TimeStamp xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">QEA=</TimeStamp>
<UserOfficeId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">9</UserOfficeId>
<UserRequestId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">10</UserRequestId>
<UserRoleId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">11</UserRoleId>
<CustodianId>4</CustodianId>
<HandoverLetterId>1</HandoverLetterId>
<IsActive>sample string 8</IsActive>
<IsPickup>sample string 7</IsPickup>
<Notes>sample string 6</Notes>
<OnhandLegalDocumentId>1</OnhandLegalDocumentId>
<RefReceiptId>3</RefReceiptId>
<TypeDocId>2</TypeDocId>
<UnitIdentificationNumber>sample string 5</UnitIdentificationNumber>
</OnhandLegalDocumentDTO>
</ArrayOfOnhandLegalDocumentDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.