POST api/sga/bulk
Request Information
URI Parameters
None.
Body Parameters
Collection of SgaModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SRNO | string |
None. |
|
| SESSION | string |
None. |
|
| OUTLET | string |
None. |
|
| KO_SGA | string |
None. |
|
| KO_OYA | string |
None. |
|
| PC_SGA | string |
None. |
|
| PC_OYA | string |
None. |
|
| PFF | string |
None. |
|
| PCHEST | string |
None. |
|
| OTHER | string |
None. |
|
| DATE | string |
None. |
|
| WSTATUS | string |
None. |
|
| CampaSGA | string |
None. |
|
| CampaOYO | string |
None. |
|
| KOSGA2 | string |
None. |
|
| KOSG3 | string |
None. |
|
| SGAW1 | string |
None. |
|
| SGAW3 | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"SRNO": "sample string 1",
"SESSION": "sample string 2",
"OUTLET": "sample string 3",
"KO_SGA": "sample string 4",
"KO_OYA": "sample string 5",
"PC_SGA": "sample string 6",
"PC_OYA": "sample string 7",
"PFF": "sample string 8",
"PCHEST": "sample string 9",
"OTHER": "sample string 10",
"DATE": "sample string 11",
"WSTATUS": "sample string 12",
"CampaSGA": "sample string 13",
"CampaOYO": "sample string 14",
"KOSGA2": "sample string 15",
"KOSG3": "sample string 16",
"SGAW1": "sample string 17",
"SGAW3": "sample string 18"
},
{
"SRNO": "sample string 1",
"SESSION": "sample string 2",
"OUTLET": "sample string 3",
"KO_SGA": "sample string 4",
"KO_OYA": "sample string 5",
"PC_SGA": "sample string 6",
"PC_OYA": "sample string 7",
"PFF": "sample string 8",
"PCHEST": "sample string 9",
"OTHER": "sample string 10",
"DATE": "sample string 11",
"WSTATUS": "sample string 12",
"CampaSGA": "sample string 13",
"CampaOYO": "sample string 14",
"KOSGA2": "sample string 15",
"KOSG3": "sample string 16",
"SGAW1": "sample string 17",
"SGAW3": "sample string 18"
}
]
application/xml, text/xml
Sample:
<ArrayOfSgaModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KeyCodeWebsApis.Models">
<SgaModel>
<CampaOYO>sample string 14</CampaOYO>
<CampaSGA>sample string 13</CampaSGA>
<DATE>sample string 11</DATE>
<KOSG3>sample string 16</KOSG3>
<KOSGA2>sample string 15</KOSGA2>
<KO_OYA>sample string 5</KO_OYA>
<KO_SGA>sample string 4</KO_SGA>
<OTHER>sample string 10</OTHER>
<OUTLET>sample string 3</OUTLET>
<PCHEST>sample string 9</PCHEST>
<PC_OYA>sample string 7</PC_OYA>
<PC_SGA>sample string 6</PC_SGA>
<PFF>sample string 8</PFF>
<SESSION>sample string 2</SESSION>
<SGAW1>sample string 17</SGAW1>
<SGAW3>sample string 18</SGAW3>
<SRNO>sample string 1</SRNO>
<WSTATUS>sample string 12</WSTATUS>
</SgaModel>
<SgaModel>
<CampaOYO>sample string 14</CampaOYO>
<CampaSGA>sample string 13</CampaSGA>
<DATE>sample string 11</DATE>
<KOSG3>sample string 16</KOSG3>
<KOSGA2>sample string 15</KOSGA2>
<KO_OYA>sample string 5</KO_OYA>
<KO_SGA>sample string 4</KO_SGA>
<OTHER>sample string 10</OTHER>
<OUTLET>sample string 3</OUTLET>
<PCHEST>sample string 9</PCHEST>
<PC_OYA>sample string 7</PC_OYA>
<PC_SGA>sample string 6</PC_SGA>
<PFF>sample string 8</PFF>
<SESSION>sample string 2</SESSION>
<SGAW1>sample string 17</SGAW1>
<SGAW3>sample string 18</SGAW3>
<SRNO>sample string 1</SRNO>
<WSTATUS>sample string 12</WSTATUS>
</SgaModel>
</ArrayOfSgaModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.