POST api/dmsdocumenttype2mimetype/delete
Request Information
URI Parameters
None.
Body Parameters
DmsDocumentType2MimeType| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| DocumentTypeId | integer |
Required |
|
| MimeTypeId | integer |
Required |
|
| Active | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "dddb40fd-845b-4a63-920e-d409b83ab536",
"DocumentTypeId": 3,
"MimeTypeId": 4,
"Active": true
}
application/xml, text/xml
Sample:
<DmsDocumentType2MimeType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.Tools.Dms.Models"> <Active>true</Active> <DocumentTypeId>3</DocumentTypeId> <Id>1</Id> <MimeTypeId>4</MimeTypeId> <RowGuid>dddb40fd-845b-4a63-920e-d409b83ab536</RowGuid> </DmsDocumentType2MimeType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>