Muhasip
Mail ile İletişime Geç
Github
    • Back to home
    • Taksit
    • Index
      GET
    • Create
      POST
    • Cancel
      PATCH
    Mail ile İletişime Geç
    Github

      Create

      Developing
      POST
      https://api.muhasip.dev/apps/installment
      Last modified:2025-09-29 23:56:40
      Taksitli işlem oluşturmak için kullanılır

      Request

      Authorization
      Send your HTTP requests with an
      Authorization
      header that contains the word Basic followed by a space and a base64-encoded string username:password
      Example:
      Authorization: Basic *****************
      Body Params application/json

      Example
      {
          "startDate": "2019-08-24",
          "endDate": "2019-08-24",
          "repeatCount": 2,
          "amount": 0,
          "period": "monthly",
          "endType": "repeat",
          "variables": "string",
          "contactData": {}
      }

      Responses

      🟢200Success
      application/json
      Body

      Example
      {
          "result": [
              "string"
          ]
      }
      Modified at 2025-09-29 23:56:40
      Previous
      Index
      Next
      Cancel
      Built with