PUT api/NoKDVReason/Update
Request Information
URI Parameters
None.
Body Parameters
NoKDVReasonUpdateDtoName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
|
Title | string |
None. |
|
ID | globally unique identifier |
Required |
|
CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "code": "sample string 1", "title": "sample string 2", "id": "acc3fd2c-45ac-402f-b893-e88153758fb7", "companyID": "0416918b-10a2-4170-86e1-4a18bb790835" }
application/xml, text/xml
Sample:
<NoKDVReasonUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyID>0416918b-10a2-4170-86e1-4a18bb790835</CompanyID> <ID>acc3fd2c-45ac-402f-b893-e88153758fb7</ID> <Code>sample string 1</Code> <Title>sample string 2</Title> </NoKDVReasonUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"code":"sample string 1","title":"sample string 2","id":"acc3fd2c-45ac-402f-b893-e88153758fb7","companyID":"0416918b-10a2-4170-86e1-4a18bb790835"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.