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": "15e8eb73-43d9-46bf-a7bb-ccd3b5d2321b", "companyID": "97f281c7-accc-4c44-9e0b-fb178c83c850" }
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>97f281c7-accc-4c44-9e0b-fb178c83c850</CompanyID> <ID>15e8eb73-43d9-46bf-a7bb-ccd3b5d2321b</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":"15e8eb73-43d9-46bf-a7bb-ccd3b5d2321b","companyID":"97f281c7-accc-4c44-9e0b-fb178c83c850"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.