POST api/ATM/ATM_UangNyangkutKartel
Request Information
URI Parameters
None.
Body Parameters
ATMUangNyangkutKartelName | Description | Type | Additional information |
---|---|---|---|
PlanNo | string |
None. |
|
User | string |
None. |
|
QtyA100 | integer |
None. |
|
QtyA75 | integer |
None. |
|
QtyA50 | integer |
None. |
|
QtyA20 | integer |
None. |
|
QtyA10 | integer |
None. |
|
QtyA5 | integer |
None. |
|
QtyA2 | integer |
None. |
|
QtyA1 | integer |
None. |
|
NoCard | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PlanNo": "sample string 1", "User": "sample string 2", "QtyA100": 3, "QtyA75": 4, "QtyA50": 5, "QtyA20": 6, "QtyA10": 7, "QtyA5": 8, "QtyA2": 9, "QtyA1": 10, "NoCard": "sample string 11" }
text/xml
Sample:
<ATMUangNyangkutKartel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models"> <NoCard>sample string 11</NoCard> <PlanNo>sample string 1</PlanNo> <QtyA1>10</QtyA1> <QtyA10>7</QtyA10> <QtyA100>3</QtyA100> <QtyA2>9</QtyA2> <QtyA20>6</QtyA20> <QtyA5>8</QtyA5> <QtyA50>5</QtyA50> <QtyA75>4</QtyA75> <User>sample string 2</User> </ATMUangNyangkutKartel>
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.