PUT api/Currency/Update

Request Information

URI Parameters

None.

Body Parameters

CurrencyUpdateDto
NameDescriptionTypeAdditional information
ID

globally unique identifier

Required

CompanyID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "cfc627e2-aea1-4405-88b2-cb9d18199914",
  "companyID": "c64abb17-ee65-4d29-8771-7e8aed8a7f22"
}

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>c64abb17-ee65-4d29-8771-7e8aed8a7f22</CompanyID>
  <ID>cfc627e2-aea1-4405-88b2-cb9d18199914</ID>
</CurrencyUpdateDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"id":"cfc627e2-aea1-4405-88b2-cb9d18199914","companyID":"c64abb17-ee65-4d29-8771-7e8aed8a7f22"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.