PUT portal/Draft
Request Information
URI Parameters
None.
Body Parameters
UpdateDraft| Name | Description | Type | Additional information |
|---|---|---|---|
| record_id | integer |
None. |
|
| entity | IdValuePair |
None. |
|
| draft_name | string |
None. |
|
| street | string |
None. |
|
| city | string |
None. |
|
| province | string |
None. |
|
| country | IdValuePair |
None. |
|
| zipcode | string |
None. |
|
| email_address | string |
None. |
|
| notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"record_id": 1,
"entity": {
"value": "sample string 1",
"id": 2
},
"draft_name": "sample string 2",
"street": "sample string 3",
"city": "sample string 4",
"province": "sample string 5",
"country": {
"value": "sample string 1",
"id": 2
},
"zipcode": "sample string 6",
"email_address": "sample string 7",
"notes": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.