POST api/guests/{guestId}/Documents
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guestId | decimal number |
Required |
Body Parameters
Document| Name | Description | Type | Additional information |
|---|---|---|---|
| FileName | string |
String length: inclusive between 1 and 255 |
|
| ImageType | string |
String length: inclusive between 3 and 3 |
|
| ScanType | string |
String length: inclusive between 3 and 4 |
|
| ScanLocation | string |
String length: inclusive between 4 and 4 |
|
| ImageBytes | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"fileName": "sample string 1",
"imageType": "sample string 2",
"scanType": "sample string 3",
"scanLocation": "sample string 4",
"imageBytes": "QEA="
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.