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": "506fb6e9-a933-4a41-876d-0ea02e80ba2a", "companyID": "09f5b0d6-e781-4be1-8096-ccd8df0db0d9" }
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>09f5b0d6-e781-4be1-8096-ccd8df0db0d9</CompanyID> <ID>506fb6e9-a933-4a41-876d-0ea02e80ba2a</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":"506fb6e9-a933-4a41-876d-0ea02e80ba2a","companyID":"09f5b0d6-e781-4be1-8096-ccd8df0db0d9"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.