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": "279ba419-54b0-4132-b6b9-c0149708537d", "theWithholdingID": "e3b6d4ee-1d78-49ba-a37f-289f1cd618d4", "stopajRate": 2.1, "productID": "sample string 3", "konaklamaVergisiRate": 4, "quickDocumentType": 1, "id": "de723966-4f5f-491a-88c0-cbcec5a92a6c", "companyID": "3f776916-5134-4d1b-82c2-47ed1e29a19b" }
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">3f776916-5134-4d1b-82c2-47ed1e29a19b</CompanyID> <ID xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs">de723966-4f5f-491a-88c0-cbcec5a92a6c</ID> <EArchiveSendType>KAGIT</EArchiveSendType> <EBillScenario>TEMEL</EBillScenario> <KDVRate>1</KDVRate> <KonaklamaVergisiRate>4</KonaklamaVergisiRate> <NoKDVReasonID>279ba419-54b0-4132-b6b9-c0149708537d</NoKDVReasonID> <ProductID>sample string 3</ProductID> <QuickDocumentType>NAKLIYE</QuickDocumentType> <StopajRate>2.1</StopajRate> <TheWithholdingID>e3b6d4ee-1d78-49ba-a37f-289f1cd618d4</TheWithholdingID> </QuickDocumentSettingsUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"eBillScenario":1,"eArchiveSendType":1,"kdvRate":1,"noKDVReasonID":"279ba419-54b0-4132-b6b9-c0149708537d","theWithholdingID":"e3b6d4ee-1d78-49ba-a37f-289f1cd618d4","stopajRate":2.1,"productID":"sample string 3","konaklamaVergisiRate":4,"quickDocumentType":1,"id":"de723966-4f5f-491a-88c0-cbcec5a92a6c","companyID":"3f776916-5134-4d1b-82c2-47ed1e29a19b"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.