POST services/api/v1/Get_RecurringTransactionById

Request Information

URI Parameters

None.

Body Parameters

Id_BranchId_CAType
NameDescriptionTypeAdditional information
Id

integer

None.

BrancId

integer

None.

CAType

integer

None.

ReceiptCreditNote

integer

None.

ReceiptDebitNote

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "BrancId": 2,
  "CAType": 3,
  "ReceiptCreditNote": 4,
  "ReceiptDebitNote": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.