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": "a5f54b64-5cd1-4b24-970d-757755b50119", "theWithholdingID": "fca2fc37-8b9b-43f5-8f64-c510de799057", "stopajRate": 2.1, "productID": "sample string 3", "konaklamaVergisiRate": 4, "quickDocumentType": 1, "id": "2ff68d6c-86e0-4574-8d41-68bc781d823e", "companyID": "0cf927ba-ade2-4c1c-bc4b-b27c81438f44" }
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">0cf927ba-ade2-4c1c-bc4b-b27c81438f44</CompanyID> <ID xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs">2ff68d6c-86e0-4574-8d41-68bc781d823e</ID> <EArchiveSendType>KAGIT</EArchiveSendType> <EBillScenario>TEMEL</EBillScenario> <KDVRate>1</KDVRate> <KonaklamaVergisiRate>4</KonaklamaVergisiRate> <NoKDVReasonID>a5f54b64-5cd1-4b24-970d-757755b50119</NoKDVReasonID> <ProductID>sample string 3</ProductID> <QuickDocumentType>NAKLIYE</QuickDocumentType> <StopajRate>2.1</StopajRate> <TheWithholdingID>fca2fc37-8b9b-43f5-8f64-c510de799057</TheWithholdingID> </QuickDocumentSettingsUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"eBillScenario":1,"eArchiveSendType":1,"kdvRate":1,"noKDVReasonID":"a5f54b64-5cd1-4b24-970d-757755b50119","theWithholdingID":"fca2fc37-8b9b-43f5-8f64-c510de799057","stopajRate":2.1,"productID":"sample string 3","konaklamaVergisiRate":4,"quickDocumentType":1,"id":"2ff68d6c-86e0-4574-8d41-68bc781d823e","companyID":"0cf927ba-ade2-4c1c-bc4b-b27c81438f44"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.