FormData¶
FormData Properties¶
| Property | Type | Required |
|---|---|---|
| Key | string |
Yes |
| Value | complex | Yes |
Key¶
The name of key value pair.
- type:
string
Value¶
The content of key value pair.
- type: complex
Value Value¶
Any following options needs to be fulfilled.
Option 1¶
The key value
string
Option 2¶
An object definition in accordance with the IAttachment interface. Only the content, contentType and urlString properties are applicable here.
object with following properties:
| Property | Type | Required |
|---|---|---|