POST api/lcep/service/getavlsvcdt

Request Information

URI Parameters

None.

Body Parameters

LCEPAvlSvcDateParm
NameDescriptionTypeAdditional information
Dealer

string

None.

Month

string

None.

Year

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Dealer": "sample string 1",
  "Month": "sample string 2",
  "Year": "sample string 3"
}

application/xml, text/xml

Sample:
<LCEPAvlSvcDateParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Technosoft.Yana.LXI.XRM.API.Azure.Models.LCEPModel">
  <Dealer>sample string 1</Dealer>
  <Month>sample string 2</Month>
  <Year>sample string 3</Year>
</LCEPAvlSvcDateParm>

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 'LCEPAvlSvcDateParm'.

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.