POST api/v1/ecare/warning

Request Information

URI Parameters

None.

Body Parameters

ECareWarningRequest
NameDescriptionTypeAdditional information
vin

string

Required

Max length: 20

WNGNotificationNameTH

string

Required

Max length: 1000

WNGNotificationNameEN

string

Required

Max length: 1000

WNGNotificationDescTH

string

Required

Max length: 3000

WNGNotificationDescEN

string

Required

Max length: 3000

Request Formats

application/json, text/json

Sample:
{
  "vin": "sample string 1",
  "WNGNotificationNameTH": "sample string 2",
  "WNGNotificationNameEN": "sample string 3",
  "WNGNotificationDescTH": "sample string 4",
  "WNGNotificationDescEN": "sample string 5"
}

application/xml, text/xml

Sample:
<ECareWarningRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LDCM.MyServices.Models">
  <NotificationDescriptionEn>sample string 5</NotificationDescriptionEn>
  <NotificationDescriptionTh>sample string 4</NotificationDescriptionTh>
  <NotificationNameEn>sample string 3</NotificationNameEn>
  <NotificationNameTh>sample string 2</NotificationNameTh>
  <Vin>sample string 1</Vin>
</ECareWarningRequest>

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.