POST api/ATM/ATM_UangNyangkut
Request Information
URI Parameters
None.
Body Parameters
ATMUangNyangkutName | Description | Type | Additional information |
---|---|---|---|
PlanNo | string |
None. |
|
User | string |
None. |
|
QtyA100 | integer |
None. |
|
QtyA50 | integer |
None. |
|
QtyA20 | integer |
None. |
|
QtyA10 | integer |
None. |
|
QtyA5 | integer |
None. |
|
QtyA2 | integer |
None. |
|
QtyA1 | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "PlanNo": "sample string 1", "User": "sample string 2", "QtyA100": 3, "QtyA50": 4, "QtyA20": 5, "QtyA10": 6, "QtyA5": 7, "QtyA2": 8, "QtyA1": 9 }
text/xml
Sample:
<ATMUangNyangkut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models"> <PlanNo>sample string 1</PlanNo> <QtyA1>9</QtyA1> <QtyA10>6</QtyA10> <QtyA100>3</QtyA100> <QtyA2>8</QtyA2> <QtyA20>5</QtyA20> <QtyA5>7</QtyA5> <QtyA50>4</QtyA50> <User>sample string 2</User> </ATMUangNyangkut>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.