POST api/Transaction/Indent_Tagging
Request Information
URI Parameters
None.
Body Parameters
Indent_Seed_Tagging| Name | Description | Type | Additional information |
|---|---|---|---|
| Fact_Code | integer |
None. |
|
| Season | integer |
None. |
|
| Vill_Code_Reservation | integer |
None. |
|
| Grw_Code_Reservation | integer |
None. |
|
| Indent_Type | byte |
None. |
|
| Transaction_No_Reservation | integer |
None. |
|
| Transaction_No_Indent | integer |
None. |
|
| Vill_Code_Indent | integer |
None. |
|
| Grw_Code_Indent | integer |
None. |
|
| Reserved_Qty | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fact_Code": 1,
"Season": 2,
"Vill_Code_Reservation": 3,
"Grw_Code_Reservation": 4,
"Indent_Type": 64,
"Transaction_No_Reservation": 6,
"Transaction_No_Indent": 7,
"Vill_Code_Indent": 8,
"Grw_Code_Indent": 9,
"Reserved_Qty": 10.1
}
application/xml, text/xml
Sample:
<Indent_Seed_Tagging xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models"> <Fact_Code>1</Fact_Code> <Grw_Code_Indent>9</Grw_Code_Indent> <Grw_Code_Reservation>4</Grw_Code_Reservation> <Indent_Type>64</Indent_Type> <Reserved_Qty>10.1</Reserved_Qty> <Season>2</Season> <Transaction_No_Indent>7</Transaction_No_Indent> <Transaction_No_Reservation>6</Transaction_No_Reservation> <Vill_Code_Indent>8</Vill_Code_Indent> <Vill_Code_Reservation>3</Vill_Code_Reservation> </Indent_Seed_Tagging>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
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/" />