PUT api/Contacts?portalId={portalId}&portalPositionId={portalPositionId}
Update the portal position for a contact.
Possible Service Responses:
200/OK - Contact updated successfully.
404/Contact Not Found - no contact found for the specified portal id.
500/Internal Server - unexpected server error, details in the body of the response.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
portalId |
Shopping Cart Id |
System.String |
Required |
portalPositionId |
The Id of the position to be the portal position for the contact |
System.String |
Required |
Body Parameters
None.
Response Information
Resource Description
System.Net.Http.HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | System.Version |
None. |
|
Content | System.Net.Http.HttpContent |
None. |
|
StatusCode | System.Net.HttpStatusCode |
None. |
|
ReasonPhrase | System.String |
None. |
|
Headers | System.Net.Http.Headers.HttpResponseHeaders |
None. |
|
RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
IsSuccessStatusCode | System.Boolean |
None. |