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": "519176dd-1161-48a6-8f5c-fd33ec96ac03", "theWithholdingID": "1babc5bb-e0a4-46c4-9889-eec77ba22af8", "stopajRate": 2.1, "productID": "sample string 3", "konaklamaVergisiRate": 4, "quickDocumentType": 1, "id": "3e670037-4d1b-4ccd-9b3f-d91933f2c289", "companyID": "05d5ad5c-b5f9-4add-aa4b-b5d174e8e072" }
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">05d5ad5c-b5f9-4add-aa4b-b5d174e8e072</CompanyID> <ID xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs">3e670037-4d1b-4ccd-9b3f-d91933f2c289</ID> <EArchiveSendType>KAGIT</EArchiveSendType> <EBillScenario>TEMEL</EBillScenario> <KDVRate>1</KDVRate> <KonaklamaVergisiRate>4</KonaklamaVergisiRate> <NoKDVReasonID>519176dd-1161-48a6-8f5c-fd33ec96ac03</NoKDVReasonID> <ProductID>sample string 3</ProductID> <QuickDocumentType>NAKLIYE</QuickDocumentType> <StopajRate>2.1</StopajRate> <TheWithholdingID>1babc5bb-e0a4-46c4-9889-eec77ba22af8</TheWithholdingID> </QuickDocumentSettingsUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"eBillScenario":1,"eArchiveSendType":1,"kdvRate":1,"noKDVReasonID":"519176dd-1161-48a6-8f5c-fd33ec96ac03","theWithholdingID":"1babc5bb-e0a4-46c4-9889-eec77ba22af8","stopajRate":2.1,"productID":"sample string 3","konaklamaVergisiRate":4,"quickDocumentType":1,"id":"3e670037-4d1b-4ccd-9b3f-d91933f2c289","companyID":"05d5ad5c-b5f9-4add-aa4b-b5d174e8e072"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.