POST api/ledger/MPesaOfflineTenID
Request Information
URI Parameters
None.
Body Parameters
TenancyRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TransactionID | string |
None. |
|
| TrxID | integer |
None. |
|
| CoID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TransactionID": "sample string 1",
"TrxID": 2,
"CoID": 3
}
application/xml, text/xml
Sample:
<DBOperationsController.TenancyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KODY_MPesaCallbackAPI.Controllers"> <CoID>3</CoID> <TransactionID>sample string 1</TransactionID> <TrxID>2</TrxID> </DBOperationsController.TenancyRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.