PUT api/ShoppingCart/{id}?invoiceAccountId={invoiceAccountId}
Update the invoice account.
Possible Service Responses:
200/OK - Shopping Cart updated successfully and returned in the body of the response.
404/Shopping Cart Not Found - no shopping cart found for the specified id.
500/Internal Server - unexpected server error, details in the body of the response.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Shopping Cart Id |
System.String |
Required |
invoiceAccountId |
Invoice Account Id |
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. |