POST api/v1/LomasCallback
Request Information
URI Parameters
None.
Body Parameters
LomasOpenApiWithTypeParamName | Description | Type | Additional information |
---|---|---|---|
ObjecType | OpenApiObjecType |
None. |
|
AppId | string |
None. |
|
Data | string |
None. |
|
TimeStamp | integer |
None. |
|
BranchId | string |
None. |
|
AppType | Object |
None. |
|
CompanyCode | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{ "ObjecType": 0, "AppId": "sample string 1", "Data": "sample string 2", "TimeStamp": 3, "BranchId": "sample string 4", "AppType": {}, "CompanyCode": "sample string 6" }
application/xml, text/xml
Sample:
<LomasOpenApiWithTypeParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.QLNH.BE.BO"> <AppType /> <CompanyCode>sample string 6</CompanyCode> <AppId>sample string 1</AppId> <BranchId>sample string 4</BranchId> <Data>sample string 2</Data> <TimeStamp>3</TimeStamp> <ObjecType>None</ObjecType> </LomasOpenApiWithTypeParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.