PUT api/WB/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

wb
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "id": 1,
  "ModelId": 2,
  "Name": "sample string 3",
  "Description": "sample string 4",
  "FileName": "sample string 5",
  "BaseAddress": "sample string 6",
  "Category": "sample string 7",
  "GUID": "sample string 8",
  "Json": "sample string 9",
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<SYSNA_WB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NGEL.Repository">
  <BaseAddress>sample string 6</BaseAddress>
  <Category>sample string 7</Category>
  <Description>sample string 4</Description>
  <FileName>sample string 5</FileName>
  <GUID>sample string 8</GUID>
  <IsDeleted>true</IsDeleted>
  <Json>sample string 9</Json>
  <ModelId>2</ModelId>
  <Name>sample string 3</Name>
  <id>1</id>
</SYSNA_WB>

multipart/form-data

Sample:
<SYSNA_WB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NGEL.Repository"><BaseAddress>sample string 6</BaseAddress><Category>sample string 7</Category><Description>sample string 4</Description><FileName>sample string 5</FileName><GUID>sample string 8</GUID><IsDeleted>true</IsDeleted><Json>sample string 9</Json><ModelId>2</ModelId><Name>sample string 3</Name><id>1</id></SYSNA_WB>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "id": 1,
  "ModelId": 2,
  "Name": "sample string 3",
  "Description": "sample string 4",
  "FileName": "sample string 5",
  "BaseAddress": "sample string 6",
  "Category": "sample string 7",
  "GUID": "sample string 8",
  "Json": "sample string 9",
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<SYSNA_WB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NGEL.Repository">
  <BaseAddress>sample string 6</BaseAddress>
  <Category>sample string 7</Category>
  <Description>sample string 4</Description>
  <FileName>sample string 5</FileName>
  <GUID>sample string 8</GUID>
  <IsDeleted>true</IsDeleted>
  <Json>sample string 9</Json>
  <ModelId>2</ModelId>
  <Name>sample string 3</Name>
  <id>1</id>
</SYSNA_WB>

multipart/form-data

Sample:
<SYSNA_WB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NGEL.Repository"><BaseAddress>sample string 6</BaseAddress><Category>sample string 7</Category><Description>sample string 4</Description><FileName>sample string 5</FileName><GUID>sample string 8</GUID><IsDeleted>true</IsDeleted><Json>sample string 9</Json><ModelId>2</ModelId><Name>sample string 3</Name><id>1</id></SYSNA_WB>