POST api/AddUpdateMYPOrderLimitBundle

Request Information

URI Parameters

None.

Body Parameters

MYPOrderLimitBundleStyle
NameDescriptionTypeAdditional information
mypId

integer

None.

bId

integer

None.

bName

string

None.

bLimit

integer

None.

status

integer

None.

type

string

None.

StyleWLogo

Collection of BundleStyleWLogo

None.

Request Formats

application/json, text/json

Sample:
{
  "mypId": 1,
  "bId": 2,
  "bName": "sample string 3",
  "bLimit": 4,
  "status": 5,
  "type": "sample string 6",
  "StyleWLogo": [
    {
      "style": "sample string 1",
      "aLogo": 2
    },
    {
      "style": "sample string 1",
      "aLogo": 2
    }
  ]
}

text/xml

Sample:
<MYPOrderLimitBundleStyle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRMAPP.Models">
  <BundleLimit>4</BundleLimit>
  <BundleName>sample string 3</BundleName>
  <IsActive>5</IsActive>
  <MYPOrderBundleId>2</MYPOrderBundleId>
  <MYPOrderLimitId>1</MYPOrderLimitId>
  <StyleWLogo>
    <BundleStyleWLogo>
      <AddLogo>2</AddLogo>
      <Style>sample string 1</Style>
    </BundleStyleWLogo>
    <BundleStyleWLogo>
      <AddLogo>2</AddLogo>
      <Style>sample string 1</Style>
    </BundleStyleWLogo>
  </StyleWLogo>
  <Type>sample string 6</Type>
</MYPOrderLimitBundleStyle>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MYPOrderLimitBundleStyle'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.