POST api/QuickDocumentSettings/Add
Request Information
URI Parameters
None.
Body Parameters
QuickDocumentSettingsAddDtoName | 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. |
|
CompanyID | globally unique identifier |
None. |
|
QuickDocumentType | QuickDocumentType |
None. |
|
KonaklamaVergisiRate | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "eBillScenario": 1, "eArchiveSendType": 1, "kdvRate": 1, "noKDVReasonID": "2bcab7d8-f4eb-4864-ac1f-1c9f0c3ff344", "theWithholdingID": "9248f5d9-f542-49d1-8bd3-2a5b85724e19", "stopajRate": 2.1, "productID": "sample string 3", "companyID": "0f09aebc-a2be-4e10-b23a-ed160f13d924", "quickDocumentType": 1, "konaklamaVergisiRate": 4 }
application/xml, text/xml
Sample:
<QuickDocumentSettingsAddDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs.QuickDocumentSettings"> <CompanyID>0f09aebc-a2be-4e10-b23a-ed160f13d924</CompanyID> <EArchiveSendType>KAGIT</EArchiveSendType> <EBillScenario>TEMEL</EBillScenario> <KDVRate>1</KDVRate> <KonaklamaVergisiRate>4</KonaklamaVergisiRate> <NoKDVReasonID>2bcab7d8-f4eb-4864-ac1f-1c9f0c3ff344</NoKDVReasonID> <ProductID>sample string 3</ProductID> <QuickDocumentType>NAKLIYE</QuickDocumentType> <StopajRate>2.1</StopajRate> <TheWithholdingID>9248f5d9-f542-49d1-8bd3-2a5b85724e19</TheWithholdingID> </QuickDocumentSettingsAddDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"eBillScenario":1,"eArchiveSendType":1,"kdvRate":1,"noKDVReasonID":"2bcab7d8-f4eb-4864-ac1f-1c9f0c3ff344","theWithholdingID":"9248f5d9-f542-49d1-8bd3-2a5b85724e19","stopajRate":2.1,"productID":"sample string 3","companyID":"0f09aebc-a2be-4e10-b23a-ed160f13d924","quickDocumentType":1,"konaklamaVergisiRate":4}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.