POST v1/Payment/{branchID}/Contract
İstek Bilgisi
URL Parametreleri
Adı | Açıklaması | Türü | Ek Bilgi |
---|---|---|---|
branchID | integer |
Required |
Body Parametreleri
ContractParametterAdı | Açıklaması | Türü | Ek Bilgi |
---|---|---|---|
instalment | string |
Yok. |
|
instalmentRate | string |
Yok. |
|
price | decimal number |
Yok. |
|
productName | string |
Yok. |
|
endDate | string |
Yok. |
İstek Formatı
application/json, text/json
Örnek:
{ "instalment": "sample string 1", "instalmentRate": "sample string 2", "price": 3.0, "productName": "sample string 4", "endDate": "sample string 5" }
application/x-www-form-urlencoded
Örnek:
Örnek bulunmuyor.
Cevap Bilgisi
Kaynak Açıklaması
HttpResponseMessageAdı | Açıklaması | Türü | Ek Bilgi |
---|---|---|---|
Version | Version |
Yok. |
|
Content | HttpContent |
Yok. |
|
StatusCode | HttpStatusCode |
Yok. |
|
ReasonPhrase | string |
Yok. |
|
Headers | Collection of Object |
Yok. |
|
RequestMessage | HttpRequestMessage |
Yok. |
|
IsSuccessStatusCode | boolean |
Yok. |