PUT JointVenture

Request Information

URI Parameters

None.

Body Parameters

MYCII_EWS.BusinessObjects.CP+UpdateJvCollaboration
NameDescriptionTypeAdditional information
Name

string

None.

Type

string

None.

jvcollaborationtype

string

None.

Country

string

None.

Holding

string

None.

Product_details

string

None.

Id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Type": "sample string 2",
  "jvcollaborationtype": "sample string 3",
  "Country": "sample string 4",
  "Holding": "sample string 5",
  "Product_details": "sample string 6",
  "Id": "sample string 7"
}

application/xml, text/xml

Sample:
<UpdateJvCollaboration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Name>sample string 1</Name>
  <Type>sample string 2</Type>
  <jvcollaborationtype>sample string 3</jvcollaborationtype>
  <Country>sample string 4</Country>
  <Holding>sample string 5</Holding>
  <Product_details>sample string 6</Product_details>
  <Id>sample string 7</Id>
</UpdateJvCollaboration>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.