{"id":29916823,"url":"https://github.com/absallam1999/invoice","last_synced_at":"2026-05-17T00:10:26.569Z","repository":{"id":303495725,"uuid":"1015676660","full_name":"absallam1999/Invoice","owner":"absallam1999","description":"ASP.Net Web API Application","archived":false,"fork":false,"pushed_at":"2025-10-04T07:21:16.000Z","size":4128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-04T09:18:08.928Z","etag":null,"topics":["asp-net-core","asp-net-core-web-api","entity-framework-core","jwt","sql-server"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/absallam1999.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-07T21:49:39.000Z","updated_at":"2025-10-04T07:21:20.000Z","dependencies_parsed_at":"2025-07-08T01:24:42.910Z","dependency_job_id":"fa891c9c-61c8-4063-8b70-63705128d7dd","html_url":"https://github.com/absallam1999/Invoice","commit_stats":null,"previous_names":["absallam1999/invoice"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/absallam1999/Invoice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/absallam1999%2FInvoice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/absallam1999%2FInvoice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/absallam1999%2FInvoice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/absallam1999%2FInvoice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/absallam1999","download_url":"https://codeload.github.com/absallam1999/Invoice/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/absallam1999%2FInvoice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278855165,"owners_count":26057613,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp-net-core","asp-net-core-web-api","entity-framework-core","jwt","sql-server"],"created_at":"2025-08-02T05:01:38.442Z","updated_at":"2025-10-07T22:11:32.563Z","avatar_url":"https://github.com/absallam1999.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"// Create New User\n{\n  \"userName\": \"absallam\",\n  \"email\": \"absallam1999@test.com\",\n  \"password\": \"Mm12345!\",\n  \"confirmPassword\": \"Mm12345!\"\n}\n\n\n// Login\n{\n  \"email\": \"absallam1999@test.com\",\n  \"password\": \"Mm12345!\",\n  \"rememberMe\": true\n}\n\n\n// Create New Category\n{\n  \"name\": \"New Category\",\n  \"description\": \"New Category Description\"\n}\n\n\n// Create New Client\n{\n  \"name\": \"Client\",\n  \"email\": \"client@example.com\",\n  \"phoneNumber\": \"123456789\",\n  \"address\": \"Cairo, Egypt\"\n}\n\n\n// Create New Invoice\n{\n  \"tax\": true,\n  \"currency\": \"USD\",\n  \"discountType\": \"Amount\",\n  \"discountValue\": 0,\n  \"invoiceType\": \"online\",\n  \"termsConditions\": \"Invoice Terms\",\n  \"storeId\": \"MFR3I22N\",\n  \"clientId\": \"MFR3FGW9\",\n  \"languageId\": \"AR_I\",\n  \"invoiceItems\": [\n    {\n      \"quantity\": 1,\n      \"productId\": \"MFR3K62C\"\n    }\n  ]\n}\n\n\n// Create New Store\n{\n  \"name\": \"New Store\",\n  \"description\": \"New Store Description\",\n  \"tax\": true,\n  \"paymentMethod\": \"cash\",\n  \"languageId\": \"AR_S\",\n  \"userId\": \"03347c41-69e9-437e-8963-69d7ab904153\"\n}\n\n\n// Create New Order\n{\n  \"currency\": \"USD\",\n  \"storeId\": \"MFR3I22N\",\n  \"clientId\": \"MFR3FGW9\",\n  \"languageId\": \"AR_I\",\n  \"tax\": true,\n  \"discountType\": \"Amount\",\n  \"discountValue\": 0,\n  \"orderItems\": [\n    {\n      \"productId\": \"MFQWAVOA\",\n      \"quantity\": 2\n    }\n  ]\n}\n\n\n// Create New Payment\n{\n  \"name\": \"New Payment\",\n  \"currency\": \"USD\",\n  \"cost\": 200,\n  \"maxUsageCount\": 1,\n  \"invoiceId\": \"MFRB4W25\",\n  \"description\": \"New Payment Description\",\n  \"clientId\": \"MFR3FGW9\",\n  \"clientEmail\": \"client@example.com\",\n  \"paymentMethodId\": \"st\",\n  \"metadata\": {\n    \"invoice_code\": \"INV-638939114876833275\"\n  }\n}\n\n\n// Strip Secret Key [appsettings.json]\n  \"Stripe\": {\n    \"SecretKey\": \"sk_test_51RqUuWByun3VvENhtD9lsr4ep5elIoe00beRvbVvFGmcaioKCEXckeVoXiiM3k6U9IB9PQKXyh1tuOOjSU6ciMv800GWkjFoqO\",\n    \"PublishableKey\": \"pk_test_51RqUuWByun3VvENhRxap2Se1EaSVovUfKZhg73ev1COZY86QRBu7HQUbO98ubJwI4aeYNI7F5pIjnRIKAUMGEDDA00icnZPzYP\",\n    \"WebhookSecret\": \"whsec_StXeiXoDiJ074yRXjlA98bSeS9CKH4j9\"\n  }","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabsallam1999%2Finvoice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabsallam1999%2Finvoice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabsallam1999%2Finvoice/lists"}