POST API/Master/UploadBase64?NoTicket={NoTicket}&UserID={UserID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
NoTicket | string |
Required |
|
UserID | string |
None. |
Body Parameters
gambarName | Description | Type | Additional information |
---|---|---|---|
imageString | string |
None. |
|
Filename | string |
None. |
|
Description | string |
None. |
|
Longitude | decimal number |
None. |
|
Latitude | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "imageString": "sample string 1", "Filename": "sample string 2", "Description": "sample string 3", "Longitude": 1.1, "Latitude": 1.1 }
text/xml
Sample:
<gambar xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models"> <Description>sample string 3</Description> <Filename>sample string 2</Filename> <Latitude>1.1</Latitude> <Longitude>1.1</Longitude> <imageString>sample string 1</imageString> </gambar>
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.