PUT api/Currency/Update
Request Information
URI Parameters
None.
Body Parameters
CurrencyUpdateDtoName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
Required |
|
CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "fbf94812-793a-4c8e-8d73-3d9f8ac88165", "companyID": "45565e68-db6d-4069-9a64-f0ef1cb16f37" }
application/xml, text/xml
Sample:
<CurrencyUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyID>45565e68-db6d-4069-9a64-f0ef1cb16f37</CompanyID> <ID>fbf94812-793a-4c8e-8d73-3d9f8ac88165</ID> </CurrencyUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"id":"fbf94812-793a-4c8e-8d73-3d9f8ac88165","companyID":"45565e68-db6d-4069-9a64-f0ef1cb16f37"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.