POST api/CIT/CITFinishMode4
Request Information
URI Parameters
None.
Body Parameters
CITFinishMode4Name | Description | Type | Additional information |
---|---|---|---|
DACode | string |
None. |
|
UserID | string |
None. |
|
FinishMode1 | CITFinishMode1 |
None. |
|
FinishCDR | Collection of CITCDRFinish |
None. |
|
Image | Collection of ATMImage |
None. |
Request Formats
application/json, text/json
Sample:
{ "DACode": "sample string 1", "UserID": "sample string 2", "FinishMode1": { "DACode": "sample string 1", "NomorDA": "sample string 2", "TotalAmount": "sample string 3", "Seal": "sample string 4", "Qty100rb": 5, "Qty75rb": 6, "Qty50rb": 7, "Qty20rb": 8, "Qty10rb": 9, "Qty5rb": 10, "Qty2rb": 11, "Qty1rb": 12, "Qty1000L": 13, "Qty500L": 14, "Qty200L": 15, "Qty100L": 16, "Qty50L": 17, "Qty25L": 18, "Remarks": "sample string 19", "User": "sample string 20", "MIX": 21.1, "NamaMerchant": "sample string 22", "Norek": "sample string 23", "BagCode": "sample string 24", "VMIX01": 25, "VMIX02": 26, "VADate": "2025-08-03T06:01:39.4848475+07:00", "NoDABlanko": "sample string 28" }, "FinishCDR": [ { "WSID": "sample string 1", "Seal": "sample string 2", "BagCode": "sample string 3", "Qty100rb": 4, "Qty75rb": 5, "Qty50rb": 6, "Qty20rb": 7, "Qty10rb": 8, "Qty5rb": 9, "Qty2rb": 10, "Qty1rb": 11, "Qty100rbUT": 12, "Qty75rbUT": 13, "Qty50rbUT": 14, "Qty20rbUT": 15, "Qty10rbUT": 16, "Qty5rbUT": 17, "Qty2rbUT": 18, "Qty1rbUT": 19 }, { "WSID": "sample string 1", "Seal": "sample string 2", "BagCode": "sample string 3", "Qty100rb": 4, "Qty75rb": 5, "Qty50rb": 6, "Qty20rb": 7, "Qty10rb": 8, "Qty5rb": 9, "Qty2rb": 10, "Qty1rb": 11, "Qty100rbUT": 12, "Qty75rbUT": 13, "Qty50rbUT": 14, "Qty20rbUT": 15, "Qty10rbUT": 16, "Qty5rbUT": 17, "Qty2rbUT": 18, "Qty1rbUT": 19 } ], "Image": [ { "Base64": "sample string 1", "FileName": "sample string 2", "Description": "sample string 3", "WSID": "sample string 4", "Longitude": 1.1, "Latitude": 1.1 }, { "Base64": "sample string 1", "FileName": "sample string 2", "Description": "sample string 3", "WSID": "sample string 4", "Longitude": 1.1, "Latitude": 1.1 } ] }
text/xml
Sample:
<CITFinishMode4 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models"> <DACode>sample string 1</DACode> <FinishCDR> <CITCDRFinish> <BagCode>sample string 3</BagCode> <Qty100rb>4</Qty100rb> <Qty100rbUT>12</Qty100rbUT> <Qty10rb>8</Qty10rb> <Qty10rbUT>16</Qty10rbUT> <Qty1rb>11</Qty1rb> <Qty1rbUT>19</Qty1rbUT> <Qty20rb>7</Qty20rb> <Qty20rbUT>15</Qty20rbUT> <Qty2rb>10</Qty2rb> <Qty2rbUT>18</Qty2rbUT> <Qty50rb>6</Qty50rb> <Qty50rbUT>14</Qty50rbUT> <Qty5rb>9</Qty5rb> <Qty5rbUT>17</Qty5rbUT> <Qty75rb>5</Qty75rb> <Qty75rbUT>13</Qty75rbUT> <Seal>sample string 2</Seal> <WSID>sample string 1</WSID> </CITCDRFinish> <CITCDRFinish> <BagCode>sample string 3</BagCode> <Qty100rb>4</Qty100rb> <Qty100rbUT>12</Qty100rbUT> <Qty10rb>8</Qty10rb> <Qty10rbUT>16</Qty10rbUT> <Qty1rb>11</Qty1rb> <Qty1rbUT>19</Qty1rbUT> <Qty20rb>7</Qty20rb> <Qty20rbUT>15</Qty20rbUT> <Qty2rb>10</Qty2rb> <Qty2rbUT>18</Qty2rbUT> <Qty50rb>6</Qty50rb> <Qty50rbUT>14</Qty50rbUT> <Qty5rb>9</Qty5rb> <Qty5rbUT>17</Qty5rbUT> <Qty75rb>5</Qty75rb> <Qty75rbUT>13</Qty75rbUT> <Seal>sample string 2</Seal> <WSID>sample string 1</WSID> </CITCDRFinish> </FinishCDR> <FinishMode1> <BagCode>sample string 24</BagCode> <DACode>sample string 1</DACode> <MIX>21.1</MIX> <NamaMerchant>sample string 22</NamaMerchant> <NoDABlanko>sample string 28</NoDABlanko> <NomorDA>sample string 2</NomorDA> <Norek>sample string 23</Norek> <Qty1000L>13</Qty1000L> <Qty100L>16</Qty100L> <Qty100rb>5</Qty100rb> <Qty10rb>9</Qty10rb> <Qty1rb>12</Qty1rb> <Qty200L>15</Qty200L> <Qty20rb>8</Qty20rb> <Qty25L>18</Qty25L> <Qty2rb>11</Qty2rb> <Qty500L>14</Qty500L> <Qty50L>17</Qty50L> <Qty50rb>7</Qty50rb> <Qty5rb>10</Qty5rb> <Qty75rb>6</Qty75rb> <Remarks>sample string 19</Remarks> <Seal>sample string 4</Seal> <TotalAmount>sample string 3</TotalAmount> <User>sample string 20</User> <VADate>2025-08-03T06:01:39.4848475+07:00</VADate> <VMIX01>25</VMIX01> <VMIX02>26</VMIX02> </FinishMode1> <Image> <ATMImage> <Base64>sample string 1</Base64> <Description>sample string 3</Description> <FileName>sample string 2</FileName> <Latitude>1.1</Latitude> <Longitude>1.1</Longitude> <WSID>sample string 4</WSID> </ATMImage> <ATMImage> <Base64>sample string 1</Base64> <Description>sample string 3</Description> <FileName>sample string 2</FileName> <Latitude>1.1</Latitude> <Longitude>1.1</Longitude> <WSID>sample string 4</WSID> </ATMImage> </Image> <UserID>sample string 2</UserID> </CITFinishMode4>
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.