PUT api/products/ext/{dminumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dminumber

string

Required

Body Parameters

tProduct_Ext
NameDescriptionTypeAdditional information
DMINumber

string

None.

cname

string

None.

pother1

string

None.

pother2

string

None.

pother3

string

None.

category

string

None.

extendeddescr

string

None.

engine_extra

string

None.

supercedes

string

None.

so_num

string

None.

so_match

string

None.

brandname

string

None.

DateCreated

date

None.

TimeCreated

time interval

None.

DateModified

date

None.

TimeModified

time interval

None.

Request Formats

application/json, text/json

Sample:
{
  "DMINumber": "sample string 1",
  "cname": "sample string 2",
  "pother1": "sample string 3",
  "pother2": "sample string 4",
  "pother3": "sample string 5",
  "category": "sample string 6",
  "extendeddescr": "sample string 7",
  "engine_extra": "sample string 8",
  "supercedes": "sample string 9",
  "so_num": "sample string 10",
  "so_match": "sample string 11",
  "brandname": "sample string 12",
  "DateCreated": "2024-09-19T06:55:09.4439499-05:00",
  "TimeCreated": "00:00:00.1234567",
  "DateModified": "2024-09-19T06:55:09.4439499-05:00",
  "TimeModified": "00:00:00.1234567"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.