POST residentapi/archmods/{archModId}/archmodattachments
Create an archmod attachment
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| archModId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ArchModAttachment| Name | Description | Type | Additional information |
|---|---|---|---|
| AttachmentId |
AttachmentId |
integer |
None. |
| ArchModId |
ArchModId |
integer |
None. |
| FileName |
FileName |
string |
None. |
| FileUrl |
FileUrl |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"attachmentId": 1,
"archModId": 2,
"fileName": "sample string 3",
"fileUrl": "sample string 4"
}