None.
Name | Description | Type | Additional information |
---|---|---|---|
MainType | integer |
None. |
|
SubType | integer |
None. |
|
RecId | integer |
None. |
{ "MainType": 1, "SubType": 2, "RecId": 3 }
<AttachmentCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi.BaseData.Attachment"> <MainType>1</MainType> <RecId>3</RecId> <SubType>2</SubType> </AttachmentCondition>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
FileName | string |
None. |
|
FileType | FileType |
None. |
|
FileUrl | string |
None. |
|
FileSize | integer |
None. |
|
CreatedByName | string |
None. |
|
DateFmt | string |
None. |
[ { "Id": 1, "FileName": "sample string 2", "FileType": 1010, "FileUrl": "sample string 3", "FileSize": 4, "CreatedByName": "sample string 5", "DateFmt": "sample string 6" }, { "Id": 1, "FileName": "sample string 2", "FileType": 1010, "FileUrl": "sample string 3", "FileSize": 4, "CreatedByName": "sample string 5", "DateFmt": "sample string 6" } ]
<ArrayOfAttachmentListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models"> <AttachmentListModel> <CreatedByName>sample string 5</CreatedByName> <DateFmt>sample string 6</DateFmt> <FileName>sample string 2</FileName> <FileSize>4</FileSize> <FileType>jpg</FileType> <FileUrl>sample string 3</FileUrl> <Id>1</Id> </AttachmentListModel> <AttachmentListModel> <CreatedByName>sample string 5</CreatedByName> <DateFmt>sample string 6</DateFmt> <FileName>sample string 2</FileName> <FileSize>4</FileSize> <FileType>jpg</FileType> <FileUrl>sample string 3</FileUrl> <Id>1</Id> </AttachmentListModel> </ArrayOfAttachmentListModel>