POST API/Visitor/SaveBanlog
Request Information
URI Parameters
None.
Body Parameters
SaveBanlogDetailName | Description | Type | Additional information |
---|---|---|---|
SeqNo | integer |
None. |
|
Name | string |
None. |
|
IDNumber | string |
None. |
|
TotalPembayaran | decimal number |
None. |
|
TotalLembur | decimal number |
None. |
|
Department | string |
None. |
|
Run | Collection of SaveRun |
None. |
|
Banlog | Collection of SaveBanlog |
None. |
Request Formats
application/json, text/json
Sample:
{ "SeqNo": 1, "Name": "sample string 2", "IDNumber": "sample string 3", "TotalPembayaran": 4.1, "TotalLembur": 5.1, "Department": "sample string 6", "Run": [ { "Run": "sample string 1", "Siklus": "sample string 2", "Plat": "sample string 3", "BranchName": "sample string 4", "Type": "sample string 5", "IdCust1": "sample string 6", "IdCust2": "sample string 7", "Tanggal": "2025-08-03T06:01:08.200045+07:00" }, { "Run": "sample string 1", "Siklus": "sample string 2", "Plat": "sample string 3", "BranchName": "sample string 4", "Type": "sample string 5", "IdCust1": "sample string 6", "IdCust2": "sample string 7", "Tanggal": "2025-08-03T06:01:08.200045+07:00" } ], "Banlog": [ { "SeqNoBanlog": 1 }, { "SeqNoBanlog": 1 } ] }
text/xml
Sample:
<SaveBanlogDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models"> <Banlog> <SaveBanlog> <SeqNoBanlog>1</SeqNoBanlog> </SaveBanlog> <SaveBanlog> <SeqNoBanlog>1</SeqNoBanlog> </SaveBanlog> </Banlog> <Department>sample string 6</Department> <IDNumber>sample string 3</IDNumber> <Name>sample string 2</Name> <Run> <SaveRun> <BranchName>sample string 4</BranchName> <IdCust1>sample string 6</IdCust1> <IdCust2>sample string 7</IdCust2> <Plat>sample string 3</Plat> <Run>sample string 1</Run> <Siklus>sample string 2</Siklus> <Tanggal>2025-08-03T06:01:08.200045+07:00</Tanggal> <Type>sample string 5</Type> </SaveRun> <SaveRun> <BranchName>sample string 4</BranchName> <IdCust1>sample string 6</IdCust1> <IdCust2>sample string 7</IdCust2> <Plat>sample string 3</Plat> <Run>sample string 1</Run> <Siklus>sample string 2</Siklus> <Tanggal>2025-08-03T06:01:08.200045+07:00</Tanggal> <Type>sample string 5</Type> </SaveRun> </Run> <SeqNo>1</SeqNo> <TotalLembur>5.1</TotalLembur> <TotalPembayaran>4.1</TotalPembayaran> </SaveBanlogDetail>
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.