POST api/Cariler/CariEkle

Yeni cari oluşturmak için kullanılacak method

Request Information

URI Parameters

None.

Body Parameters

Cari
NameDescriptionTypeAdditional information
AgencyAccountingCode

string

None.

AccountCode

string

None.

AccountID

string

None.

AccountName

string

None.

AccountAddress

string

None.

AccountCity

string

None.

AccountTown

string

None.

AccountCountry

string

None.

AccountEmail

string

None.

AccountPhone

string

None.

AccountFax

string

None.

AccountType

string

None.

AccountTaxNo

string

None.

AccountTaxOffice

string

None.

AccountCityCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AgencyAccountingCode": "sample string 1",
  "AccountCode": "sample string 2",
  "AccountID": "sample string 3",
  "AccountName": "sample string 4",
  "AccountAddress": "sample string 5",
  "AccountCity": "sample string 6",
  "AccountTown": "sample string 7",
  "AccountCountry": "sample string 8",
  "AccountEmail": "sample string 9",
  "AccountPhone": "sample string 10",
  "AccountFax": "sample string 11",
  "AccountType": "sample string 12",
  "AccountTaxNo": "sample string 13",
  "AccountTaxOffice": "sample string 14",
  "AccountCityCode": "sample string 15"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Cari'.

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.