POST OnlineRegistrationNew/SaveAdditionalAttachments
Request Information
URI Parameters
None.
Body Parameters
Collection of MYCII_EWS.BusinessObjects.Masters+Attachment| Name | Description | Type | Additional information | 
|---|---|---|---|
| FileName | string | 
                             None.  | 
                |
| Content | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
[
  {
    "FileName": "sample string 1",
    "Content": "sample string 2"
  },
  {
    "FileName": "sample string 1",
    "Content": "sample string 2"
  }
]
        application/xml, text/xml
            Sample:
        
<ArrayOfAttachment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Attachment>
    <FileName>sample string 1</FileName>
    <Content>sample string 2</Content>
  </Attachment>
  <Attachment>
    <FileName>sample string 1</FileName>
    <Content>sample string 2</Content>
  </Attachment>
</ArrayOfAttachment>
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.