POST api/inventory/Wishlist/Share?wishlistID={wishlistID}&repDID={repDID}&shouldCopyToCustomer={shouldCopyToCustomer}&message={message}&partyGUID={partyGUID}

Allows sharing a customer wishlist with a rep and party.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
wishlistID

integer

Required

repDID

string

Required

shouldCopyToCustomer

boolean

Required

message

string

Default value is

partyGUID

string

Default value is

Body Parameters

None.

Response Information

Resource Description

IOperationResult
NameDescriptionTypeAdditional information
IsSuccessful

boolean

None.

ValidationErrors

Dictionary of string [key] and string [value]

None.

Value

Object

None.

Response Formats

application/xml, text/xml

Sample:
<OperationResult>
  <IsSuccessful>False</IsSuccessful>
  <ValidationErrors />
  <Value />
</OperationResult>

application/json, text/json

Sample:
{
  "IsSuccessful": false,
  "ValidationErrors": {}
}