PUT api/ServiceReceipt/Update

Request Information

URI Parameters

None.

Body Parameters

ServiceReceiptUpdateDto
NameDescriptionTypeAdditional information
Code

string

None.

SerialNumber

string

None.

OrderNumber

string

None.

CategoryID

globally unique identifier

None.

CategoryName

string

None.

StatusID

globally unique identifier

None.

StatusName

string

None.

PaymentStatus

PaymentStatus

None.

ExtractStatus

InvoiceExtractStatus

None.

ProductName

string

None.

ProductSerialNumber

string

None.

Barcode

string

None.

BrandID

globally unique identifier

None.

BrandName

string

None.

Model

string

None.

Complaint

string

None.

Description

string

None.

Solution

string

None.

IsSolved

boolean

None.

SolvedDate

date

None.

ComingDate

date

None.

DeliveryDate

date

None.

DeliveryPerson

string

None.

IsWarranty

boolean

None.

WarrantyEndDate

date

None.

BeforeTaxAmount

decimal number

None.

LineDiscountAmount

decimal number

None.

DiscountRate

decimal number

None.

DiscountAmount

decimal number

None.

Amount

decimal number

None.

TotalAmount

decimal number

None.

TotalPaymentAmount

decimal number

None.

TotalCost

decimal number

None.

TotalDiscountAmount

decimal number

None.

DiscountRateOrPrice

boolean

None.

TotalKDVAmount

decimal number

None.

CurrencyRate

decimal number

None.

CurrencyID

globally unique identifier

None.

AccountID

globally unique identifier

None.

NewAccount

AccountLeanDto

None.

EmployeeID

globally unique identifier

None.

ProductStokActionID

globally unique identifier

None.

BillingReferenceID

globally unique identifier

None.

ServiceReceiptProducts

Collection of ServiceReceiptProductUpdateDto

None.

ID

globally unique identifier

Required

