POST api/dotmobi/reversaltimeout
Request Information
URI Parameters
None.
Body Parameters
MpesaReverSalResp| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | MpesaResultResponse |
None. |
Request Formats
application/json, text/json
Sample:
{
"Result": {
"ResultType": "sample string 1",
"ResultCode": "sample string 2",
"ResultDesc": "sample string 3",
"OriginatorConversationID": "sample string 4",
"ConversationID": "sample string 5",
"TransactionID": "sample string 6",
"ResultParameters": {
"ResultParameter": [
{
"Key": "sample string 1",
"Value": "sample string 2"
},
{
"Key": "sample string 1",
"Value": "sample string 2"
}
]
},
"ReferenceData": {}
}
}
application/xml, text/xml
Sample:
<MpesaReverSalResp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/dotmobLib">
<Result>
<ConversationID>sample string 5</ConversationID>
<OriginatorConversationID>sample string 4</OriginatorConversationID>
<ReferenceData />
<ResultCode>sample string 2</ResultCode>
<ResultDesc>sample string 3</ResultDesc>
<ResultParameters>
<ResultParameter>
<MpesaResultParameter>
<Key>sample string 1</Key>
<Value>sample string 2</Value>
</MpesaResultParameter>
<MpesaResultParameter>
<Key>sample string 1</Key>
<Value>sample string 2</Value>
</MpesaResultParameter>
</ResultParameter>
</ResultParameters>
<ResultType>sample string 1</ResultType>
<TransactionID>sample string 6</TransactionID>
</Result>
</MpesaReverSalResp>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />