POST api/QuickDocumentSettings/Update
Request Information
URI Parameters
None.
Body Parameters
QuickDocumentSettingsUpdateDtoName | Description | Type | Additional information |
---|---|---|---|
EBillScenario | EBillScenario |
None. |
|
EArchiveSendType | EArchiveSendingType |
None. |
|
KDVRate | integer |
None. |
|
NoKDVReasonID | globally unique identifier |
None. |
|
TheWithholdingID | globally unique identifier |
None. |
|
StopajRate | decimal number |
None. |
|
ProductID | string |
None. |
|
KonaklamaVergisiRate | integer |
None. |
|
QuickDocumentType | QuickDocumentType |
None. |
|
ID | globally unique identifier |
Required |
|
CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "eBillScenario": 1, "eArchiveSendType": 1, "kdvRate": 1, "noKDVReasonID": "e50e9367-6a93-4b1d-99e6-d15e9b9786e0", "theWithholdingID": "2f9ef084-124d-4b1b-ab1e-90f2f17814ed", "stopajRate": 2.1, "productID": "sample string 3", "konaklamaVergisiRate": 4, "quickDocumentType": 1, "id": "67b5dc70-b410-4ae6-a46f-fd2473d17b1c", "companyID": "e39a5613-744a-4e81-af52-0b21d17f4624" }
application/xml, text/xml
Sample:
<QuickDocumentSettingsUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs.QuickDocumentSettings"> <CompanyID xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs">e39a5613-744a-4e81-af52-0b21d17f4624</CompanyID> <ID xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs">67b5dc70-b410-4ae6-a46f-fd2473d17b1c</ID> <EArchiveSendType>KAGIT</EArchiveSendType> <EBillScenario>TEMEL</EBillScenario> <KDVRate>1</KDVRate> <KonaklamaVergisiRate>4</KonaklamaVergisiRate> <NoKDVReasonID>e50e9367-6a93-4b1d-99e6-d15e9b9786e0</NoKDVReasonID> <ProductID>sample string 3</ProductID> <QuickDocumentType>NAKLIYE</QuickDocumentType> <StopajRate>2.1</StopajRate> <TheWithholdingID>2f9ef084-124d-4b1b-ab1e-90f2f17814ed</TheWithholdingID> </QuickDocumentSettingsUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"eBillScenario":1,"eArchiveSendType":1,"kdvRate":1,"noKDVReasonID":"e50e9367-6a93-4b1d-99e6-d15e9b9786e0","theWithholdingID":"2f9ef084-124d-4b1b-ab1e-90f2f17814ed","stopajRate":2.1,"productID":"sample string 3","konaklamaVergisiRate":4,"quickDocumentType":1,"id":"67b5dc70-b410-4ae6-a46f-fd2473d17b1c","companyID":"e39a5613-744a-4e81-af52-0b21d17f4624"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.