PUT api/SalesOrderEdit/UpdateItemAttribute?SESSION_ID={SESSION_ID}&DESIGN_CODE={DESIGN_CODE}&UNQ_DESIGN_ID={UNQ_DESIGN_ID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SESSION_ID

string

Required

DESIGN_CODE

string

Required

UNQ_DESIGN_ID

string

Required

Body Parameters

SalesOrderDetailTemp
NameDescriptionTypeAdditional information
UNIQUEID

decimal number

None.

SRNO

integer

None.

DELIVERY_DATE

date

None.

DESIGN_CODE

string

Max length: 20

KARAT

string

Max length: 4

METAL_COLOR

string

Max length: 6

PCS

decimal number

None.

METAL_WT

decimal number

None.

STONE_WT

decimal number

None.

GROSS_WT

decimal number

None.

RATEFC

decimal number

None.

STOCK_CODE

string

Max length: 15

REMARKS

string

Max length: 500

ENGRAVE_TEXT

string

Max length: 50

RHODIUM_COLOR

string

Max length: 20

SIZE

string

Max length: 20

LENGTH

string

Max length: 20

ENAMEL_COLOR

string

Max length: 100

DIVISION_CODE

string

None.

PICTURE_NAME

string

None.

STOCK_DESCRIPTION

string

None.

Cls_Wt

decimal number

None.

Prl_Wt

decimal number

None.

SESSION_ID

string

Required

Max length: 200

WISHLIST

boolean

None.

UNQ_DESIGN_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UNIQUEID": 1.1,
  "SRNO": 2,
  "DELIVERY_DATE": "2025-12-16T07:34:16.6546256+04:00",
  "DESIGN_CODE": "sample string 4",
  "KARAT": "sample string 5",
  "METAL_COLOR": "sample string 6",
  "PCS": 7.1,
  "METAL_WT": 8.1,
  "STONE_WT": 9.1,
  "GROSS_WT": 10.1,
  "RATEFC": 11.1,
  "STOCK_CODE": "sample string 12",
  "REMARKS": "sample string 13",
  "ENGRAVE_TEXT": "sample string 14",
  "RHODIUM_COLOR": "sample string 15",
  "SIZE": "sample string 16",
  "LENGTH": "sample string 17",
  "ENAMEL_COLOR": "sample string 18",
  "DIVISION_CODE": "sample string 19",
  "PICTURE_NAME": "sample string 20",
  "STOCK_DESCRIPTION": "sample string 21",
  "Cls_Wt": 22.1,
  "Prl_Wt": 23.1,
  "SESSION_ID": "sample string 24",
  "WISHLIST": true,
  "UNQ_DESIGN_ID": "sample string 26"
}

text/html

Sample:
{"UNIQUEID":1.1,"SRNO":2,"DELIVERY_DATE":"2025-12-16T07:34:16.6546256+04:00","DESIGN_CODE":"sample string 4","KARAT":"sample string 5","METAL_COLOR":"sample string 6","PCS":7.1,"METAL_WT":8.1,"STONE_WT":9.1,"GROSS_WT":10.1,"RATEFC":11.1,"STOCK_CODE":"sample string 12","REMARKS":"sample string 13","ENGRAVE_TEXT":"sample string 14","RHODIUM_COLOR":"sample string 15","SIZE":"sample string 16","LENGTH":"sample string 17","ENAMEL_COLOR":"sample string 18","DIVISION_CODE":"sample string 19","PICTURE_NAME":"sample string 20","STOCK_DESCRIPTION":"sample string 21","Cls_Wt":22.1,"Prl_Wt":23.1,"SESSION_ID":"sample string 24","WISHLIST":true,"UNQ_DESIGN_ID":"sample string 26"}

application/xml, text/xml

Sample:
<SalesOrderDetailTemp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAppApi.Models.General">
  <Cls_Wt>22.1</Cls_Wt>
  <DELIVERY_DATE>2025-12-16T07:34:16.6546256+04:00</DELIVERY_DATE>
  <DESIGN_CODE>sample string 4</DESIGN_CODE>
  <DIVISION_CODE>sample string 19</DIVISION_CODE>
  <ENAMEL_COLOR>sample string 18</ENAMEL_COLOR>
  <ENGRAVE_TEXT>sample string 14</ENGRAVE_TEXT>
  <GROSS_WT>10.1</GROSS_WT>
  <KARAT>sample string 5</KARAT>
  <LENGTH>sample string 17</LENGTH>
  <METAL_COLOR>sample string 6</METAL_COLOR>
  <METAL_WT>8.1</METAL_WT>
  <PCS>7.1</PCS>
  <PICTURE_NAME>sample string 20</PICTURE_NAME>
  <Prl_Wt>23.1</Prl_Wt>
  <RATEFC>11.1</RATEFC>
  <REMARKS>sample string 13</REMARKS>
  <RHODIUM_COLOR>sample string 15</RHODIUM_COLOR>
  <SESSION_ID>sample string 24</SESSION_ID>
  <SIZE>sample string 16</SIZE>
  <SRNO>2</SRNO>
  <STOCK_CODE>sample string 12</STOCK_CODE>
  <STOCK_DESCRIPTION>sample string 21</STOCK_DESCRIPTION>
  <STONE_WT>9.1</STONE_WT>
  <UNIQUEID>1.1</UNIQUEID>
  <UNQ_DESIGN_ID>sample string 26</UNQ_DESIGN_ID>
  <WISHLIST>true</WISHLIST>
</SalesOrderDetailTemp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />