POST api/OmdanManagement/Update

Request Information

URI Parameters

None.

Body Parameters

ManagementBidningModels
NameDescriptionTypeAdditional information
OldVersionMessage

string

None.

SendOldVersionMessage

boolean

None.

GeneralMessage

string

None.

SendGeneralMessage

boolean

None.

OmdanLatestVersion

string

None.

TransactionId

string

String length: inclusive between 0 and 100

Request Formats

application/json, text/json

Sample:
{
  "OldVersionMessage": "sample string 1",
  "SendOldVersionMessage": true,
  "GeneralMessage": "sample string 3",
  "SendGeneralMessage": true,
  "OmdanLatestVersion": "sample string 5",
  "TransactionId": "sample string 6"
}

application/xml, text/xml

Sample:
<ManagementBidningModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OmdanRestModels.Models.Binding_Models">
  <TransactionId>sample string 6</TransactionId>
  <GeneralMessage>sample string 3</GeneralMessage>
  <OldVersionMessage>sample string 1</OldVersionMessage>
  <OmdanLatestVersion>sample string 5</OmdanLatestVersion>
  <SendGeneralMessage>true</SendGeneralMessage>
  <SendOldVersionMessage>true</SendOldVersionMessage>
</ManagementBidningModels>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.