POST api/SalesOrderEditComponents

Request Information

URI Parameters

None.

Body Parameters

SalesOrderStnmtlDetailsTemp
NameDescriptionTypeAdditional information
UNIQUEID

decimal number

Required

SRNO

integer

Required

DESIGN_CODE

string

Max length: 20

METALSTONE

string

Max length: 1

DIVCODE

string

Max length: 1

KARAT_CODE

string

Max length: 4

GROSS_WT

decimal number

None.

PCS

decimal number

None.

SIEVE

string

Max length: 20

COLOR

string

Max length: 20

CLARITY

string

Max length: 20

SHAPE

string

Max length: 20

SIZE_FROM

string

Max length: 20

SIZE_TO

string

Max length: 20

RATEFC

decimal number

None.

LABCHGCODE

string

Max length: 15

AMOUNTLC

decimal number

None.

LABRATELC

decimal number

None.

LABAMOUNTLC

decimal number

None.

LABRATEFC

decimal number

None.

METALPERCENTAGE

decimal number

None.

COMPSLNO

decimal number

None.

SIEVE_SET

string

Max length: 20

MFTSTOCK_CODE

string

None.

SESSION_ID

string

Max length: 200

WISHLIST

boolean

None.

UNQ_DESIGN_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UNIQUEID": 1.1,
  "SRNO": 2,
  "DESIGN_CODE": "sample string 3",
  "METALSTONE": "sample string 4",
  "DIVCODE": "sample string 5",
  "KARAT_CODE": "sample string 6",
  "GROSS_WT": 7.1,
  "PCS": 8.1,
  "SIEVE": "sample string 9",
  "COLOR": "sample string 10",
  "CLARITY": "sample string 11",
  "SHAPE": "sample string 12",
  "SIZE_FROM": "sample string 13",
  "SIZE_TO": "sample string 14",
  "RATEFC": 15.1,
  "LABCHGCODE": "sample string 16",
  "AMOUNTLC": 17.1,
  "LABRATELC": 18.1,
  "LABAMOUNTLC": 19.1,
  "LABRATEFC": 20.1,
  "METALPERCENTAGE": 21.1,
  "COMPSLNO": 22.1,
  "SIEVE_SET": "sample string 23",
  "MFTSTOCK_CODE": "sample string 24",
  "SESSION_ID": "sample string 25",
  "WISHLIST": true,
  "UNQ_DESIGN_ID": "sample string 27"
}

text/html

Sample:
{"UNIQUEID":1.1,"SRNO":2,"DESIGN_CODE":"sample string 3","METALSTONE":"sample string 4","DIVCODE":"sample string 5","KARAT_CODE":"sample string 6","GROSS_WT":7.1,"PCS":8.1,"SIEVE":"sample string 9","COLOR":"sample string 10","CLARITY":"sample string 11","SHAPE":"sample string 12","SIZE_FROM":"sample string 13","SIZE_TO":"sample string 14","RATEFC":15.1,"LABCHGCODE":"sample string 16","AMOUNTLC":17.1,"LABRATELC":18.1,"LABAMOUNTLC":19.1,"LABRATEFC":20.1,"METALPERCENTAGE":21.1,"COMPSLNO":22.1,"SIEVE_SET":"sample string 23","MFTSTOCK_CODE":"sample string 24","SESSION_ID":"sample string 25","WISHLIST":true,"UNQ_DESIGN_ID":"sample string 27"}

application/xml, text/xml

Sample:
<SalesOrderStnmtlDetailsTemp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAppApi.Models.General">
  <AMOUNTLC>17.1</AMOUNTLC>
  <CLARITY>sample string 11</CLARITY>
  <COLOR>sample string 10</COLOR>
  <COMPSLNO>22.1</COMPSLNO>
  <DESIGN_CODE>sample string 3</DESIGN_CODE>
  <DIVCODE>sample string 5</DIVCODE>
  <GROSS_WT>7.1</GROSS_WT>
  <KARAT_CODE>sample string 6</KARAT_CODE>
  <LABAMOUNTLC>19.1</LABAMOUNTLC>
  <LABCHGCODE>sample string 16</LABCHGCODE>
  <LABRATEFC>20.1</LABRATEFC>
  <LABRATELC>18.1</LABRATELC>
  <METALPERCENTAGE>21.1</METALPERCENTAGE>
  <METALSTONE>sample string 4</METALSTONE>
  <MFTSTOCK_CODE>sample string 24</MFTSTOCK_CODE>
  <PCS>8.1</PCS>
  <RATEFC>15.1</RATEFC>
  <SESSION_ID>sample string 25</SESSION_ID>
  <SHAPE>sample string 12</SHAPE>
  <SIEVE>sample string 9</SIEVE>
  <SIEVE_SET>sample string 23</SIEVE_SET>
  <SIZE_FROM>sample string 13</SIZE_FROM>
  <SIZE_TO>sample string 14</SIZE_TO>
  <SRNO>2</SRNO>
  <UNIQUEID>1.1</UNIQUEID>
  <UNQ_DESIGN_ID>sample string 27</UNQ_DESIGN_ID>
  <WISHLIST>true</WISHLIST>
</SalesOrderStnmtlDetailsTemp>

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/" />