POST Opportunity/InsertAddItemToProspect
Request Information
URI Parameters
None.
Body Parameters
AddItemToProspectName | Description | Type | Additional information |
---|---|---|---|
OpportunityID | string |
None. |
|
InventoryID | string |
None. |
|
CategoryID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "OpportunityID": "sample string 1", "InventoryID": "sample string 2", "CategoryID": "sample string 3" }
application/xml, text/xml
Sample:
<AddItemToProspect xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstaGuru.Models"> <CategoryID>sample string 3</CategoryID> <InventoryID>sample string 2</InventoryID> <OpportunityID>sample string 1</OpportunityID> </AddItemToProspect>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.