|
6 | 6 | url: 'https://apidocs.parasut.com/logo.png' |
7 | 7 | backgroundColor: null |
8 | 8 | description: > |
| 9 | + Bir önceki API (V1) dökümantasyonuna [bu |
| 10 | + bağlantı](https://api.parasut.com/docs) ile ulaşabilirsiniz |
| 11 | +
|
| 12 | +
|
9 | 13 | # GİRİŞ |
10 | 14 |
|
11 | 15 |
|
12 | 16 | ## API Hakkında |
13 | 17 |
|
14 | 18 |
|
15 | | - Paraşüt API'yi kullanmak veya görüşlerinizi |
| 19 | + Paraşüt API henüz beta aşamasındadır ve sadece belli sayıda kullanıcıya |
| 20 | + açıktır. Eğer beta test sürecine katılmak veya API hakkındaki görüşlerinizi |
16 | 21 | bizimle paylaşmak isterseniz lütfen bizimle destek@parasut.com adresi |
17 | | - üzerinden iletişime geçiniz. |
| 22 | + üzerinden bağlantıya geçiniz. |
18 | 23 |
|
19 | 24 |
|
20 | | - API'yi kullanarak Paraşüt verilerine ulaşabilir ve kendi yazdığınız |
| 25 | + API'yi kullanarak Paraşüt veritabanına ulaşabilir ve kendi yazdığınız |
21 | 26 | uygulamalar ile entegre edebilirsiniz. API vasıtasıyla Paraşüt Web arayüzü |
22 | 27 | ile yapılan hemen her işlemi gerçekleştirebilirsiniz. |
23 | 28 |
|
@@ -477,6 +482,8 @@ tags: |
477 | 482 | x-displayName: MAAŞ |
478 | 483 | - name: SalesInvoices |
479 | 484 | x-displayName: SATIŞ FATURASI |
| 485 | + - name: SalesOffers |
| 486 | + x-displayName: SalesOffers |
480 | 487 | - name: ShipmentDocuments |
481 | 488 | x-displayName: İRSALİYE |
482 | 489 | - name: StockMovements |
@@ -7971,6 +7978,7 @@ paths: |
7971 | 7978 | - sales_invoice_details |
7972 | 7979 | - payments |
7973 | 7980 | - tags |
| 7981 | + - sales_offers |
7974 | 7982 | - sharings |
7975 | 7983 | - recurrence_plans |
7976 | 7984 | - e_archives |
@@ -8148,6 +8156,21 @@ paths: |
8148 | 8156 | description: Type of the resource |
8149 | 8157 | enum: |
8150 | 8158 | - tags |
| 8159 | + sales_offer: |
| 8160 | + type: object |
| 8161 | + properties: |
| 8162 | + data: |
| 8163 | + type: object |
| 8164 | + properties: |
| 8165 | + id: |
| 8166 | + type: string |
| 8167 | + maxLength: 255 |
| 8168 | + type: |
| 8169 | + type: string |
| 8170 | + maxLength: 255 |
| 8171 | + description: Type of the resource |
| 8172 | + enum: |
| 8173 | + - sales_offers |
8151 | 8174 | in: body |
8152 | 8175 | required: true |
8153 | 8176 | responses: |
@@ -8176,6 +8199,7 @@ paths: |
8176 | 8199 | - sales_invoice_details |
8177 | 8200 | - payments |
8178 | 8201 | - tags |
| 8202 | + - sales_offers |
8179 | 8203 | - sharings |
8180 | 8204 | - recurrence_plans |
8181 | 8205 | - e_archives |
@@ -8282,6 +8306,7 @@ paths: |
8282 | 8306 | - sales_invoice_details |
8283 | 8307 | - payments |
8284 | 8308 | - tags |
| 8309 | + - sales_offers |
8285 | 8310 | - sharings |
8286 | 8311 | - recurrence_plans |
8287 | 8312 | - e_archives |
@@ -8457,6 +8482,21 @@ paths: |
8457 | 8482 | description: Type of the resource |
8458 | 8483 | enum: |
8459 | 8484 | - tags |
| 8485 | + sales_offer: |
| 8486 | + type: object |
| 8487 | + properties: |
| 8488 | + data: |
| 8489 | + type: object |
| 8490 | + properties: |
| 8491 | + id: |
| 8492 | + type: string |
| 8493 | + maxLength: 255 |
| 8494 | + type: |
| 8495 | + type: string |
| 8496 | + maxLength: 255 |
| 8497 | + description: Type of the resource |
| 8498 | + enum: |
| 8499 | + - sales_offers |
8460 | 8500 | in: body |
8461 | 8501 | required: true |
8462 | 8502 | responses: |
@@ -8485,6 +8525,7 @@ paths: |
8485 | 8525 | - sales_invoice_details |
8486 | 8526 | - payments |
8487 | 8527 | - tags |
| 8528 | + - sales_offers |
8488 | 8529 | - sharings |
8489 | 8530 | - recurrence_plans |
8490 | 8531 | - e_archives |
@@ -8771,6 +8812,7 @@ paths: |
8771 | 8812 | - sales_invoice_details |
8772 | 8813 | - payments |
8773 | 8814 | - tags |
| 8815 | + - sales_offers |
8774 | 8816 | - sharings |
8775 | 8817 | - recurrence_plans |
8776 | 8818 | - e_archives |
@@ -8877,6 +8919,7 @@ paths: |
8877 | 8919 | - sales_invoice_details |
8878 | 8920 | - payments |
8879 | 8921 | - tags |
| 8922 | + - sales_offers |
8880 | 8923 | - sharings |
8881 | 8924 | - recurrence_plans |
8882 | 8925 | - e_archives |
@@ -8983,6 +9026,7 @@ paths: |
8983 | 9026 | - sales_invoice_details |
8984 | 9027 | - payments |
8985 | 9028 | - tags |
| 9029 | + - sales_offers |
8986 | 9030 | - sharings |
8987 | 9031 | - recurrence_plans |
8988 | 9032 | - e_archives |
@@ -9089,6 +9133,7 @@ paths: |
9089 | 9133 | - sales_invoice_details |
9090 | 9134 | - payments |
9091 | 9135 | - tags |
| 9136 | + - sales_offers |
9092 | 9137 | - sharings |
9093 | 9138 | - recurrence_plans |
9094 | 9139 | - e_archives |
@@ -9276,6 +9321,21 @@ paths: |
9276 | 9321 | description: Type of the resource |
9277 | 9322 | enum: |
9278 | 9323 | - tags |
| 9324 | + sales_offer: |
| 9325 | + type: object |
| 9326 | + properties: |
| 9327 | + data: |
| 9328 | + type: object |
| 9329 | + properties: |
| 9330 | + id: |
| 9331 | + type: string |
| 9332 | + maxLength: 255 |
| 9333 | + type: |
| 9334 | + type: string |
| 9335 | + maxLength: 255 |
| 9336 | + description: Type of the resource |
| 9337 | + enum: |
| 9338 | + - sales_offers |
9279 | 9339 | in: body |
9280 | 9340 | required: true |
9281 | 9341 | responses: |
@@ -9304,6 +9364,7 @@ paths: |
9304 | 9364 | - sales_invoice_details |
9305 | 9365 | - payments |
9306 | 9366 | - tags |
| 9367 | + - sales_offers |
9307 | 9368 | - sharings |
9308 | 9369 | - recurrence_plans |
9309 | 9370 | - e_archives |
@@ -9357,6 +9418,77 @@ paths: |
9357 | 9418 | type: array |
9358 | 9419 | items: |
9359 | 9420 | $ref: '#/definitions/Error' |
| 9421 | + '/{company_id}/sales_offers/{id}': |
| 9422 | + parameters: |
| 9423 | + - name: company_id |
| 9424 | + type: integer |
| 9425 | + description: Firma ID |
| 9426 | + in: path |
| 9427 | + required: true |
| 9428 | + - name: id |
| 9429 | + type: integer |
| 9430 | + description: Sales Offer ID |
| 9431 | + in: path |
| 9432 | + required: true |
| 9433 | + get: |
| 9434 | + tags: |
| 9435 | + - SalesOffers |
| 9436 | + operationId: showSalesOffer |
| 9437 | + summary: Show |
| 9438 | + description: '' |
| 9439 | + responses: |
| 9440 | + '200': |
| 9441 | + description: Teklif |
| 9442 | + schema: |
| 9443 | + type: object |
| 9444 | + properties: |
| 9445 | + data: |
| 9446 | + $ref: '#/definitions/SalesOffer' |
| 9447 | + '400': |
| 9448 | + description: Bad Request |
| 9449 | + schema: |
| 9450 | + type: object |
| 9451 | + properties: |
| 9452 | + errors: |
| 9453 | + type: array |
| 9454 | + items: |
| 9455 | + $ref: '#/definitions/Error' |
| 9456 | + '401': |
| 9457 | + description: Unauthorized |
| 9458 | + schema: |
| 9459 | + type: object |
| 9460 | + properties: |
| 9461 | + errors: |
| 9462 | + type: array |
| 9463 | + items: |
| 9464 | + $ref: '#/definitions/Error' |
| 9465 | + '403': |
| 9466 | + description: Forbidden |
| 9467 | + schema: |
| 9468 | + type: object |
| 9469 | + properties: |
| 9470 | + errors: |
| 9471 | + type: array |
| 9472 | + items: |
| 9473 | + $ref: '#/definitions/Error' |
| 9474 | + '404': |
| 9475 | + description: Not Found |
| 9476 | + schema: |
| 9477 | + type: object |
| 9478 | + properties: |
| 9479 | + errors: |
| 9480 | + type: array |
| 9481 | + items: |
| 9482 | + $ref: '#/definitions/Error' |
| 9483 | + '422': |
| 9484 | + description: Unprocessable Entity |
| 9485 | + schema: |
| 9486 | + type: object |
| 9487 | + properties: |
| 9488 | + errors: |
| 9489 | + type: array |
| 9490 | + items: |
| 9491 | + $ref: '#/definitions/Error' |
9360 | 9492 | '/{company_id}/shipment_documents': |
9361 | 9493 | parameters: |
9362 | 9494 | - name: company_id |
@@ -14296,6 +14428,21 @@ definitions: |
14296 | 14428 | description: Type of the resource |
14297 | 14429 | enum: |
14298 | 14430 | - tags |
| 14431 | + sales_offer: |
| 14432 | + type: object |
| 14433 | + properties: |
| 14434 | + data: |
| 14435 | + type: object |
| 14436 | + properties: |
| 14437 | + id: |
| 14438 | + type: string |
| 14439 | + maxLength: 255 |
| 14440 | + type: |
| 14441 | + type: string |
| 14442 | + maxLength: 255 |
| 14443 | + description: Type of the resource |
| 14444 | + enum: |
| 14445 | + - sales_offers |
14299 | 14446 | sharings: |
14300 | 14447 | type: object |
14301 | 14448 | properties: |
@@ -14441,6 +14588,41 @@ definitions: |
14441 | 14588 | - products |
14442 | 14589 | required: |
14443 | 14590 | - attributes |
| 14591 | + SalesOfferAttributes: {} |
| 14592 | + SalesOffer: |
| 14593 | + type: object |
| 14594 | + properties: |
| 14595 | + id: |
| 14596 | + type: string |
| 14597 | + maxLength: 255 |
| 14598 | + type: |
| 14599 | + type: string |
| 14600 | + maxLength: 255 |
| 14601 | + description: Type of the resource |
| 14602 | + enum: |
| 14603 | + - sales_offers |
| 14604 | + attributes: |
| 14605 | + $ref: '#/definitions/SalesOfferAttributes' |
| 14606 | + relationships: |
| 14607 | + type: object |
| 14608 | + properties: |
| 14609 | + sales_invoice: |
| 14610 | + type: object |
| 14611 | + properties: |
| 14612 | + data: |
| 14613 | + type: object |
| 14614 | + properties: |
| 14615 | + id: |
| 14616 | + type: string |
| 14617 | + maxLength: 255 |
| 14618 | + type: |
| 14619 | + type: string |
| 14620 | + maxLength: 255 |
| 14621 | + description: Type of the resource |
| 14622 | + enum: |
| 14623 | + - sales_invoices |
| 14624 | + required: |
| 14625 | + - attributes |
14444 | 14626 | ShipmentDocumentAttributes: |
14445 | 14627 | type: object |
14446 | 14628 | properties: |
|
0 commit comments