PUT 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": "fc867124-4a95-4e0f-af36-f9447d03b71a", "theWithholdingID": "48febadc-f0a9-4336-815b-f61394bff1fa", "stopajRate": 2.1, "productID": "sample string 3", "konaklamaVergisiRate": 4, "quickDocumentType": 1, "id": "ae8ba88a-f4cd-486d-acd9-6954f579ce79", "companyID": "db06aaee-2f81-4632-bee5-bcb389688c67" }
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">db06aaee-2f81-4632-bee5-bcb389688c67</CompanyID> <ID xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs">ae8ba88a-f4cd-486d-acd9-6954f579ce79</ID> <EArchiveSendType>KAGIT</EArchiveSendType> <EBillScenario>TEMEL</EBillScenario> <KDVRate>1</KDVRate> <KonaklamaVergisiRate>4</KonaklamaVergisiRate> <NoKDVReasonID>fc867124-4a95-4e0f-af36-f9447d03b71a</NoKDVReasonID> <ProductID>sample string 3</ProductID> <QuickDocumentType>NAKLIYE</QuickDocumentType> <StopajRate>2.1</StopajRate> <TheWithholdingID>48febadc-f0a9-4336-815b-f61394bff1fa</TheWithholdingID> </QuickDocumentSettingsUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"eBillScenario":1,"eArchiveSendType":1,"kdvRate":1,"noKDVReasonID":"fc867124-4a95-4e0f-af36-f9447d03b71a","theWithholdingID":"48febadc-f0a9-4336-815b-f61394bff1fa","stopajRate":2.1,"productID":"sample string 3","konaklamaVergisiRate":4,"quickDocumentType":1,"id":"ae8ba88a-f4cd-486d-acd9-6954f579ce79","companyID":"db06aaee-2f81-4632-bee5-bcb389688c67"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.