POST api/mL2/Documentation
Request Information
URI Parameters
None.
Body Parameters
DocumentBDO| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentUid | globally unique identifier |
None. |
|
| DocumentName | string |
None. |
|
| ClientCaseID | integer |
None. |
|
| CourtCaseID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DocumentUid": "7a031059-62a8-4bb5-8cb1-d6fbe2424adf",
"DocumentName": "sample string 2",
"ClientCaseID": 1,
"CourtCaseID": 1
}
application/xml, text/xml
Sample:
<DocumentBDO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Isak.WebApi.Areas.mL2.Models"> <ClientCaseID>1</ClientCaseID> <CourtCaseID>1</CourtCaseID> <DocumentName>sample string 2</DocumentName> <DocumentUid>7a031059-62a8-4bb5-8cb1-d6fbe2424adf</DocumentUid> </DocumentBDO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.