POST saveR2V2
Request Information
URI Parameters
None.
Body Parameters
r2v2| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| json | string |
None. |
|
| RequestJSON | XDocument |
None. |
|
| Attachment | Collection of byte |
None. |
|
| ReservationNameID | string |
None. |
|
| ConfirmationNo | string |
None. |
|
| type | integer |
None. |
|
| Req | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"json": "sample string 2",
"RequestJSON": {},
"Attachment": "QEA=",
"ReservationNameID": "sample string 3",
"ConfirmationNo": "sample string 4",
"type": 5,
"Req": "sample string 6"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>