POST api/MasterBOMJOIN/AddMasterBOMInfoJOIN
Request Information
URI Parameters
None.
Body Parameters
Abc_MasterBOMInfoJOIN| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| Abc_MasterBOMInfo_ID | integer |
None. |
|
| Master_BOM_FileName | string |
None. |
|
| Abc_MasterBOMInfo_Name | string |
None. |
|
| Abc_OrderType_Name | string |
None. |
|
| in_user_sysno | string |
None. |
|
| in_user_name | string |
None. |
|
| Abc_Field_Name | string |
None. |
|
| remarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"Abc_MasterBOMInfo_ID": 2,
"Master_BOM_FileName": "sample string 3",
"Abc_MasterBOMInfo_Name": "sample string 4",
"Abc_OrderType_Name": "sample string 5",
"in_user_sysno": "sample string 6",
"in_user_name": "sample string 7",
"Abc_Field_Name": "sample string 8",
"remarks": "sample string 9"
}
application/xml, text/xml
Sample:
<Abc_MasterBOMInfoJOIN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_Basic.Models"> <Abc_Field_Name>sample string 8</Abc_Field_Name> <Abc_MasterBOMInfo_ID>2</Abc_MasterBOMInfo_ID> <Abc_MasterBOMInfo_Name>sample string 4</Abc_MasterBOMInfo_Name> <Abc_OrderType_Name>sample string 5</Abc_OrderType_Name> <ID>sample string 1</ID> <Master_BOM_FileName>sample string 3</Master_BOM_FileName> <in_user_name>sample string 7</in_user_name> <in_user_sysno>sample string 6</in_user_sysno> <remarks>sample string 9</remarks> </Abc_MasterBOMInfoJOIN>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultDataOfDictionaryOfStringAndObject| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| msg | string |
None. |
|
| data | Dictionary of string [key] and Object [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"msg": "sample string 2",
"data": {
"sample string 1": {},
"sample string 3": {}
}
}
application/xml, text/xml
Sample:
<ResultDataOfArrayOfKeyValueOfstringanyTypeuHEDJ7Dj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model.Result">
<data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
</data>
<msg>sample string 2</msg>
<status>1</status>
</ResultDataOfArrayOfKeyValueOfstringanyTypeuHEDJ7Dj>