Ana içeriğe geç

Create Cash Account

POST https://developers.vomsis.com/api/v2/erp_cash_account_create


Headers

FieldTypeDescription
AuthorizationStringZorunlu. authenticate metodundan alınan token. Bearer {access_token} formatında gönderilmelidir.

Request Body Raw

{
"muhasebe_kodu":"100.001",
"kasa_adi":"TL Kasa",
"para_birimi":"TL",
"bakiye":"100,90"
}

Response Example

{
"status": "success",
"cash_account_id": 1
}