CompanyID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "serialNumber": "sample string 2",
  "orderNumber": "sample string 3",
  "categoryID": "ef7edf3f-c06e-454f-a24f-ab63985343c4",
  "categoryName": "sample string 4",
  "statusID": "7e039454-1b96-4045-8605-b58faef07505",
  "statusName": "sample string 5",
  "paymentStatus": 0,
  "extractStatus": 0,
  "productName": "sample string 6",
  "productSerialNumber": "sample string 7",
  "barcode": "sample string 8",
  "brandID": "3591cd39-ac85-42f3-bb80-64d9e7b17bab",
  "brandName": "sample string 9",
  "model": "sample string 10",
  "complaint": "sample string 11",
  "description": "sample string 12",
  "solution": "sample string 13",
  "isSolved": true,
  "solvedDate": "2025-05-24T14:41:30.8603016+03:00",
  "comingDate": "2025-05-24T14:41:30.8603016+03:00",
  "deliveryDate": "2025-05-24T14:41:30.8603016+03:00",
  "deliveryPerson": "sample string 17",
  "isWarranty": true,
  "warrantyEndDate": "2025-05-24T14:41:30.8603016+03:00",
  "beforeTaxAmount": 19.1,
  "lineDiscountAmount": 20.1,
  "discountRate": 21.1,
  "discountAmount": 22.1,
  "amount": 23.1,
  "totalAmount": 24.1,
  "totalPaymentAmount": 25.1,
  "totalCost": 1.1,
  "totalDiscountAmount": 26.1,
  "discountRateOrPrice": true,
  "totalKDVAmount": 28.1,
  "currencyRate": 29.1,
  "currencyID": "18bf4cc7-5f60-4368-8f2b-c49d24144392",
  "accountID": "e73a749e-52e3-42fa-b048-f65507829dbe",
  "newAccount": {
    "accountType": 7,
    "title": "sample string 1",
    "subTitle": "sample string 2",
    "description": "sample string 3",
    "accountDetail": {
      "accountID": "eece8660-d739-4078-910d-85bd80ca038f",
      "email": "sample string 1",
      "phone": "sample string 2",
      "address": "sample string 3",
      "taxNumber": "sample string 4",
      "salePriceGroup": 1,
      "author": "sample string 5",
      "webSite": "sample string 6",
      "taxOffice": "sample string 7",
      "maxDebtLimit": 8.0,
      "discount": 9.1,
      "expiration": 10,
      "category": {
        "categoryType": 1,
        "name": "sample string 1",
        "parentID": "a3eb8dbb-6591-4dae-8385-2e11e723e41b",
        "code": "sample string 2",
        "createBy": {
          "id": "7a814c19-c53b-4aff-ab2f-53d10a084b0a",
          "name": "sample string 2",
          "surname": "sample string 3",
          "email": "sample string 4"
        },
        "createDT": "2025-05-24T14:41:30.8603016+03:00",
        "updateBy": {
          "id": "7a814c19-c53b-4aff-ab2f-53d10a084b0a",
          "name": "sample string 2",
          "surname": "sample string 3",
          "email": "sample string 4"
        },
        "updateDT": "2025-05-24T14:41:30.8603016+03:00",
        "id": "dd154a97-36fd-4aa5-a7c8-d7cd9c6dc29c",
        "companyID": "14101b80-f3a6-4cdd-824b-7d6afac13c7d"
      },
      "city": {
        "name": "sample string 1",
        "code": "sample string 2",
        "id": "86bf857e-9040-44af-b72a-7002682fae4c",
        "companyID": "ceca3f29-c7e7-4b9b-8d20-6094708f56fd"
      },
      "county": {
        "name": "sample string 1",
        "code": "sample string 2",
        "id": "59e65b94-5530-494c-814d-d3b02311d3d0",
        "companyID": "da65d817-87d5-4c7b-85f1-4116d1131efe"
      },
      "bankDetails": [
        {
          "accountDetailID": "4eef9953-a69c-4f6c-96fb-d58318f974c4",
          "iban": "sample string 1",
          "code": "sample string 2",
          "createBy": {
            "id": "7a814c19-c53b-4aff-ab2f-53d10a084b0a",
            "name": "sample string 2",
            "surname": "sample string 3",
            "email": "sample string 4"
          },
          "createDT": "2025-05-24T14:41:30.8603016+03:00",
          "updateBy": {
            "id": "7a814c19-c53b-4aff-ab2f-53d10a084b0a",
            "name": "sample string 2",
            "surname": "sample string 3",
            "email": "sample string 4"
          },
          "updateDT": "2025-05-24T14:41:30.8603016+03:00",
          "id": "b0163fcd-1c90-4f15-8151-d7f4b1ac0836",
          "companyID": "01217572-d920-4126-8ce2-c1cadf0a3f8d"
        },
        {
          "accountDetailID": "4eef9953-a69c-4f6c-96fb-d58318f974c4",
          "iban": "sample string 1",
          "code": "sample string 2",
          "createBy": {
            "id": "7a814c19-c53b-4aff-ab2f-53d10a084b0a",
            "name": "sample string 2",
            "surname": "sample string 3",
            "email": "sample string 4"
          },
          "createDT": "2025-05-24T14:41:30.8603016+03:00",
          "updateBy": {
            "id": "7a814c19-c53b-4aff-ab2f-53d10a084b0a",
            "name": "sample string 2",
            "surname": "sample string 3",
            "email": "sample string 4"
          },
          "updateDT": "2025-05-24T14:41:30.8603016+03:00",
          "id": "b0163fcd-1c90-4f15-8151-d7f4b1ac0836",
          "companyID": "01217572-d920-4126-8ce2-c1cadf0a3f8d"
        }
      ],
      "isEInvoiceAccount": true,
      "alias": "sample string 12",
      "isEDispatchAccount": true,
      "dispatchAlias": "sample string 14",
      "isBranch": true,
      "branch": "sample string 16",
      "accountNumber": "sample string 17",
      "iban": "sample string 18",
      "isDeferred": true,
      "installmentCount": 20,
      "stoppagePercentage": 21.1,
      "limit": 22.1,
      "lastPaymentDay": 23,
      "cardNumber": "sample string 24",
      "expireDate": "2025-05-24T14:41:30.8603016+03:00",
      "startDate": "2025-05-24T14:41:30.8603016+03:00",
      "endDate": "2025-05-24T14:41:30.8603016+03:00",
      "salary": 25.1,
      "salaryDay": 26,
      "salaryPaymentAccountID": "57469be7-0d7b-4efb-bdfd-b985a991ee6e",
      "department": {
        "name": "sample string 1",
        "code": "sample string 2",
        "id": "31d78b99-5168-48df-9d1a-d0bb5c752c49",
        "companyID": "8d05eb98-179b-4948-b167-bced021b1776"
      },
      "job": "sample string 27",
      "jobEndDate": "2025-05-24T14:41:30.8603016+03:00",
      "jobEndReasonCode": "sample string 28",
      "jobEndReasonString": "sample string 29",
      "sgkJobCode": "sample string 30",
      "sgkJobCodeString": "sample string 31",
      "dispatchDeliveryAddress": "sample string 32",
      "dispatchDeliveryCountry": "sample string 33",
      "dispatchDeliveryCity": "sample string 34",
      "dispatchDeliveryCounty": "sample string 35",
      "dispatchDeliveryPostalCode": "sample string 36",
      "isForeign": true,
      "code": "sample string 38",
      "createBy": {
        "id": "7a814c19-c53b-4aff-ab2f-53d10a084b0a",
        "name": "sample string 2",
        "surname": "sample string 3",
        "email": "sample string 4"
      },
      "createDT": "2025-05-24T14:41:30.8603016+03:00",
      "updateBy": {
        "id": "7a814c19-c53b-4aff-ab2f-53d10a084b0a",
        "name": "sample string 2",
        "surname": "sample string 3",
        "email": "sample string 4"
      },
      "updateDT": "2025-05-24T14:41:30.8603016+03:00",
      "id": "eea2c721-3f1b-460d-8f68-500d3d4efbba",
      "companyID": "7458a2d4-1ac1-49cb-a5f2-3228e85b8798"
    },
    "balance": 4.0,
    "category": {
      "categoryType": 1,
      "name": "sample string 1",
      "parentID": "a3eb8dbb-6591-4dae-8385-2e11e723e41b",
      "code": "sample string 2",
      "createBy": {
        "id": "7a814c19-c53b-4aff-ab2f-53d10a084b0a",
        "name": "sample string 2",
        "surname": "sample string 3",
        "email": "sample string 4"
      },
      "createDT": "2025-05-24T14:41:30.8603016+03:00",
      "updateBy": {
        "id": "7a814c19-c53b-4aff-ab2f-53d10a084b0a",
        "name": "sample string 2",
        "surname": "sample string 3",
        "email": "sample string 4"
      },
      "updateDT": "2025-05-24T14:41:30.8603016+03:00",
      "id": "dd154a97-36fd-4aa5-a7c8-d7cd9c6dc29c",
      "companyID": "14101b80-f3a6-4cdd-824b-7d6afac13c7d"
    },
    "currency": {
      "name": "sample string 1",
      "code": "sample string 2",
      "id": "d78f2fdd-1098-47c9-b488-0e3b907bd60f",
      "companyID": "3081543c-b17c-4379-9807-e3039694b054"
    },
    "id": "c44e6366-1913-4cc6-bb00-ce41de07c67d",
    "companyID": "6b8b30cb-c3f0-4567-85c9-18d0d2c71e7a",
    "isDeleted": true
  },
  "employeeID": "9c9aaa83-0c3a-4726-94a9-bf46d93a7bb3",
  "productStokActionID": "cccd7956-76ef-41d9-a710-24566bdaf23e",
  "billingReferenceID": "fd4aa194-f02e-4539-8f62-8864fe8a5530",
  "serviceReceiptProducts": [
    {
      "title": "sample string 1",
      "productName": "sample string 2",
      "currencyRate": 3.1,
      "quantity": 4.1,
      "amount": 5.1,
      "leanAmount": 6.1,
      "description": "sample string 7",
      "cost": 1.1,
      "discountRate": 8.1,
      "discountAmount": 9.1,
      "discountedUnitPrice": 10.1,
      "discountedTotalPrice": 11.1,
      "isDiscountPercentage": true,
      "totalAmount": 13.1,
      "kdv": 0,
      "kdvAmount": 14.1,
      "unitID": "555f1a0e-1341-4280-9aeb-32cbe75a3291",
      "warehouseID": "bf650ce3-5000-4635-acbc-70d944bc7eea",
      "currencyID": "926ce44c-b60e-49e6-ba9d-4a02d15ae108",
      "productID": "4eb726b5-cebe-4582-9872-d25f2d7b2729",
      "serviceReceiptID": "280d4946-fbc5-4d68-924b-2b61890884bd",
      "id": "634cf83c-6c12-4df5-91cc-3d6a8ec97e17",
      "companyID": "b71a8e1e-e028-4404-8186-72de0dd49d79"
    },
    {
      "title": "sample string 1",
      "productName": "sample string 2",
      "currencyRate": 3.1,
      "quantity": 4.1,
      "amount": 5.1,
      "leanAmount": 6.1,
      "description": "sample string 7",
      "cost": 1.1,
      "discountRate": 8.1,
      "discountAmount": 9.1,
      "discountedUnitPrice": 10.1,
      "discountedTotalPrice": 11.1,
      "isDiscountPercentage": true,
      "totalAmount": 13.1,
      "kdv": 0,
      "kdvAmount": 14.1,
      "unitID": "555f1a0e-1341-4280-9aeb-32cbe75a3291",
      "warehouseID": "bf650ce3-5000-4635-acbc-70d944bc7eea",
      "currencyID": "926ce44c-b60e-49e6-ba9d-4a02d15ae108",
      "productID": "4eb726b5-cebe-4582-9872-d25f2d7b2729",
      "serviceReceiptID": "280d4946-fbc5-4d68-924b-2b61890884bd",
      "id": "634cf83c-6c12-4df5-91cc-3d6a8ec97e17",
      "companyID": "b71a8e1e-e028-4404-8186-72de0dd49d79"
    }
  ],
  "id": "bd821327-364b-41fd-acf8-cad0101271f7",
  "companyID": "cc52a9b0-588e-48cf-b3be-3b59037783f7"
}

application/xml, text/xml

Sample:
<ServiceReceiptUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs">
  <CompanyID>cc52a9b0-588e-48cf-b3be-3b59037783f7</CompanyID>
  <ID>bd821327-364b-41fd-acf8-cad0101271f7</ID>
  <AccountID>e73a749e-52e3-42fa-b048-f65507829dbe</AccountID>
  <Amount>23.1</Amount>
  <Barcode>sample string 8</Barcode>
  <BeforeTaxAmount>19.1</BeforeTaxAmount>
  <BillingReferenceID>fd4aa194-f02e-4539-8f62-8864fe8a5530</BillingReferenceID>
  <BrandID>3591cd39-ac85-42f3-bb80-64d9e7b17bab</BrandID>
  <BrandName>sample string 9</BrandName>
  <CategoryID>ef7edf3f-c06e-454f-a24f-ab63985343c4</CategoryID>
  <CategoryName>sample string 4</CategoryName>
  <Code>sample string 1</Code>
  <ComingDate>2025-05-24T14:41:30.8603016+03:00</ComingDate>
  <Complaint>sample string 11</Complaint>
  <CurrencyID>18bf4cc7-5f60-4368-8f2b-c49d24144392</CurrencyID>
  <CurrencyRate>29.1</CurrencyRate>
  <DeliveryDate>2025-05-24T14:41:30.8603016+03:00</DeliveryDate>
  <DeliveryPerson>sample string 17</DeliveryPerson>
  <Description>sample string 12</Description>
  <DiscountAmount>22.1</DiscountAmount>
  <DiscountRate>21.1</DiscountRate>
  <DiscountRateOrPrice>true</DiscountRateOrPrice>
  <EmployeeID>9c9aaa83-0c3a-4726-94a9-bf46d93a7bb3</EmployeeID>
  <ExtractStatus>NotExtracted</ExtractStatus>
  <IsSolved>true</IsSolved>
  <IsWarranty>true</IsWarranty>
  <LineDiscountAmount>20.1</LineDiscountAmount>
  <Model>sample string 10</Model>
  <NewAccount>
    <CompanyID xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Domain">6b8b30cb-c3f0-4567-85c9-18d0d2c71e7a</CompanyID>
    <ID xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Domain">c44e6366-1913-4cc6-bb00-ce41de07c67d</ID>
    <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Domain">true</IsDeleted>
    <AccountDetail>
      <CompanyID>7458a2d4-1ac1-49cb-a5f2-3228e85b8798</CompanyID>
      <ID>eea2c721-3f1b-460d-8f68-500d3d4efbba</ID>
      <Code>sample string 38</Code>
      <CreateBy>
        <Email>sample string 4</Email>
        <ID>7a814c19-c53b-4aff-ab2f-53d10a084b0a</ID>
        <Name>sample string 2</Name>
        <Surname>sample string 3</Surname>
      </CreateBy>
      <CreateDT>2025-05-24T14:41:30.8603016+03:00</CreateDT>
      <UpdateBy>
        <Email>sample string 4</Email>
        <ID>7a814c19-c53b-4aff-ab2f-53d10a084b0a</ID>
        <Name>sample string 2</Name>
        <Surname>sample string 3</Surname>
      </UpdateBy>
      <UpdateDT>2025-05-24T14:41:30.8603016+03:00</UpdateDT>
      <AccountID>eece8660-d739-4078-910d-85bd80ca038f</AccountID>
      <AccountNumber>sample string 17</AccountNumber>
      <Address>sample string 3</Address>
      <Alias>sample string 12</Alias>
      <Author>sample string 5</Author>
      <BankDetails>
        <AccountBankDetailCardDto>
          <CompanyID>01217572-d920-4126-8ce2-c1cadf0a3f8d</CompanyID>
          <ID>b0163fcd-1c90-4f15-8151-d7f4b1ac0836</ID>
          <Code>sample string 2</Code>
          <CreateBy>
            <Email>sample string 4</Email>
            <ID>7a814c19-c53b-4aff-ab2f-53d10a084b0a</ID>
            <Name>sample string 2</Name>
            <Surname>sample string 3</Surname>
          </CreateBy>
          <CreateDT>2025-05-24T14:41:30.8603016+03:00</CreateDT>
          <UpdateBy>
            <Email>sample string 4</Email>
            <ID>7a814c19-c53b-4aff-ab2f-53d10a084b0a</ID>
            <Name>sample string 2</Name>
            <Surname>sample string 3</Surname>
          </UpdateBy>
          <UpdateDT>2025-05-24T14:41:30.8603016+03:00</UpdateDT>
          <AccountDetailID>4eef9953-a69c-4f6c-96fb-d58318f974c4</AccountDetailID>
          <IBAN>sample string 1</IBAN>
        </AccountBankDetailCardDto>
        <AccountBankDetailCardDto>
          <CompanyID>01217572-d920-4126-8ce2-c1cadf0a3f8d</CompanyID>
          <ID>b0163fcd-1c90-4f15-8151-d7f4b1ac0836</ID>
          <Code>sample string 2</Code>
          <CreateBy>
            <Email>sample string 4</Email>
            <ID>7a814c19-c53b-4aff-ab2f-53d10a084b0a</ID>
            <Name>sample string 2</Name>
            <Surname>sample string 3</Surname>
          </CreateBy>
          <CreateDT>2025-05-24T14:41:30.8603016+03:00</CreateDT>
          <UpdateBy>
            <Email>sample string 4</Email>
            <ID>7a814c19-c53b-4aff-ab2f-53d10a084b0a</ID>
            <Name>sample string 2</Name>
            <Surname>sample string 3</Surname>
          </UpdateBy>
          <UpdateDT>2025-05-24T14:41:30.8603016+03:00</UpdateDT>
          <AccountDetailID>4eef9953-a69c-4f6c-96fb-d58318f974c4</AccountDetailID>
          <IBAN>sample string 1</IBAN>
        </AccountBankDetailCardDto>
      </BankDetails>
      <Branch>sample string 16</Branch>
      <CardNumber>sample string 24</CardNumber>
      <Category>
        <CompanyID>14101b80-f3a6-4cdd-824b-7d6afac13c7d</CompanyID>
        <ID>dd154a97-36fd-4aa5-a7c8-d7cd9c6dc29c</ID>
        <Code>sample string 2</Code>
        <CreateBy>
          <Email>sample string 4</Email>
          <ID>7a814c19-c53b-4aff-ab2f-53d10a084b0a</ID>
          <Name>sample string 2</Name>
          <Surname>sample string 3</Surname>
        </CreateBy>
        <CreateDT>2025-05-24T14:41:30.8603016+03:00</CreateDT>
        <UpdateBy>
          <Email>sample string 4</Email>
          <ID>7a814c19-c53b-4aff-ab2f-53d10a084b0a</ID>
          <Name>sample string 2</Name>
          <Surname>sample string 3</Surname>
        </UpdateBy>
        <UpdateDT>2025-05-24T14:41:30.8603016+03:00</UpdateDT>
        <CategoryType>Customer</CategoryType>
        <Name>sample string 1</Name>
        <ParentID>a3eb8dbb-6591-4dae-8385-2e11e723e41b</ParentID>
      </Category>
      <City>
        <CompanyID>ceca3f29-c7e7-4b9b-8d20-6094708f56fd</CompanyID>
        <ID>86bf857e-9040-44af-b72a-7002682fae4c</ID>
        <Code>sample string 2</Code>
        <Name>sample string 1</Name>
      </City>
      <County>
        <CompanyID>da65d817-87d5-4c7b-85f1-4116d1131efe</CompanyID>
        <ID>59e65b94-5530-494c-814d-d3b02311d3d0</ID>
        <Code>sample string 2</Code>
        <Name>sample string 1</Name>
      </County>
      <Department>
        <CompanyID>8d05eb98-179b-4948-b167-bced021b1776</CompanyID>
        <ID>31d78b99-5168-48df-9d1a-d0bb5c752c49</ID>
        <Code>sample string 2</Code>
        <Name>sample string 1</Name>
      </Department>
      <Discount>9.1</Discount>
      <DispatchAlias>sample string 14</DispatchAlias>
      <DispatchDeliveryAddress>sample string 32</DispatchDeliveryAddress>
      <DispatchDeliveryCity>sample string 34</DispatchDeliveryCity>
      <DispatchDeliveryCountry>sample string 33</DispatchDeliveryCountry>
      <DispatchDeliveryCounty>sample string 35</DispatchDeliveryCounty>
      <DispatchDeliveryPostalCode>sample string 36</DispatchDeliveryPostalCode>
      <Email>sample string 1</Email>
      <EndDate>2025-05-24T14:41:30.8603016+03:00</EndDate>
      <Expiration>10</Expiration>
      <ExpireDate>2025-05-24T14:41:30.8603016+03:00</ExpireDate>
      <IBAN>sample string 18</IBAN>
      <InstallmentCount>20</InstallmentCount>
      <IsBranch>true</IsBranch>
      <IsDeferred>true</IsDeferred>
      <IsEDispatchAccount>true</IsEDispatchAccount>
      <IsEInvoiceAccount>true</IsEInvoiceAccount>
      <IsForeign>true</IsForeign>
      <Job>sample string 27</Job>
      <JobEndDate>2025-05-24T14:41:30.8603016+03:00</JobEndDate>
      <JobEndReasonCode>sample string 28</JobEndReasonCode>
      <JobEndReasonString>sample string 29</JobEndReasonString>
      <LastPaymentDay>23</LastPaymentDay>
      <Limit>22.1</Limit>
      <MaxDebtLimit>8</MaxDebtLimit>
      <Phone>sample string 2</Phone>
      <Salary>25.1</Salary>
      <SalaryDay>26</SalaryDay>
      <SalaryPaymentAccountID>57469be7-0d7b-4efb-bdfd-b985a991ee6e</SalaryPaymentAccountID>
      <SalePriceGroup>1</SalePriceGroup>
      <SgkJobCode>sample string 30</SgkJobCode>
      <SgkJobCodeString>sample string 31</SgkJobCodeString>
      <StartDate>2025-05-24T14:41:30.8603016+03:00</StartDate>
      <StoppagePercentage>21.1</StoppagePercentage>
      <TaxNumber>sample string 4</TaxNumber>
      <TaxOffice>sample string 7</TaxOffice>
      <WebSite>sample string 6</WebSite>
    </AccountDetail>
    <AccountType>Expense</AccountType>
    <Balance>4</Balance>
    <Category>
      <CompanyID>14101b80-f3a6-4cdd-824b-7d6afac13c7d</CompanyID>
      <ID>dd154a97-36fd-4aa5-a7c8-d7cd9c6dc29c</ID>
      <Code>sample string 2</Code>
      <CreateBy>
        <Email>sample string 4</Email>
        <ID>7a814c19-c53b-4aff-ab2f-53d10a084b0a</ID>
        <Name>sample string 2</Name>
        <Surname>sample string 3</Surname>
      </CreateBy>
      <CreateDT>2025-05-24T14:41:30.8603016+03:00</CreateDT>
      <UpdateBy>
        <Email>sample string 4</Email>
        <ID>7a814c19-c53b-4aff-ab2f-53d10a084b0a</ID>
        <Name>sample string 2</Name>
        <Surname>sample string 3</Surname>
      </UpdateBy>
      <UpdateDT>2025-05-24T14:41:30.8603016+03:00</UpdateDT>
      <CategoryType>Customer</CategoryType>
      <Name>sample string 1</Name>
      <ParentID>a3eb8dbb-6591-4dae-8385-2e11e723e41b</ParentID>
    </Category>
    <Currency>
      <CompanyID>3081543c-b17c-4379-9807-e3039694b054</CompanyID>
      <ID>d78f2fdd-1098-47c9-b488-0e3b907bd60f</ID>
      <Code>sample string 2</Code>
      <Name>sample string 1</Name>
    </Currency>
    <Description>sample string 3</Description>
    <SubTitle>sample string 2</SubTitle>
    <Title>sample string 1</Title>
  </NewAccount>
  <OrderNumber>sample string 3</OrderNumber>
  <PaymentStatus>Wait</PaymentStatus>
  <ProductName>sample string 6</ProductName>
  <ProductSerialNumber>sample string 7</ProductSerialNumber>
  <ProductStokActionID>cccd7956-76ef-41d9-a710-24566bdaf23e</ProductStokActionID>
  <SerialNumber>sample string 2</SerialNumber>
  <ServiceReceiptProducts>
    <ServiceReceiptProductUpdateDto>
      <CompanyID>b71a8e1e-e028-4404-8186-72de0dd49d79</CompanyID>
      <ID>634cf83c-6c12-4df5-91cc-3d6a8ec97e17</ID>
      <Amount>5.1</Amount>
      <Cost>1.1</Cost>
      <CurrencyID>926ce44c-b60e-49e6-ba9d-4a02d15ae108</CurrencyID>
      <CurrencyRate>3.1</CurrencyRate>
      <Description>sample string 7</Description>
      <DiscountAmount>9.1</DiscountAmount>
      <DiscountRate>8.1</DiscountRate>
      <DiscountedTotalPrice>11.1</DiscountedTotalPrice>
      <DiscountedUnitPrice>10.1</DiscountedUnitPrice>
      <IsDiscountPercentage>true</IsDiscountPercentage>
      <KDV>KDV0</KDV>
      <KDVAmount>14.1</KDVAmount>
      <LeanAmount>6.1</LeanAmount>
      <ProductID>4eb726b5-cebe-4582-9872-d25f2d7b2729</ProductID>
      <ProductName>sample string 2</ProductName>
      <Quantity>4.1</Quantity>
      <ServiceReceiptID>280d4946-fbc5-4d68-924b-2b61890884bd</ServiceReceiptID>
      <Title>sample string 1</Title>
      <TotalAmount>13.1</TotalAmount>
      <UnitID>555f1a0e-1341-4280-9aeb-32cbe75a3291</UnitID>
      <WarehouseID>bf650ce3-5000-4635-acbc-70d944bc7eea</WarehouseID>
    </ServiceReceiptProductUpdateDto>
    <ServiceReceiptProductUpdateDto>
      <CompanyID>b71a8e1e-e028-4404-8186-72de0dd49d79</CompanyID>
      <ID>634cf83c-6c12-4df5-91cc-3d6a8ec97e17</ID>
      <Amount>5.1</Amount>
      <Cost>1.1</Cost>
      <CurrencyID>926ce44c-b60e-49e6-ba9d-4a02d15ae108</CurrencyID>
      <CurrencyRate>3.1</CurrencyRate>
      <Description>sample string 7</Description>
      <DiscountAmount>9.1</DiscountAmount>
      <DiscountRate>8.1</DiscountRate>
      <DiscountedTotalPrice>11.1</DiscountedTotalPrice>
      <DiscountedUnitPrice>10.1</DiscountedUnitPrice>
      <IsDiscountPercentage>true</IsDiscountPercentage>
      <KDV>KDV0</KDV>
      <KDVAmount>14.1</KDVAmount>
      <LeanAmount>6.1</LeanAmount>
      <ProductID>4eb726b5-cebe-4582-9872-d25f2d7b2729</ProductID>
      <ProductName>sample string 2</ProductName>
      <Quantity>4.1</Quantity>
      <ServiceReceiptID>280d4946-fbc5-4d68-924b-2b61890884bd</ServiceReceiptID>
      <Title>sample string 1</Title>
      <TotalAmount>13.1</TotalAmount>
      <UnitID>555f1a0e-1341-4280-9aeb-32cbe75a3291</UnitID>
      <WarehouseID>bf650ce3-5000-4635-acbc-70d944bc7eea</WarehouseID>
    </ServiceReceiptProductUpdateDto>
  </ServiceReceiptProducts>
  <Solution>sample string 13</Solution>
  <SolvedDate>2025-05-24T14:41:30.8603016+03:00</SolvedDate>
  <StatusID>7e039454-1b96-4045-8605-b58faef07505</StatusID>
  <StatusName>sample string 5</StatusName>
  <TotalAmount>24.1</TotalAmount>
  <TotalCost>1.1</TotalCost>
  <TotalDiscountAmount>26.1</TotalDiscountAmount>
  <TotalKDVAmount>28.1</TotalKDVAmount>
  <TotalPaymentAmount>25.1</TotalPaymentAmount>
  <WarrantyEndDate>2025-05-24T14:41:30.8603016+03:00</WarrantyEndDate>
</ServiceReceiptUpdateDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"code":"sample string 1","serialNumber":"sample string 2","orderNumber":"sample string 3","categoryID":"ef7edf3f-c06e-454f-a24f-ab63985343c4","categoryName":"sample string 4","statusID":"7e039454-1b96-4045-8605-b58faef07505","statusName":"sample string 5","paymentStatus":0,"extractStatus":0,"productName":"sample string 6","productSerialNumber":"sample string 7","barcode":"sample string 8","brandID":"3591cd39-ac85-42f3-bb80-64d9e7b17bab","brandName":"sample string 9","model":"sample string 10","complaint":"sample string 11","description":"sample string 12","solution":"sample string 13","isSolved":true,"solvedDate":"2025-05-24T14:41:30.8603016+03:00","comingDate":"2025-05-24T14:41:30.8603016+03:00","deliveryDate":"2025-05-24T14:41:30.8603016+03:00","deliveryPerson":"sample string 17","isWarranty":true,"warrantyEndDate":"2025-05-24T14:41:30.8603016+03:00","beforeTaxAmount":19.1,"lineDiscountAmount":20.1,"discountRate":21.1,"discountAmount":22.1,"amount":23.1,"totalAmount":24.1,"totalPaymentAmount":25.1,"totalCost":1.1,"totalDiscountAmount":26.1,"discountRateOrPrice":true,"totalKDVAmount":28.1,"currencyRate":29.1,"currencyID":"18bf4cc7-5f60-4368-8f2b-c49d24144392","accountID":"e73a749e-52e3-42fa-b048-f65507829dbe","newAccount":{"accountType":7,"title":"sample string 1","subTitle":"sample string 2","description":"sample string 3","accountDetail":{"accountID":"eece8660-d739-4078-910d-85bd80ca038f","email":"sample string 1","phone":"sample string 2","address":"sample string 3","taxNumber":"sample string 4","salePriceGroup":1,"author":"sample string 5","webSite":"sample string 6","taxOffice":"sample string 7","maxDebtLimit":8.0,"discount":9.1,"expiration":10,"category":{"categoryType":1,"name":"sample string 1","parentID":"a3eb8dbb-6591-4dae-8385-2e11e723e41b","code":"sample string 2","createBy":{"id":"7a814c19-c53b-4aff-ab2f-53d10a084b0a","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"createDT":"2025-05-24T14:41:30.8603016+03:00","updateBy":{"id":"7a814c19-c53b-4aff-ab2f-53d10a084b0a","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"updateDT":"2025-05-24T14:41:30.8603016+03:00","id":"dd154a97-36fd-4aa5-a7c8-d7cd9c6dc29c","companyID":"14101b80-f3a6-4cdd-824b-7d6afac13c7d"},"city":{"name":"sample string 1","code":"sample string 2","id":"86bf857e-9040-44af-b72a-7002682fae4c","companyID":"ceca3f29-c7e7-4b9b-8d20-6094708f56fd"},"county":{"name":"sample string 1","code":"sample string 2","id":"59e65b94-5530-494c-814d-d3b02311d3d0","companyID":"da65d817-87d5-4c7b-85f1-4116d1131efe"},"bankDetails":[{"accountDetailID":"4eef9953-a69c-4f6c-96fb-d58318f974c4","iban":"sample string 1","code":"sample string 2","createBy":{"id":"7a814c19-c53b-4aff-ab2f-53d10a084b0a","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"createDT":"2025-05-24T14:41:30.8603016+03:00","updateBy":{"id":"7a814c19-c53b-4aff-ab2f-53d10a084b0a","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"updateDT":"2025-05-24T14:41:30.8603016+03:00","id":"b0163fcd-1c90-4f15-8151-d7f4b1ac0836","companyID":"01217572-d920-4126-8ce2-c1cadf0a3f8d"},{"accountDetailID":"4eef9953-a69c-4f6c-96fb-d58318f974c4","iban":"sample string 1","code":"sample string 2","createBy":{"id":"7a814c19-c53b-4aff-ab2f-53d10a084b0a","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"createDT":"2025-05-24T14:41:30.8603016+03:00","updateBy":{"id":"7a814c19-c53b-4aff-ab2f-53d10a084b0a","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"updateDT":"2025-05-24T14:41:30.8603016+03:00","id":"b0163fcd-1c90-4f15-8151-d7f4b1ac0836","companyID":"01217572-d920-4126-8ce2-c1cadf0a3f8d"}],"isEInvoiceAccount":true,"alias":"sample string 12","isEDispatchAccount":true,"dispatchAlias":"sample string 14","isBranch":true,"branch":"sample string 16","accountNumber":"sample string 17","iban":"sample string 18","isDeferred":true,"installmentCount":20,"stoppagePercentage":21.1,"limit":22.1,"lastPaymentDay":23,"cardNumber":"sample string 24","expireDate":"2025-05-24T14:41:30.8603016+03:00","startDate":"2025-05-24T14:41:30.8603016+03:00","endDate":"2025-05-24T14:41:30.8603016+03:00","salary":25.1,"salaryDay":26,"salaryPaymentAccountID":"57469be7-0d7b-4efb-bdfd-b985a991ee6e","department":{"name":"sample string 1","code":"sample string 2","id":"31d78b99-5168-48df-9d1a-d0bb5c752c49","companyID":"8d05eb98-179b-4948-b167-bced021b1776"},"job":"sample string 27","jobEndDate":"2025-05-24T14:41:30.8603016+03:00","jobEndReasonCode":"sample string 28","jobEndReasonString":"sample string 29","sgkJobCode":"sample string 30","sgkJobCodeString":"sample string 31","dispatchDeliveryAddress":"sample string 32","dispatchDeliveryCountry":"sample string 33","dispatchDeliveryCity":"sample string 34","dispatchDeliveryCounty":"sample string 35","dispatchDeliveryPostalCode":"sample string 36","isForeign":true,"code":"sample string 38","createBy":{"id":"7a814c19-c53b-4aff-ab2f-53d10a084b0a","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"createDT":"2025-05-24T14:41:30.8603016+03:00","updateBy":{"id":"7a814c19-c53b-4aff-ab2f-53d10a084b0a","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"updateDT":"2025-05-24T14:41:30.8603016+03:00","id":"eea2c721-3f1b-460d-8f68-500d3d4efbba","companyID":"7458a2d4-1ac1-49cb-a5f2-3228e85b8798"},"balance":4.0,"category":{"categoryType":1,"name":"sample string 1","parentID":"a3eb8dbb-6591-4dae-8385-2e11e723e41b","code":"sample string 2","createBy":{"id":"7a814c19-c53b-4aff-ab2f-53d10a084b0a","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"createDT":"2025-05-24T14:41:30.8603016+03:00","updateBy":{"id":"7a814c19-c53b-4aff-ab2f-53d10a084b0a","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"updateDT":"2025-05-24T14:41:30.8603016+03:00","id":"dd154a97-36fd-4aa5-a7c8-d7cd9c6dc29c","companyID":"14101b80-f3a6-4cdd-824b-7d6afac13c7d"},"currency":{"name":"sample string 1","code":"sample string 2","id":"d78f2fdd-1098-47c9-b488-0e3b907bd60f","companyID":"3081543c-b17c-4379-9807-e3039694b054"},"id":"c44e6366-1913-4cc6-bb00-ce41de07c67d","companyID":"6b8b30cb-c3f0-4567-85c9-18d0d2c71e7a","isDeleted":true},"employeeID":"9c9aaa83-0c3a-4726-94a9-bf46d93a7bb3","productStokActionID":"cccd7956-76ef-41d9-a710-24566bdaf23e","billingReferenceID":"fd4aa194-f02e-4539-8f62-8864fe8a5530","serviceReceiptProducts":[{"title":"sample string 1","productName":"sample string 2","currencyRate":3.1,"quantity":4.1,"amount":5.1,"leanAmount":6.1,"description":"sample string 7","cost":1.1,"discountRate":8.1,"discountAmount":9.1,"discountedUnitPrice":10.1,"discountedTotalPrice":11.1,"isDiscountPercentage":true,"totalAmount":13.1,"kdv":0,"kdvAmount":14.1,"unitID":"555f1a0e-1341-4280-9aeb-32cbe75a3291","warehouseID":"bf650ce3-5000-4635-acbc-70d944bc7eea","currencyID":"926ce44c-b60e-49e6-ba9d-4a02d15ae108","productID":"4eb726b5-cebe-4582-9872-d25f2d7b2729","serviceReceiptID":"280d4946-fbc5-4d68-924b-2b61890884bd","id":"634cf83c-6c12-4df5-91cc-3d6a8ec97e17","companyID":"b71a8e1e-e028-4404-8186-72de0dd49d79"},{"title":"sample string 1","productName":"sample string 2","currencyRate":3.1,"quantity":4.1,"amount":5.1,"leanAmount":6.1,"description":"sample string 7","cost":1.1,"discountRate":8.1,"discountAmount":9.1,"discountedUnitPrice":10.1,"discountedTotalPrice":11.1,"isDiscountPercentage":true,"totalAmount":13.1,"kdv":0,"kdvAmount":14.1,"unitID":"555f1a0e-1341-4280-9aeb-32cbe75a3291","warehouseID":"bf650ce3-5000-4635-acbc-70d944bc7eea","currencyID":"926ce44c-b60e-49e6-ba9d-4a02d15ae108","productID":"4eb726b5-cebe-4582-9872-d25f2d7b2729","serviceReceiptID":"280d4946-fbc5-4d68-924b-2b61890884bd","id":"634cf83c-6c12-4df5-91cc-3d6a8ec97e17","companyID":"b71a8e1e-e028-4404-8186-72de0dd49d79"}],"id":"bd821327-364b-41fd-acf8-cad0101271f7","companyID":"cc52a9b0-588e-48cf-b3be-3b59037783f7"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.